From 3befef257ce461ae68760004df938f3ca8397b31 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 20 Jul 2014 21:54:45 -0700 Subject: Added `lot` and `lof` variables to latex template. lof = list of figures. lot = list of tables. --- default.latex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/default.latex b/default.latex index 28aa10d3d..f5434d31c 100644 --- a/default.latex +++ b/default.latex @@ -160,6 +160,12 @@ $if(toc)$ \tableofcontents } $endif$ +$if(lot)$ +\listoftables +$endif$ +$if(lof)$ +\listoffigures +$endif$ $body$ $if(natbib)$ -- cgit v1.2.3