Compare commits

...

1 Commits

Author SHA1 Message Date
Nick Kottek cd02dcae52 Abbildungs- und Inhaltsverzeichnis getrennt 4 years ago
  1. 10
      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$

Loading…
Cancel
Save