AB zum Beweis

This commit is contained in:
2026-07-11 12:58:09 +02:00
parent 359a776150
commit ef257c975d
11 changed files with 686 additions and 2 deletions
+13
View File
@@ -106,6 +106,19 @@
after skip=10pt
}
\newtcolorbox{satzbox}[1][]{
before title={\refstepcounter{commoncounter}}, % KRITISCH: vor dem Titel!
title={Satz \thecommoncounter: #1},
colback=white,
colframe=white!75!yellow,
fonttitle=\bfseries,
boxrule=0.6mm,
coltitle=black,
rounded corners,
before skip=10pt,
after skip=10pt
}
\newtcolorbox{extrataskbox}[1][]{
before title={\refstepcounter{commoncounter}}, % KRITISCH: vor dem Titel!
title={Zusatzaufgabe: #1},