Compare commits

..

No commits in common. 'master' and 'master' have entirely different histories.

  1. 10
      default.latex

@ -497,14 +497,9 @@ $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$}
@ -525,7 +520,9 @@ $if(tables-no-pn)$
\thispagestyle{empty}
$endif$
$if(toc)$
\pagebreak
$else$
$if(lof)$
\pagebreak
$else$
@ -533,6 +530,7 @@ $if(lot)$
\pagebreak
$else$
$endif$
$endif$
$endif$

Loading…
Cancel
Save