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:
Dominik Becker 2019-04-15 12:49:52 +00:00
commit c662190063

View File

@ -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}