diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-08-27 11:27:10 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-08-27 11:27:10 -0400 |
commit | d336626d00b1011cbc3520276aaab62d09ddd1c3 (patch) | |
tree | 92af9ffd7c54899e66e1c77c3ad1fdb5fde26521 /manual/manual.tex | |
parent | 17f64bf8d00d36acae5217a3f0525f2f4b08cb9a (diff) | |
download | manual_for_Experimental_Atomic_Physics-d336626d00b1011cbc3520276aaab62d09ddd1c3.tar.gz manual_for_Experimental_Atomic_Physics-d336626d00b1011cbc3520276aaab62d09ddd1c3.zip |
added hyperref package
Diffstat (limited to 'manual/manual.tex')
-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} |