We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c123a commit 78a821aCopy full SHA for 78a821a
1 file changed
z-lib/article.latex
@@ -227,7 +227,8 @@ $if(highlighting-macros)$
227
$highlighting-macros$
228
$endif$
229
$if(tables)$
230
-\usepackage{longtable,booktabs}
+\usepackage{longtable,booktabs,array}
231
+\usepackage{calc} % for calculating minipage widths
232
$if(beamer)$
233
\usepackage{caption}
234
% These lines are needed to make table captions work with longtable:
0 commit comments