Refactored latex templates
This commit is contained in:
21
latex/math/body.tex
Normal file
21
latex/math/body.tex
Normal 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}
|
Reference in New Issue
Block a user