Skip to content

Commit 78a821a

Browse files
committed
Add table requirements
1 parent a8c123a commit 78a821a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

z-lib/article.latex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ $if(highlighting-macros)$
227227
$highlighting-macros$
228228
$endif$
229229
$if(tables)$
230-
\usepackage{longtable,booktabs}
230+
\usepackage{longtable,booktabs,array}
231+
\usepackage{calc} % for calculating minipage widths
231232
$if(beamer)$
232233
\usepackage{caption}
233234
% These lines are needed to make table captions work with longtable:

0 commit comments

Comments
 (0)