Fix errors introduced by tcolorbox update

For more information see https://github.com/T-F-S/tcolorbox/blob/v5.1.0/doc/latex/tcolorbox/CHANGES.md?plain=1#L69-L71
This commit is contained in:
Anton Mosich 2023-01-04 20:39:04 +01:00
parent a3a9768f3c
commit 447f6a6df9
Signed by: Flugschwein
GPG key ID: 9303E1C32E3A14A0

View file

@ -57,7 +57,7 @@
\theorembodyfont{\normalfont}
\theoreminframepreskip{0em}
\theoreminframepostskip{0em}
\newtcbox{theoremBox}{colback=pastellrosa!17,colframe=pastellrosa!87,boxsep=0pt,left=7pt,right=7pt,top=7pt,bottom=7pt}
\newtcbox{\theoremBox}{colback=pastellrosa!17,colframe=pastellrosa!87,boxsep=0pt,left=7pt,right=7pt,top=7pt,bottom=7pt}
\def\theoremframecommand{\theoremBox}
\newshadedtheorem{theo}{Theorem}[section]
@ -70,15 +70,15 @@
\newshadedtheorem{korollar}[theo]{Korollar}
\newshadedtheorem{folgerung}[theo]{Folgerung}
\newshadedtheorem{proposition}[theo]{Proposition}
\newtcbox{definBox}{colback=pastellblau!17,colframe=pastellblau!94,boxsep=0pt,left=7pt,right=7pt,top=7pt,bottom=7pt}
\newtcbox{\definBox}{colback=pastellblau!17,colframe=pastellblau!94,boxsep=0pt,left=7pt,right=7pt,top=7pt,bottom=7pt}
\def\theoremframecommand{\definBox}
\newshadedtheorem{defin}[theo]{Definition}
\newtcbox{miscBox}{colback=gray!17,colframe=gray!80}
\newtcbox{\miscBox}{colback=gray!17,colframe=gray!80}
\def\theoremframecommand{\miscBox}
\newshadedtheorem{bemerkung}[theo]{Bemerkung}
\newshadedtheorem{bsp}[theo]{Beispiel}
\newtcbox{warnBox}{colback=red!17,colframe=red!80}
\newtcbox{\warnBox}{colback=red!17,colframe=red!80}
\def\theoremframecommand{\warnBox}
\theoremstyle{nonumberbreak}
\newshadedtheorem{warnung}{Warnung}