homwork updates
This commit is contained in:
parent
b8c0177236
commit
e288485b5e
|
@ -108,3 +108,18 @@
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\end{flushright}
|
\end{flushright}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
\newcommand{\exercise}[2][]{%
|
||||||
|
\def\@exercise{#2}%
|
||||||
|
\subsection*{Exercise #2. #1}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\subexercise}[2][]{%
|
||||||
|
\subsubsection*{Exercise \@exercise.#2. #1}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\sect}[1]{
|
||||||
|
\def\@section{#1}
|
||||||
|
\section*{#1}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user