summaryrefslogtreecommitdiff
path: root/pandoc/templates/elenq-article.latex
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc/templates/elenq-article.latex')
-rw-r--r--pandoc/templates/elenq-article.latex14
1 files changed, 13 insertions, 1 deletions
diff --git a/pandoc/templates/elenq-article.latex b/pandoc/templates/elenq-article.latex
index 7ce6c8e..ee19f6c 100644
--- a/pandoc/templates/elenq-article.latex
+++ b/pandoc/templates/elenq-article.latex
@@ -276,7 +276,19 @@ $endif$
% Multiple page tables if needed
$if(tables)$
-\usepackage{longtable,booktabs}
+\usepackage{longtable,booktabs,array}
+$if(multirow)$
+\usepackage{multirow}
+$endif$
+\usepackage{calc} % for calculating minipage widths
+% Correct order of tables after \paragraph or \subparagraph
+\usepackage{etoolbox}
+\makeatletter
+\patchcmd\longtable{\par}{\if@noskipsec\mbox{}\fi\par}{}{}
+\makeatother
+% Allow footnotes in longtable head/foot
+\IfFileExists{footnotehyper.sty}{\usepackage{footnotehyper}}{\usepackage{footnote}}
+\makesavenoteenv{longtable}
$endif$
% Strikeout text if needed