12 lines
437 B
TeX
12 lines
437 B
TeX
|
%*******************************************************
|
||
|
% List of Figures
|
||
|
%*******************************************************
|
||
|
\automark[section]{chapter}
|
||
|
\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}
|
||
|
\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}}
|
||
|
\refstepcounter{dummy}
|
||
|
\pdfbookmark[0]{\listfigurename}{lof}
|
||
|
\listoffigures
|
||
|
|
||
|
\cleardoublepage
|