list of figures before list of tables in LaTeX and ConTeXt templates (#7235)

This commit is contained in:
Julien Dutant 2021-04-29 03:06:13 +01:00 committed by GitHub
parent 85f379e474
commit 8fe7e8dd5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -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$

View file

@ -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$