Avoid skipping pages for lists of things

This commit is contained in:
2019-10-09 16:24:35 +02:00
parent 8452b7f2ec
commit e35645d040

View File

@@ -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}