summaryrefslogtreecommitdiff
path: root/manual/preamble.tex
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2009-12-07 09:03:11 +0000
committerBjörn Stenberg <bjorn@haxx.se>2009-12-07 09:03:11 +0000
commit66fa5b578904f7df61293d6ce5c08966b5db13db (patch)
tree5db57c13d5b23e76793b60bbc48579ac24da1550 /manual/preamble.tex
parent7b70046e7ab7329d93f800fe4b074fabff998a0e (diff)
downloadrockbox-66fa5b578904f7df61293d6ce5c08966b5db13db.tar.gz
rockbox-66fa5b578904f7df61293d6ce5c08966b5db13db.zip
Rename targets to be consistent in all places. (FS #10819)
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@23881 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/preamble.tex')
-rw-r--r--manual/preamble.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 1e3ccce95a..e1e192dfe1 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -41,7 +41,7 @@
41\input{platform/\platform.tex} 41\input{platform/\platform.tex}
42\input{features.tex} 42\input{features.tex}
43 43
44\newcommand{\playername}{\playerman\ \playerlongtype} 44\newcommand{\archosplayername}{\archosplayerman\ \archosplayerlongtype}
45 45
46\hypersetup{% add some values to the pdf properties 46\hypersetup{% add some values to the pdf properties
47 colorlinks = true, 47 colorlinks = true,
@@ -51,7 +51,7 @@
51 urlcolor = blue, 51 urlcolor = blue,
52 pdftitle = {Rockbox user manual}, 52 pdftitle = {Rockbox user manual},
53 pdfauthor = {The Rockbox Team}, 53 pdfauthor = {The Rockbox Team},
54 pdfsubject = {Rockbox user manual for \playername} 54 pdfsubject = {Rockbox user manual for \archosplayername}
55} 55}
56 56
57\newcommand{\fname}[1]{\texttt{#1}} 57\newcommand{\fname}[1]{\texttt{#1}}
@@ -94,7 +94,7 @@
94\fancyhead[L]{{\nouppercase{\textsc{\leftmark}}}} 94\fancyhead[L]{{\nouppercase{\textsc{\leftmark}}}}
95\fancyhead[R]{\iffloatpage{}{\thepage}} 95\fancyhead[R]{\iffloatpage{}{\thepage}}
96\fancyfoot[L]{\textsc{The Rockbox manual}} 96\fancyfoot[L]{\textsc{The Rockbox manual}}
97\fancyfoot[R]{\textsc{\playerman{} \playertype}} 97\fancyfoot[R]{\textsc{\archosplayerman{} \archosplayertype}}
98\fancypagestyle{plain}{} 98\fancypagestyle{plain}{}
99 99
100\renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}} 100\renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}}