Tables rendues conditionnelles pour supporter les documentations de styles, qui n'en ont pas besoin
This commit is contained in:
parent
ff7be19bb7
commit
9a3005cb95
|
@ -102,9 +102,9 @@ $endif$
|
||||||
{
|
{
|
||||||
\hypersetup{linkcolor=black}
|
\hypersetup{linkcolor=black}
|
||||||
\setcounter{tocdepth}{$toc-depth$}
|
\setcounter{tocdepth}{$toc-depth$}
|
||||||
\tableofcontents
|
$if(toc)$\tableofcontents$endif$
|
||||||
\listoftables
|
$if(lot)$\listoftables$endif$
|
||||||
\listoffigures
|
$if(lof)$\listoffigures$endif$
|
||||||
}
|
}
|
||||||
$if(linestretch)$
|
$if(linestretch)$
|
||||||
\setstretch{$linestretch$}
|
\setstretch{$linestretch$}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user