diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-08-30 17:38:34 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-08-30 17:42:57 -0400 |
commit | b3c921f6e78472fcbd69ae248ca636686cd5d4cc (patch) | |
tree | 047333fc81ffd6c08e54e1593eb86f13307e5a4d /manual_source/manual.tex | |
parent | 8a985f9892c45ceda9de2fccfb42d4bf5122b0a9 (diff) | |
download | manual_for_Experimental_Atomic_Physics-b3c921f6e78472fcbd69ae248ca636686cd5d4cc.tar.gz manual_for_Experimental_Atomic_Physics-b3c921f6e78472fcbd69ae248ca636686cd5d4cc.zip |
manual source dir properly named
Diffstat (limited to 'manual_source/manual.tex')
-rw-r--r-- | manual_source/manual.tex | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/manual_source/manual.tex b/manual_source/manual.tex new file mode 100644 index 0000000..7800da0 --- /dev/null +++ b/manual_source/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} |