Add Chapter 3 with 13 concept files covering: - HJ Fundamentals: derivation, separation, action-angle, EM coupling - Mechanics problems: free particle, projectile, SHO, Kepler, rigid rotator - EM problems: uniform E-field, cyclotron, E×B drift, Coulomb Also: manifest update (13 entries), macro additions (HJ + \bm + \dd override), unicode cleanup, compilation fixes.
27 lines
347 B
TeX
27 lines
347 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}
|
|
|
|
\part{Advanced Topics}
|
|
\input{chapters/advanced}
|
|
|
|
\end{document}
|