list of figures before list of tables in LaTeX and ConTeXt templates (#7235)
This commit is contained in:
parent
85f379e474
commit
8fe7e8dd5c
2 changed files with 6 additions and 6 deletions
|
@ -160,12 +160,12 @@ $endfor$
|
||||||
$if(toc)$
|
$if(toc)$
|
||||||
\completecontent
|
\completecontent
|
||||||
$endif$
|
$endif$
|
||||||
$if(lot)$
|
|
||||||
\completelistoftables
|
|
||||||
$endif$
|
|
||||||
$if(lof)$
|
$if(lof)$
|
||||||
\completelistoffigures
|
\completelistoffigures
|
||||||
$endif$
|
$endif$
|
||||||
|
$if(lot)$
|
||||||
|
\completelistoftables
|
||||||
|
$endif$
|
||||||
|
|
||||||
$body$
|
$body$
|
||||||
|
|
||||||
|
|
|
@ -472,12 +472,12 @@ $endif$
|
||||||
}
|
}
|
||||||
$endif$
|
$endif$
|
||||||
$endif$
|
$endif$
|
||||||
$if(lot)$
|
|
||||||
\listoftables
|
|
||||||
$endif$
|
|
||||||
$if(lof)$
|
$if(lof)$
|
||||||
\listoffigures
|
\listoffigures
|
||||||
$endif$
|
$endif$
|
||||||
|
$if(lot)$
|
||||||
|
\listoftables
|
||||||
|
$endif$
|
||||||
$if(linestretch)$
|
$if(linestretch)$
|
||||||
\setstretch{$linestretch$}
|
\setstretch{$linestretch$}
|
||||||
$endif$
|
$endif$
|
||||||
|
|
Loading…
Reference in a new issue