made alg, set and interval nicer

This commit is contained in:
Never Gude 2026-06-05 19:54:37 +02:00
parent 615d146c20
commit af15fec3f8
2 changed files with 41 additions and 13 deletions

View file

@ -29,7 +29,7 @@
% Use sansfont for all title elements
\addtokomafont{titlehead}{\sffamily}
\addtokomafont{subject}{\normalfont \sffamily \itshape}
\addtokomafont{subject}{\sffamily}
\addtokomafont{title}{\sffamily}
\addtokomafont{subtitle}{\sffamily}
\addtokomafont{author}{\sffamily}
@ -44,7 +44,7 @@
% Let points of an exercise be printed as in: [__ / 2]
\newkomafont{points}{\sffamily}
\newcommand\points[2][\quad]{\marginline{\framebox{{\usekomafont{points}#1 \textbf{/} #2}}}}
\newcommand\points[2][1em]{\marginline{\framebox{{\usekomafont{points} \hspace{#1} \textbf{/} #2}}}}
\newcounter{task}
\renewcommand{\thetask}{\@alph\c@task)}