feat: add examdetails box
Update helpers / build_helpers (push) Successful in 23s

This commit is contained in:
2026-07-12 11:30:24 +02:00
parent 76cde545cc
commit 31b01c3d7a
2 changed files with 22 additions and 0 deletions
+11
View File
@@ -1328,6 +1328,17 @@
% Simple
\newtcolorbox{simplebox}[2][]{colback=#2!5!white,colframe=#2!75!black,#1}
% Exam details
\newtcolorbox{examdetailsbox}[1][]{colback=BurntOrange!20!white,
width=0.5\linewidth,boxrule=0.1mm,arc=0.5mm,boxsep=1mm,left=0mm,right=0mm,top=0mm,bottom=0mm,#1}
\newenvironment{examdetails}{%
\begin{examdetailsbox}[]
\textbf{At exam:}%
}{%
\end{examdetailsbox}%
}
% ┌ ┐
% │ STYLE: Computer Science │
+11
View File
@@ -48,3 +48,14 @@
% Simple
\newtcolorbox{simplebox}[2][]{colback=#2!5!white,colframe=#2!75!black,#1}
% Exam details
\newtcolorbox{examdetailsbox}[1][]{colback=BurntOrange!20!white,
width=0.5\linewidth,boxrule=0.1mm,arc=0.5mm,boxsep=1mm,left=0mm,right=0mm,top=0mm,bottom=0mm,#1}
\newenvironment{examdetails}{%
\begin{examdetailsbox}[]
\textbf{At exam:}%
}{%
\end{examdetailsbox}%
}