summaryrefslogtreecommitdiff
path: root/manual.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual.tex')
-rw-r--r--manual.tex53
1 files changed, 53 insertions, 0 deletions
diff --git a/manual.tex b/manual.tex
new file mode 100644
index 0000000..7800da0
--- /dev/null
+++ b/manual.tex
@@ -0,0 +1,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}