LaTeX template: fix footnotes in tables.
This requires the footnote package, which is imported only if present. See #208. Thanks to Václav Haisman.
This commit is contained in:
parent
cbbadf94c8
commit
1475299c9a
1 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue