aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.latex6
1 files changed, 6 insertions, 0 deletions
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)$