Avoid skipping pages for lists of things
This commit is contained in:
parent
8452b7f2ec
commit
e35645d040
|
@ -59,10 +59,13 @@ This version was compiled on \today{} at \currenttime{}.
|
||||||
\input{plan}
|
\input{plan}
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
\let\LaTeXStandardClearpage\clearpage
|
||||||
|
\let\clearpage\relax
|
||||||
\listoffigures%
|
\listoffigures%
|
||||||
\listoftables%
|
\listoftables%
|
||||||
\listofalgorithms%
|
\listofalgorithms%
|
||||||
\lstlistoflistings%
|
\lstlistoflistings%
|
||||||
|
\let\clearpage\LaTeXStandardClearpage%
|
||||||
|
|
||||||
\bibliography{src/bib.bib}
|
\bibliography{src/bib.bib}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue