forked from len0rd/rockbox
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
This commit is contained in:
parent
51122c0ab4
commit
c0068bb5e9
1 changed files with 13 additions and 1 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue