From d336626d00b1011cbc3520276aaab62d09ddd1c3 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Tue, 27 Aug 2013 11:27:10 -0400 Subject: added hyperref package --- manual/manual.tex | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'manual/manual.tex') 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} -- cgit v1.2.3