Text FormattingBibliography mixed with floats

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
jamaas
Posts: 6
Joined: Tue Sep 25, 2012 3:51 pm

Bibliography mixed with floats

Post by jamaas »

I'm using a specific class file specified by a journal, and thus have put all the figures and tables at the end of the document as floats. Then I put in page break and then the Bibtex Bibliography. However lyx mixes the references in with the floats and I can not get it to start on its own page at the end. What have I done wrong?

Thanks
J

Lyx 2.04 on Ubuntu Linux

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Bibliography mixed with floats

Post by Stefan Kottwitz »

Insert Clear Page instead of Page Break:
clearpage.png
clearpage.png (30.98 KiB) Viewed 1820 times
This stands for the LaTeX command \clearpage, which ends the page and in addition forces the output of all remaining floats.

Stefan
LaTeX.org admin
Post Reply