Refactored latex templates

This commit is contained in:
Wryn Wagner
2020-03-09 13:56:21 -06:00
parent e500a0055e
commit 49d75e1ef6
12 changed files with 221 additions and 315 deletions

21
latex/math/body.tex Normal file
View File

@ -0,0 +1,21 @@
\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}