24 lines
297 B
TeX
24 lines
297 B
TeX
\documentclass{report}
|
|
|
|
\input{preamble}
|
|
\input{macros}
|
|
\input{letterfonts}
|
|
|
|
\title{AP Physics C Handbook}
|
|
\author{}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
\tableofcontents
|
|
\clearpage
|
|
|
|
\part{Mechanics}
|
|
\input{chapters/mechanics}
|
|
|
|
\part{Electricity \& Magnetism}
|
|
\input{chapters/em}
|
|
|
|
\end{document}
|