blob: 7800da0f9c3473e35304fc5541a390ada6779bb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
\documentclass[12pt,openany]{book}
\usepackage{tabularx,boxedminipage,amsmath,fullpage,units}
\usepackage{graphicx}
\usepackage[pdftex,final]{hyperref}
\hypersetup{
colorlinks=true, % false: boxed links; true: colored links
linkcolor=blue, % color of internal links
citecolor=blue, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=blue
}
\newcommand{\vect}[1]{\boldsymbol{#1}}
\begin{document}
\title{Physics 251 Atomic Physics Lab Manual}
\author{
W. J. Kossler \and A. Reilly \and J. Kane (2006 edition) \and
I. Novikova (2009 edition)
\and M. Kordosky (2011-2012 edition)
\and E. E. Mikhailov (2013 edition)
}
\date{Fall 2013}
\maketitle
\tableofcontents
%\newpage
%\input{chapters/sched.tex}
%\include{chapters/intro}
\include{chapters/interferometry}
\include{chapters/emratio}
\include{chapters/ediffract}
\include{chapters/blackbody}
\include{chapters/pe-effect}
\include{chapters/two-photon-interference}
\include{chapters/faraday_rotation}
\include{chapters/spectr}
\include{chapters/supcon}
%\input{chapters/hspect.tex}
%\input{chapters/naspec.tex}
%\include{chapters/spol}
%\input{chapters/millikan.tex}
%\input{chapters/tour.tex}
%\input{chapters/appendices.tex}
\end{document}
|