summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/UsersGuide.tex
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-06-26 20:01:17 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-06-26 20:01:17 +0000
commit673a967893157fecfc5d59540a8c35ee74fce357 (patch)
treee15ea70ea88e730bc3f8ab9f9962c813948473ff /doc/UsersGuide/UsersGuide.tex
parent42b64ad20f0bc3c16b5bd6ff051dd6d32c061a0b (diff)
Added some of the fancier pdftex options (hyperref, thumbpdf) as an
experiment to see what people think. I'm not an expert on pdftex so would really welcome any suggestions ... I had to add a couple of restrictions to the hyperref options because we use the same numbers for pages/sections etc in different chapters. To get this full pdf version at the moment you need to cd docs/UsersGuide pdftex UsersGuide pdftex UsersGuide thumbpdf UsersGuide pdftex UsersGuide pdftex UsersGuide where some of these pdftex's must be redundent. Gabrielle git-svn-id: http://svn.cactuscode.org/flesh/trunk@2916 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/UsersGuide.tex')
-rw-r--r--doc/UsersGuide/UsersGuide.tex21
1 files changed, 14 insertions, 7 deletions
diff --git a/doc/UsersGuide/UsersGuide.tex b/doc/UsersGuide/UsersGuide.tex
index 2e005536..6843653b 100644
--- a/doc/UsersGuide/UsersGuide.tex
+++ b/doc/UsersGuide/UsersGuide.tex
@@ -19,13 +19,6 @@
\pdftrue
\fi
-\ifpdf
-\usepackage[pdftex]{graphicx}
-\else
-\usepackage{graphicx}
-\fi
-
-
\makeatletter
\@addtoreset{chapter}{part}
\makeatother
@@ -44,6 +37,20 @@
\addtolength{\cftsubsecnumwidth}{0.5em}
\addtolength{\cftsubsubsecnumwidth}{0.5em}
+\ifpdf
+\pdfinfo{ /Author (Gabrielle Allen, Tom Goodale, Gerd Lanfermann, Thomas Radke, David Rideout, Jonathan Thornburg)
+ /Title (Cactus Users Guide)
+}
+\usepackage[pdftex,plainpages=false,pdfpagelabels,hypertexnames=false,
+ colorlinks=true,pdfstartview=FitV,
+ linkcolor=blue,citecolor=blue,
+ urlcolor=blue]{hyperref}
+\usepackage{graphicx}
+\usepackage{thumbpdf}
+\else
+\usepackage{graphicx}
+\fi
+
\def\q{\bf QUERY: }
\def\t{\tt \obeylines }
\def\ie{\hbox{i.e.\hbox{}}}