2020-03-09 19:56:21 +00:00
|
|
|
\usepackage{times}
|
|
|
|
|
2020-03-10 14:50:53 +00:00
|
|
|
% custom headers
|
|
|
|
\newcommand{\firstH}[1] {\begin{large}\textbf{#1}\end{large}\par}
|
|
|
|
\newcommand{\secondH}[1] {\textbf{#1}\par}
|
|
|
|
\newcommand{\thirdH}[1] {\textbf{#1}. }
|
|
|
|
\newcommand{\fourthH}[1] {\textbf{\textit{#1}}. }
|
|
|
|
|
2020-03-09 19:56:21 +00:00
|
|
|
\begin{document}
|
2020-03-10 14:50:53 +00:00
|
|
|
\insertTitle%
|
2020-03-09 19:56:21 +00:00
|
|
|
% ----------------------------------------------------------
|
|
|
|
% ----------------------------------------------------------
|
|
|
|
|
2020-03-10 14:50:53 +00:00
|
|
|
\firstH{Blah}
|
2020-03-09 19:56:21 +00:00
|
|
|
\kant%
|
|
|
|
|
|
|
|
% ----------------------------------------------------------
|
|
|
|
% ----------------------------------------------------------
|
|
|
|
\end{document}
|