Skip to content

Commit

Permalink
LaTeX template: fix footnotes in tables.
Browse files Browse the repository at this point in the history
This requires the footnote package, which is imported only
if present.

See #208.  Thanks to Václav Haisman.
  • Loading branch information
jgm committed Sep 28, 2016
1 parent cbbadf9 commit 1475299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default.latex
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ $if(verbatim-in-note)$
$endif$
$if(tables)$
\usepackage{longtable,booktabs}
% Fix footnotes in tables (requires footnote package)
\IfFileExists{footnote.sty}{\usepackage{footnote}\makesavenoteenv{long table}}{}
$endif$
$if(graphics)$
\usepackage{graphicx,grffile}
Expand Down

0 comments on commit 1475299

Please sign in to comment.