diff --git a/default.latex b/default.latex index c4245c6..d3f43dc 100644 --- a/default.latex +++ b/default.latex @@ -497,9 +497,14 @@ $if(colorlinks)$ $endif$ \setcounter{tocdepth}{$toc-depth$} \tableofcontents +$if(tables-no-pn)$ +\thispagestyle{empty} +$endif$ +\pagebreak } $endif$ $endif$ + $if(lof)$ $if(lof-title)$ \renewcommand*\listfigurename{$lof-title$} @@ -520,9 +525,7 @@ $if(tables-no-pn)$ \thispagestyle{empty} $endif$ -$if(toc)$ -\pagebreak -$else$ + $if(lof)$ \pagebreak $else$ @@ -530,7 +533,6 @@ $if(lot)$ \pagebreak $else$ -$endif$ $endif$ $endif$