provide \nr{<nr>} command for starting writeup of an exercise
This commit is contained in:
parent
8397374ffb
commit
fbd489ad36
1 changed files with 6 additions and 0 deletions
|
@ -69,3 +69,9 @@ __NEW_IF__(largename,false)
|
||||||
|
|
||||||
%Für Zeilenabstand 1,5
|
%Für Zeilenabstand 1,5
|
||||||
\RequirePackage[onehalfspacing]{setspace}
|
\RequirePackage[onehalfspacing]{setspace}
|
||||||
|
\RequirePackage[super]{nth}
|
||||||
|
|
||||||
|
\newcommand\nr[1]{
|
||||||
|
\section*{__IF__(english)\nth{#1} exercise\else #1. Aufgabe\fi}
|
||||||
|
\setcounter{equation}{0}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue