summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-08 21:00:22 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-08 21:00:22 +0000
commitc0068bb5e951bb2c1824a4fb9c7d73c0dfe773d4 (patch)
tree162d767762ba5551f7e25d99cbb3fa72a1f355c6 /manual
parent51122c0ab486c7212827309c2ba0b4f6973d8a9c (diff)
downloadrockbox-c0068bb5e951bb2c1824a4fb9c7d73c0dfe773d4.tar.gz
rockbox-c0068bb5e951bb2c1824a4fb9c7d73c0dfe773d4.zip
Move hyperref options to hypersetup and add some pdf properties.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9568 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/preamble.tex14
1 files changed, 13 insertions, 1 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 76fef710e0..7598e02eae 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -9,7 +9,8 @@
\usepackage{float}
\floatstyle{ruled}
-\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=blue, citecolor=blue, urlcolor=blue]{hyperref}
+\usepackage{hyperref}
+
\usepackage{xspace}
\usepackage{optional}
@@ -17,6 +18,17 @@
\newcommand{\playername}{\playerman\ \playertype}
+\hypersetup{% add some values to the pdf properties
+ colorlinks = true,
+ pdfstartview = FitV,
+ linkcolor = blue,
+ citecolor = blue,
+ urlcolor = blue,
+ pdftitle = {Rockbox user manual},
+ pdfauthor = {The Rockbox Team},
+ pdfsubject = {Rockbox user manual for \playername}
+}
+
\newcommand{\fname}[1]{\textbf{#1}}
\newcommand{\tabeltc}[1]{{\centering #1 \par}}
\newcommand{\tabelth}[1]{{\centering \textbf{\textit{#1}} \par}}