Merge branch '23-allow-multirow-table-cells' into 'master'
Resolve "Allow \multirow table cells" Closes #23 See merge request fastexitlane/latex-boilerplate!8
This commit is contained in:
commit
c662190063
|
@ -157,5 +157,8 @@
|
||||||
\usepackage{chngcntr}
|
\usepackage{chngcntr}
|
||||||
\counterwithout{footnote}{chapter}
|
\counterwithout{footnote}{chapter}
|
||||||
|
|
||||||
|
% mehrzeilige Tabellenzellen
|
||||||
|
\usepackage{multirow}
|
||||||
|
|
||||||
% UTF8-Zeichen für math-Umgebung
|
% UTF8-Zeichen für math-Umgebung
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user