We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6ce96 commit 87ccba3Copy full SHA for 87ccba3
Dockerfile
@@ -43,7 +43,8 @@ RUN tlmgr update --self && \
43
tools \
44
changepage \
45
draftwatermark \
46
- appendix
+ appendix \
47
+ multirow
48
49
RUN apk upgrade && apk add --no-cache \
50
bash \
template/eisvogel.latex
@@ -194,9 +194,7 @@ $endif$
194
195
% Customizations to the behavior of tables
196
\usepackage{longtable,booktabs,array}
197
-$if(multirow)$
198
\usepackage{multirow}
199
-$endif$
200
\usepackage{calc} % for calculating minipage widths
201
202
% % Correct order of tables after \paragraph or \subparagraph
0 commit comments