From f1a14aebedceddece373dde4fb9ee1a542f1d970 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 6 Oct 2024 20:34:40 -0300 Subject: Fix: NULL at the end of the PDF TOC --- templates/tufte-handout.tex | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates') 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$ -- cgit v1.2.3