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)$
|
||||
\completecontent
|
||||
$endif$
|
||||
$if(lot)$
|
||||
\completelistoftables
|
||||
$endif$
|
||||
$if(lof)$
|
||||
\completelistoffigures
|
||||
$endif$
|
||||
$if(lot)$
|
||||
\completelistoftables
|
||||
$endif$
|
||||
|
||||
$body$
|
||||
|
||||
|
|
|
@ -472,12 +472,12 @@ $endif$
|
|||
}
|
||||
$endif$
|
||||
$endif$
|
||||
$if(lot)$
|
||||
\listoftables
|
||||
$endif$
|
||||
$if(lof)$
|
||||
\listoffigures
|
||||
$endif$
|
||||
$if(lot)$
|
||||
\listoftables
|
||||
$endif$
|
||||
$if(linestretch)$
|
||||
\setstretch{$linestretch$}
|
||||
$endif$
|
||||
|
|
Loading…
Reference in a new issue