32 lines
650 B
TeX
32 lines
650 B
TeX
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
\documentclass[
|
|
solutions,
|
|
singlenumbering,
|
|
shortwarning
|
|
]{../../../lib/tex/handout}
|
|
\usepackage{../../../lib/tex/macros}
|
|
\input{diagram}
|
|
|
|
|
|
|
|
\uptitlel{Advanced 2}
|
|
\uptitler{\smallurl{}}
|
|
\title{Special Relativity}
|
|
\subtitle{
|
|
Prepared by Matthew Kowalski on \today{} \\
|
|
}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
%\input{parts/relative velocity}
|
|
\input{parts/01 spacetime diagrams}
|
|
\input{parts/02 galilean}
|
|
\input{parts/03 special}
|
|
%\input{parts/relative velocity}
|
|
\input{parts/04 simultaneity}
|
|
\input{parts/05 proper}
|
|
\input{parts/06 contraction}
|
|
|
|
\end{document} |