Tables rendues conditionnelles pour supporter les documentations de styles, qui n'en ont pas besoin

This commit is contained in:
Bastien Dumont 2021-02-21 22:34:50 +01:00
parent ff7be19bb7
commit 9a3005cb95

View File

@ -102,9 +102,9 @@ $endif$
{
\hypersetup{linkcolor=black}
\setcounter{tocdepth}{$toc-depth$}
\tableofcontents
\listoftables
\listoffigures
$if(toc)$\tableofcontents$endif$
$if(lot)$\listoftables$endif$
$if(lof)$\listoffigures$endif$
}
$if(linestretch)$
\setstretch{$linestretch$}