diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/default.latex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/templates/default.latex b/data/templates/default.latex index 8dd3bdb12..4c60f8d21 100644 --- a/data/templates/default.latex +++ b/data/templates/default.latex @@ -176,14 +176,15 @@ $highlighting-macros$ $endif$ $if(tables)$ \usepackage{longtable,booktabs} -% Fix footnotes in tables (requires footnote package) -\IfFileExists{footnote.sty}{\usepackage{footnote}\makesavenoteenv{longtable}}{} $if(beamer)$ \usepackage{caption} % These lines are needed to make table captions work with longtable: \makeatletter \def\fnum@table{\tablename~\thetable} \makeatother +$else$ +% Fix footnotes in tables (requires footnote package) +\IfFileExists{footnote.sty}{\usepackage{footnote}\makesavenoteenv{longtable}}{} $endif$ $endif$ $if(graphics)$ |