Skip to content

Commit 87ccba3

Browse files
authored
Multirow (#55)
* add multirow * use multirow
1 parent 4f6ce96 commit 87ccba3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ RUN tlmgr update --self && \
4343
tools \
4444
changepage \
4545
draftwatermark \
46-
appendix
46+
appendix \
47+
multirow
4748

4849
RUN apk upgrade && apk add --no-cache \
4950
bash \

template/eisvogel.latex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ $endif$
194194

195195
% Customizations to the behavior of tables
196196
\usepackage{longtable,booktabs,array}
197-
$if(multirow)$
198197
\usepackage{multirow}
199-
$endif$
200198
\usepackage{calc} % for calculating minipage widths
201199

202200
% % Correct order of tables after \paragraph or \subparagraph

0 commit comments

Comments
 (0)