homwork updates

This commit is contained in:
2023-02-10 02:06:21 -05:00
parent b8c0177236
commit e288485b5e
+15
View File
@@ -108,3 +108,18 @@
\end{tikzpicture}
\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}
}