12 lines
365 B
TeX
12 lines
365 B
TeX
%*******************************************************
|
|
% Verzeichnisse (Abbildungen, Tabellen, Listings, etc.)
|
|
%*******************************************************
|
|
\cleardoublepage
|
|
\begingroup
|
|
\let\clearpage\relax
|
|
\let\cleardoublepage\relax
|
|
\listoffigures
|
|
\listoftables
|
|
%\addcontentsline{toc}{chapter}{\lstlistlistingname}
|
|
\lstlistoflistings
|
|
\endgroup |