dotwryn/latex/math/body.tex
2020-03-09 13:56:21 -06:00

22 lines
607 B
TeX

\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}{Corollary}[theorem]
\begin{document}
\maketitle
% ----------------------------------------------------------
% ----------------------------------------------------------
% ----------------------------------------------------------
\section{} %Problem 1
\subsection{Prompt}
\kant%
\noindent\rule{2in}{0.4pt}
% ----------------------------------------------------------
% ----------------------------------------------------------
% ----------------------------------------------------------
\end{document}