Added lot and lof variables to latex template.

lof = list of figures.
lot = list of tables.
This commit is contained in:
John MacFarlane 2014-07-20 21:54:45 -07:00
parent 4425dfc894
commit 3befef257c

View file

@ -160,6 +160,12 @@ $if(toc)$
\tableofcontents
}
$endif$
$if(lot)$
\listoftables
$endif$
$if(lof)$
\listoffigures
$endif$
$body$
$if(natbib)$