diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.tex | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/manual/manual.tex b/manual/manual.tex index 6d592b0..7800da0 100644 --- a/manual/manual.tex +++ b/manual/manual.tex @@ -1,19 +1,31 @@ -\documentclass[12pt]{book} +\documentclass[12pt,openany]{book} \usepackage{tabularx,boxedminipage,amsmath,fullpage,units} -%\usepackage[dvips]{graphicx} \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-12 edition)} -\date{Fall 2012} +\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 +%\newpage %\input{chapters/sched.tex} %\include{chapters/intro} |