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 21:56:36 +01:00
parent f3afd54605
commit af2902e2ab
Signed by: Flugschwein
GPG Key ID: 9303E1C32E3A14A0
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,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]
@ -62,7 +62,7 @@
\newshadedtheorem{lemma}[theo]{Lemma}
\newshadedtheorem{korollar}[theo]{Korollar}
\newshadedtheorem{folgerung}[theo]{Folgerung}
\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}