\textheight 100in

\setlength{\tabcolsep}{1em}
\setlength{\doublerulesep}{0pt}

\renewcommand{\tableofcontents}{\pagestyle{empty}}

\renewcommand{\ldots}{...}
\renewcommand{\sqrt}[1]{\mbox{square root of #1}}
\renewcommand{\sin}[1]{\mbox{sine of #1}}
\renewcommand{\cos}[1]{\mbox{cosine of #1}}
\renewcommand{\tan}[1]{\mbox{tangus of #1}}
\renewcommand{\arcsin}[1]{\mbox{inverse sine of #1}}
\renewcommand{\arccos}[1]{\mbox{inverse cosine of #1}}
\renewcommand{\arctan}[1]{\mbox{inverse tangus of #1}}
\renewcommand{\ln}[1]{\mbox{natural logarithm of #1}}
\renewcommand{\lg}[1]{\mbox{10 base logarithm of #1}}
\renewcommand{\pow}[2]{\mbox{#1 to the power #2}}
\renewcommand{\pi}{\mbox{pi}}
\renewcommand{\times}[2]{#1 * #2}
\renewcommand{\frac}[2]{#1 / #2}

\renewcommand{\appendix}{}
\renewcommand{\footnote}[1]{}
%\renewcommand{\cite}[1]{}

\parskip 12pt
\parindent 0pt

\renewcommand{\defentry}[1]{\newpage\definition{#1}}

\def\@makechapterhead#1{
    \newpage
    \vspace*{0pt}
    {\bfseries Chapter \thechapter. \MakeUppercase{#1}}
    \vskip 12pt
    \nobreak\thispagestyle{empty}}

\renewcommand{\section}{%
	\newpage
	\@startsection{section}{1}{0pt}{24pt}{12pt}{\bfseries}}
\renewcommand{\subsection}{%
	\newpage
	\@startsection{subsection}{2}{0pt}{24pt}{12pt}{\bfseries}}
\renewcommand{\subsubsection}{%
	\newpage
	\@startsection{subsubsection}{3}{0pt}{24pt}{12pt}{\bfseries}}
