You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

24 lines
710 B

\def\XBOXSHIFT{2.5mm}
\def\YBOXSHIFT{-2mm}
\def\BOXRULE{1pt}
\newtcolorbox{solutionBox}{enhanced,
title=Solution,%
coltitle=black,%
colback=white,%
colframe=black,%
sharp corners,%
attach boxed title to top left= {xshift=\XBOXSHIFT,yshift=\YBOXSHIFT},%
boxrule=\BOXRULE,%
boxed title style={boxrule=\BOXRULE, colframe=black, colback=white, sharp corners}%
}%
\newtcolorbox{breakableSolutionBox}{enhanced,breakable,%
title=Solution,%
coltitle=black,%
colback=white,%
colframe=black,%
sharp corners,%
attach boxed title to top left= {xshift=\XBOXSHIFT,yshift=\YBOXSHIFT},%
boxrule=\BOXRULE,%
boxed title style={boxrule=\BOXRULE, colframe=black, colback=white, sharp corners}%
}%