Page Layout ⇒ LoF and LoT on one page
LoF and LoT on one page
I like to use the report class when writing my reports. It is very suitable for the format my teachers would like to see. However, I cannot seem to put the list of tables and the list of figures on the same page! Whatever I try, they are both on seperate pages. After a long time googling all I found was the reverse, where people using the article class needed to split op the lot and lof. Can anyone point me in the right direction?
Greetz,
Mina
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
LoF and LoT on one page
[1] View topic: No page break after \listoffigures
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
LoF and LoT on one page
Code: Select all
\begin{document}\tableofcontents\clearpage\begingroup\let\cleardoublepage\relax % book\let\clearpage\relax % report\listoftables\listoffigures\endgroup\chapter{A chapter}... text, figures, tables...\end{document}