aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-10-06 20:34:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-10-06 20:34:40 -0300
commitf1a14aebedceddece373dde4fb9ee1a542f1d970 (patch)
tree0bb0b73b12a067557b50f479e2c7a60749858490 /templates
parentfafa6142de97388b3d70d959f69a4ffecb4333ba (diff)
downloadbookup-0.2.3.tar.gz
bookup-0.2.3.tar.bz2
Fix: NULL at the end of the PDF TOC0.2.3
Diffstat (limited to 'templates')
-rw-r--r--templates/tufte-handout.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/tufte-handout.tex b/templates/tufte-handout.tex
index d7ea4cc..93dbfce 100644
--- a/templates/tufte-handout.tex
+++ b/templates/tufte-handout.tex
@@ -198,6 +198,12 @@ $endif$
\tableofcontents
}
$endif$
+$if(lot)$
+\listoftables
+$endif$
+$if(lof)$
+\listoffigures
+$endif$
$body$