Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Adrian C. Hinrichs
LaTeX-templates
Commits
30abfb81
Verified
Commit
30abfb81
authored
Oct 23, 2016
by
Adrian C. Hinrichs
☕
Browse files
Change exercise to problem
parent
19efc833
Changes
3
Hide whitespace changes
Inline
Side-by-side
HomeworkAssignment.cls
View file @
30abfb81
...
...
@@ -67,8 +67,8 @@ Abgabe: \@abgabe\\
\newcounter
{
aufgaben
}
\setcounter
{
aufgaben
}{
1
}
\newcommand
{
\new
exercise
}{
\section*
{
Aufgabe
\arabic
{
aufgaben
}}
\addtocounter
{
aufgaben
}{
1
}}
\newcommand
{
\
exercise
}
[1]
{
\section*
{
#1
}}
\newcommand
{
\new
problem
}{
\section*
{
Aufgabe
\arabic
{
aufgaben
}}
\addtocounter
{
aufgaben
}{
1
}}
\newcommand
{
\
problem
}
[1]
{
\section*
{
#1
}}
\newcommand
{
\solution
}{
\subsection*
{
L
\"
osung
}}
\newcommand
{
\proof
}{
\subsection*
{
Beweis
}}
...
...
eg_assignment.pdf
View file @
30abfb81
No preview for this file type
eg_assignment.tex
View file @
30abfb81
...
...
@@ -4,16 +4,16 @@
\date
{
\today
}
\begin{document}
\maketitle
\new
exercise
\new
problem
\lipsum
[1]
\solution
\lipsum
[2]
\lipsum
[3]
\new
exercise
\new
problem
\lipsum
[4]
\proof
\lipsum
[5]
\
exercise
{
Bonusaufgabe
}
\
problem
{
Bonusaufgabe
}
\lipsum
[6]
\solution
\lipsum
[7]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment