Page LayoutBibliography cutting mid page

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
pwsnow
Posts: 2
Joined: Mon Mar 10, 2014 8:04 pm

Bibliography cutting mid page

Post by pwsnow »

Hi everyone,

Just a really quick question.

I'm writing a paper from a IEEE template and everything is going well apart from the references are being displayed weirdly.

I'm currently using:

\bibliographystyle{plain}
\bibliography{Untitled}


Just before the end of my document to produce the Bibliography. The output produces the correct number of references (59) but does so in a weird manner. It displays the 26 references (this is in a two column setup) then jumps a page to a fresh page then at the top of that carries on with the references in the correct order.

Image

This has never happened to me before, any ideas of what could be causing this? Many thanks in advance.

Peter

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

hugovdberg
Posts: 133
Joined: Sat Feb 25, 2012 6:12 pm

Bibliography cutting mid page

Post by hugovdberg »

Please post a Infominimal working example, that greatly enhances your chances that someone wants to delve into this.
My very wild guess is that there is something with the two column setup where it is first determined how many references fit vertically, and this list is then typeset in two columns, now only occupying half the page.
Ubuntu 13.10 + Tex Live 2013 + Texmaker / Windows 7 Pro + MikTex 2.9 + TexnicCenter / Android 4.3 + TexPortal + DroidEdit
pwsnow
Posts: 2
Joined: Mon Mar 10, 2014 8:04 pm

Bibliography cutting mid page

Post by pwsnow »

Many thanks,

I guess the best way to post a minimal version is directly from the IEEE template:

Code: Select all

Code, edit and compile here:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%2345678901234567890123456789012345678901234567890123456789012345678901234567890
% 1 2 3 4 5 6 7 8
\documentclass[letterpaper, 10 pt, conference]{ieeeconf} % Comment this line out if you need a4paper
%\documentclass[a4paper, 10pt, conference]{ieeeconf} % Use this line for a4 paper
\IEEEoverridecommandlockouts % This command is only needed if
% you want to use the \thanks command
\overrideIEEEmargins % Needed to meet printer requirements.
% See the \addtolength command later in the file to balance the column lengths
% on the last page of the document
% The following packages can be found on http:\\www.ctan.org
%\usepackage{graphics} % for pdf, bitmapped graphics files
%\usepackage{epsfig} % for postscript graphics files
%\usepackage{mathptmx} % assumes new font selection scheme installed
%\usepackage{times} % assumes new font selection scheme installed
%\usepackage{amsmath} % assumes amsmath package installed
%\usepackage{amssymb} % assumes amsmath package installed
\title{\LARGE \bf
Preparation of Papers for IEEE Sponsored Conferences \& Symposia*
}
\author{Albert Author$^{1}$ and Bernard D. Researcher$^{2}$% <-this % stops a space
\thanks{*This work was not supported by any organization}% <-this % stops a space
\thanks{$^{1}$Albert Author is with Faculty of Electrical Engineering, Mathematics and Computer Science,
University of Twente, 7500 AE Enschede, The Netherlands
{\tt\small albert.author@papercept.net}}%
\thanks{$^{2}$Bernard D. Researcheris with the Department of Electrical Engineering, Wright State University,
Dayton, OH 45435, USA
{\tt\small b.d.researcher@ieee.org}}%
}
\begin{document}
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Although I have just seen on the IEEE Latex support page another set of files which wasn't in the download from the IEEE before:

http://css.paperplaza.net/conferences/support/tex.php

BiBTeX files IEEEtranBST.zip

I'll give those a go since Im currently not using them. I also agree that the two columns is probably giving me the issue.
Last edited by Stefan Kottwitz on Tue Mar 11, 2014 2:05 pm, edited 1 time in total.
clopez
Posts: 1
Joined: Wed Sep 11, 2019 8:54 am

Bibliography cutting mid page

Post by clopez »

I also struggled with this issue. The following command before the appendix is causing the issue:

\addtolength{\textheight}{-12cm}

You can adjust the number to 0 when you have a lot of citations.
ssnirgudkar
Posts: 4
Joined: Mon Apr 05, 2021 12:43 am

Bibliography cutting mid page

Post by ssnirgudkar »

clopez, you are a genius!
I had this problem because I was using the exact IEEE template from overleaf and was searching the internet for almost half day. I came across your suggestion and that was the problem! Thank you very much.

-ssnirgudkar
Post Reply