Added lot
and lof
variables to latex template.
lof = list of figures. lot = list of tables.
This commit is contained in:
parent
4425dfc894
commit
3befef257c
1 changed files with 6 additions and 0 deletions
|
@ -160,6 +160,12 @@ $if(toc)$
|
|||
\tableofcontents
|
||||
}
|
||||
$endif$
|
||||
$if(lot)$
|
||||
\listoftables
|
||||
$endif$
|
||||
$if(lof)$
|
||||
\listoffigures
|
||||
$endif$
|
||||
$body$
|
||||
|
||||
$if(natbib)$
|
||||
|
|
Loading…
Add table
Reference in a new issue