blob: 33244e9ed6a6f3f9cc73f74fdb27511c00c696ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
%% Fonts
\font\fourteenbf=cmbx12 at 14pt
\font\fourteenrm=cmr12 at 14pt
\font\twelverm=cmr12
%% Header
\newskip\megskipamount \megskipamount=18pt plus 6pt minus 6pt
\def\megskip{\vskip\megskipamount}
{\obeylines\parindent=0in
Holden Rohrer, Holden Watson, and Nithya Jayakumar
2019 Oct 21
Applied Combinatorics--Math 3012
Livshyts
\medskip
}
\def\titlesub#1#2{\centerline{\fourteenbf #1}\centerline{#2}\megskip}
\newcount\sections \newcount\subsections
\outer\def\section#1\par{\advance\sections by 1\thesection{#1}}
\def\thesection#1{\vskip .3\hsize\goodbreak\vskip -.3\hsize\noindent{\fourteenrm\the\sections\ #1\bigskip}}
\outer\def\subsection#1\par{\advance\subsections by 1\thesubsection{#1}}
\def\thesubsection#1{\vskip .15\hsize\goodbreak\vskip -.15\hsize\noindent{\twelverm\the\sections.\the\subsections\ #1\medskip}}
|