summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-20 10:11:05 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-20 10:24:35 +0200
commit8af1c065d2791d6e76735a56c0ce22f4ad957b6f (patch)
treeb49a3d5d418a5929dfe8488e1df38fad49794c0f /data/templates
parent710bb18443d9a7262dfc3bc297473d3173884586 (diff)
latex template: fix typo in fix for notes in tables.
See https://github.com/jgm/pandoc-templates/commit/1475299c9aebfe3e47c135d6653202db3b2f6696#diff-c7c27b8e99f898fde7715afd9ae8cd02R126 However, this is not a complete fix: https://github.com/jgm/pandoc-templates/pull/208#issuecomment-309631622 Thanks to zeeMonkeez. See #2378.
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/default.latex2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default.latex b/data/templates/default.latex
index 156c43985..70d754a2b 100644
--- a/data/templates/default.latex
+++ b/data/templates/default.latex
@@ -135,7 +135,7 @@ $endif$
$if(tables)$
\usepackage{longtable,booktabs}
% Fix footnotes in tables (requires footnote package)
-\IfFileExists{footnote.sty}{\usepackage{footnote}\makesavenoteenv{long table}}{}
+\IfFileExists{footnote.sty}{\usepackage{footnote}\makesavenoteenv{longtable}}{}
$endif$
$if(graphics)$
\usepackage{graphicx,grffile}