Page LayoutBibliography first page layout problem

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Sullivan
Posts: 3
Joined: Mon Apr 11, 2011 10:05 pm

Bibliography first page layout problem

Post by Sullivan »

Hello,

First I am sorry if this is a common problem, but I am not an expert latex user, and i am not native english speaker. Answer to my problem might already been on this board, but I don't know the keywords I should use.

I am currently writing my PhD thesis and I juste noticed this problem in the bibliography first page.

The header bottom line of the first page of my bibliography section is overlapping my first reference
bibliography.png
bibliography.png (304.25 KiB) Viewed 1640 times
I don't know why this problem exist. I call the bibliography as easy as possible in my tex file :

Code: Select all

\bibliographystyle{apalike}
\bibliography{biblio} 
What I do not understand is that I do not have the same problem with the figure list.

Here you can find a zip archive containing my minimal example with just a short tex file, bibtex file, and my phdthesis style that probably make the problem appear.
minimalBiblio.zip
(4.72 KiB) Downloaded 143 times
Thanks in advance for your help !




Edit by localghost: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.
Last edited by Sullivan on Tue Apr 12, 2011 8:02 am, edited 1 time in total.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Bibliography first page layout problem

Post by localghost »

Please don't mix several different subjects in one topic. At least one of them here is misplaced in this sub-forum. It is better to open separate threads in such cases.

Anyway, you have to present a problem by a full but minimal example [1]. This has to be reduced to only relevant code and must be compilable for others as provided.

[1] View topic: Avoidable mistakes


Best regards and welcome to the board
Thorsten
Sullivan
Posts: 3
Joined: Mon Apr 11, 2011 10:05 pm

Re: Bibliography first page layout problem

Post by Sullivan »

thanks thorsten for your quick answer !

I've just edited my post, I hope everything's allright now.
Post Reply