From e35645d0407971c891c6704518b6eaf060c831de Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 9 Oct 2019 16:24:35 +0200 Subject: [PATCH] Avoid skipping pages for lists of things --- src/main.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.tex b/src/main.tex index 607ed7b..98fb23c 100644 --- a/src/main.tex +++ b/src/main.tex @@ -59,10 +59,13 @@ This version was compiled on \today{} at \currenttime{}. \input{plan} \newpage +\let\LaTeXStandardClearpage\clearpage +\let\clearpage\relax \listoffigures% \listoftables% \listofalgorithms% \lstlistoflistings% +\let\clearpage\LaTeXStandardClearpage% \bibliography{src/bib.bib}