1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 % Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 % Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 % Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 % Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
12 % Copyright (C) 2006 The Rockbox Manual Team
14 % All files in this archive are subject to the GNU Free Documentation License
15 % See the file COPYING-MANUAL in the source tree docs/ directory for full license
18 % Contributors are listed in the file docs/CREDITS-MANUAL
20 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22 \documentclass[a4paper,
11pt
]{scrreprt
}
23 \usepackage[utf8
]{inputenc}
24 % This manual used to use Palatino as font. This caused issues with small caps
25 % (textsc), so do not use that font as default one anymore.
39 \usepackage[table
]{xcolor
}
41 \input{platform/
\platform.tex
}
44 \newcommand{\playername}{\playerman\
\playerlongtype}
46 \hypersetup{% add some values to the pdf properties
52 pdftitle =
{Rockbox user manual
},
53 pdfauthor =
{The Rockbox Team
},
54 pdfsubject =
{Rockbox user manual for
\playername}
57 \newcommand{\fname}[1]{\texttt{#1}}
58 \newcommand{\tabeltc}[1]{{\centering #1 \par}}
59 \newcommand{\tabelth}[1]{{\centering \textbf{\textit{#1}} \par}}
61 \newcommand{\fixme}[1]{\textbf{\textcolor{red
}{#1}}}
63 % Colors used to typeset table headers and alternating table rows
64 \colorlet{tblhdrbgcolor
}{blue!
30} % Background color for headers
65 \colorlet{tbloddrowbgcolor
}{blue!
10} % Background color for odd rows (headers not included)
66 \colorlet{tblevenrowbgcolor
}{white
} % Background color for even rows (headers not included)
74 \ifpdfoutput{\usepackage{booktabs
}}%
76 \toprule}{}\newcommand{\midrule}{\hline}\newcommand{\bottomrule}{}%
78 \usepackage{longtable
}
85 % pdf output: try pdf first, then png and jpg as file format
86 % html output: try png first, then jpg. Ignore pdf files
87 % this only applies if no file extension is given!
88 \ifpdfoutput{\DeclareGraphicsExtensions{.pdf,.png,.jpg
}}%
89 {\DeclareGraphicsExtensions{.png,.jpg
}}
91 % fancy header style adjustments
94 \fancyhead[L
]{{\nouppercase{\textsc{\leftmark}}}}
95 \fancyhead[R
]{\iffloatpage{}{\thepage}}
96 \fancyfoot[L
]{\textsc{The Rockbox manual
}}
97 \fancyfoot[R
]{\textsc{\playerman{} \playertype}}
98 \fancypagestyle{plain
}{}
100 \renewcommand{\headrulewidth}{\iffloatpage{0pt
}{0.4pt
}}
101 \renewcommand{\footrulewidth}{\iffloatpage{0pt
}{0.4pt
}}
102 \setlength{\headheight}{18.5pt
}
103 \newcounter{example
}[chapter
]
105 \setlength{\belowrulesep}{0pt
}
106 \setlength{\aboverulesep}{0pt
}
108 %% \newenvironment{example}
109 %% {\stepcounter{example}\paragraph{Example \theexample:}}
115 % found on the internet, posting by Donald Arseneau
116 % I may as well include my robust expandable definions, which can be
117 % used in \edef or \write where the \def would not be executed:
119 % \if\blank --- checks if parameter is blank (Spaces count as blank)
120 % \if\given --- checks if parameter is not blank: like \if\blank{#1}\else
121 % \if\nil --- checks if parameter is null (spaces are NOT null)
122 % use \if\given{ } ... \else ... \fi etc.
124 {\catcode`\!=
8 % funny catcode so ! will be a delimiter
125 \catcode`
\Q=
3 % funny catcode so Q will be a delimiter
126 \long\gdef\given#1{88\fi\Ifbl@nk
#1QQQ
\empty!
}
127 \long\gdef\blank#1{88\fi\Ifbl@nk
#1QQ..!
}% if null or spaces
128 \long\gdef\nil#1{\IfN@Ught
#1*
{#1}!
}% if null
129 \long\gdef\IfN@Ught
#1 #2!
{\blank{#2}}
130 \long\gdef\Ifbl@nk
#1#2Q
#3!
{\ifx#3}% same as above
133 % environment for setting the changelog.
134 \newenvironment{changelog
}%
135 {\renewcommand{\labelitemi}{$
\star$
}\setitemize{noitemsep,topsep=
0pt
}%
140 % add screenshot image.
141 % Usage: \screenshot{filename}{caption}{label}
142 % By using the 'H' (HERE) placement, the screenshots are placed where
144 % Note: use this only for screenshots!
145 % Note: leave caption empty to supress it.
146 \newcommand{\screenshot}[3]{
149 \IfFileExists{#1-
\genericimg-
\specimg.png
}
150 {\includegraphics[width=
\screenshotsize]{#1-
\genericimg-
\specimg.png
}
151 \typeout{Note: device specific image used
}}
152 {\IfFileExists{#1-
\genericimg.png
}
153 {\includegraphics[width=
\screenshotsize]{#1-
\genericimg.png
}}
155 {\includegraphics[width=
\screenshotsize]{#1}
156 \typeout{Warning: deprecated plain image name used
}}%
157 {\typeout{Missing image:
#1 (
\genericimg) (
\specimg)
}%
158 \color{red
}{\textbf{WARNING!
} Image not found
}%
162 \if\blank{#3}\else{\label{#3}}\fi\if\blank{#2}\else{%
168 % command to display a note.
169 % Usage: \note{text of your note}
170 % Note: do NOT use \textbf or similar to emphasize text, use \emph!
172 \newcommand{\note}[1]{
173 \ifinner\else\par\noindent\fi
175 \ifinner#1\else\marginpar{\raisebox{-
6pt
}{\Huge\Writinghand}}#1\par\fi%
177 {\newcommand{\note}[1]{\ifinner\else\par\noindent\fi\textbf{Note:
{} }#1\par}}
179 % command to display a warning.
180 % Usage: \warn{text of your warning}
181 % Note: do NOT use \textbf or similar to emphasize text!
183 \newcommand{\warn}[1]{
184 \ifinner\else\par\noindent\fi
186 \ifinner#1\else\marginpar{\raisebox{-
6pt
}{\Huge\Stopsign}}#1\par\fi%
188 {\newcommand{\warn}[1]{\ifinner\else\par\noindent\fi\textbf{Warning:
{} }#1}}
190 % command to mark a text block as intended especially for blind people
191 % Usage: \blind{text}
193 \newcommand{\blind}[1]{
194 \ifinner\else\par\noindent\fi
195 \ifinner#1\else\marginpar{\raisebox{-
6pt
}{\Huge\ForwardToEnd}}#1\par\fi%
197 {\newcommand{\blind}[1]{\ifinner\else\par\noindent\fi#1}}
199 % make table floats use "H" (as for screenshots) as default positioning
200 \makeatletter\renewcommand{\fps@table
}{H
}\makeatother
201 % change defaults for floats on a page as we have a lot of small images
202 \setcounter{topnumber
}{3} % default: 2
203 \setcounter{bottomnumber
}{2} % default: 1
204 \setcounter{totalnumber
}{5} % default: 3
207 % Environment for typesetting tables in a consistent way. The header has
208 % a darker background; rows are white and light gray (alternating). Top,
209 % middle and bottom rules are automatically set.
213 % #2 -- column specification (as used in the package tabularx)
214 % #3 -- contents of the header row. The number of items must
215 % match the number of specs in #2
216 % #4 -- caption (optional). If used then this must be inside a floating
217 % environment, e.g. table
218 % #5 -- label (optional)
221 % \begin{rbtabular}{0.9\textwidth}{lX}{Col1 & Col2}{}{}
227 \newenvironment{rbtabular
}[5]{%
228 \rowcolors{2}{tbloddrowbgcolor
}{tblevenrowbgcolor
}
229 \expandafter\let\expandafter\SavedEndTab\csname endtabular*
\endcsname
230 \expandafter\renewcommand\expandafter*
\csname endtabular*
\endcsname{%
233 \if\given{#4}\caption{#4}\fi%
234 \if\given{#5}\label{#5}\fi%
238 \tabularx{#1}{#2}\toprule\rowcolor{tblhdrbgcolor
}
239 \rule{0pt
}{2.9ex
}#3\\
\midrule
247 % command to set the default table heading for button lists
248 \newcommand{\taghead}{\rule{0pt
}{2.9ex
}\textbf{Tag
} &
\textbf{Description
} \\
\midrule}
250 % environment intended to be used with tag maps (for wps)
251 % usage: \begin{tagmap}{caption}{label} Tag & Description \\ \end{tagmap}
252 % Note: this automatically sets the table lines.
253 % Note: you *need* to terminate the last line with a linebreak \\
254 % Note: you still need to enclose this with \begin{table} / \end{table}
255 % Cheers for the usenet helping me building this up :)
256 \newenvironment{tagmap
}[2]{%
257 \rowcolors{2}{tbloddrowbgcolor
}{tblevenrowbgcolor
}
258 \expandafter\let\expandafter\SavedEndTab\csname endtabular*
\endcsname
259 \expandafter\renewcommand\expandafter*
\csname endtabular*
\endcsname{%
262 \if\given{#1}\caption{#1}\fi%
263 \if\given{#2}\label{#2}\fi%
267 \tabularx{\textwidth}{lX
}\toprule\rowcolor{tblhdrbgcolor
} % here is the table width defined
273 % When creating HTML, use the soul package.
274 % This produces much nicer HTML code (textsc results in each character being
275 % put in a separate <span>).
276 \ifpdfoutput{\newcommand{\caps}[1]{\textsc{#1}}}{\usepackage{soul
}}
277 \newcommand{\setting}[1]{\caps{#1}}
279 \newcommand{\config}[1]{\texttt{#1}}
281 % set link to download server
282 % Usage: \download{bootloader/bootloader-ipodnano.ipod}
284 % "http://download.rockbox.org/bootloader/bootloader-ipodnano.ipod"
285 \newcommand{\download}[1]{\url{http://download.rockbox.org/
#1}}
287 % set link to the wiki.
288 % Usage: \wikilink{WebHome}
289 % with "WebHome" being the wiki page name
290 \newcommand{\wikibaseurl}{http://www.rockbox.org/wiki/
}
291 \ifpdfoutput{\newcommand{\wikiicon}{\Pointinghand}}
292 {\newcommand{\wikiicon}{}}
293 \newcommand{\wikilink}[1]{\wikiicon{}\href{\wikibaseurl#1}{#1}}
294 %\newcommand{\wikilink}[1]{\url{http://www.rockbox.org/wiki/#1}}
296 % define environment "code" based on fancyvrb.
297 % use it to set code the user should type / see on his screen.
298 % Note: the first 4 characters of each line will be stripped,
299 % requiring everything to be indendet by exactly _4_ spaces!
300 % This is intended to make the LaTeX sources more readable.
301 % Note: when using the code environment you need to use optv instead of opt!
302 \DefineVerbatimEnvironment{code
}{Verbatim
}%
303 {framerule=
0.4pt, framesep=
1ex,frame=lines,
%numbers=left,stepnumber=5,%
304 gobble=
4,fontsize=
\footnotesize,xleftmargin=
10pt,xrightmargin=
10pt,
%
305 label=
\textnormal{\textsc{Code
}},
%
309 % define environment "example" based on fancyvrb.
310 % use it to set example code the user should type / see on his screen.
311 % Note: the first 4 characters of each line will be stripped,
312 % requiring everything to be indendet by exactly _4_ spaces!
313 % This is intended to make the LaTeX sources more readable.
314 % Note: when using the example environment you need to use optv instead of opt!
315 \DefineVerbatimEnvironment{example
}{Verbatim
}%
316 {commentchar=!,framerule=
0.4pt, framesep=
1ex,frame=lines,
%
317 gobble=
4,fontsize=
\footnotesize,xleftmargin=
10pt,xrightmargin=
10pt,
%
318 label=
\textnormal{\textsc{Example
}},
%
322 % Use the nopt command to exclude a certain defined feature from a sectio
324 % \nopt{ondio}{This text will be excluded for ondios}
325 \newcommand{\optnvalue}{0}
326 \newcommand{\nopt}[2]{%
327 \renewcommand{\optnvalue}{0}\opt{#1}{\renewcommand{\optnvalue}{1}}%
328 \ifthenelse{\optnvalue >
0}{}{#2}%
331 % Use the reference to handle get a flexible reference command
332 % usage \reference{ref_section}
334 \newcommand{\reference}[1]{%
335 section~
\ref{#1} (page~
\pageref{#1})
%
337 {\newcommand{\reference}[1]{section~
\ref{#1}}}
339 % special HTML output adjustments
340 \ifpdfoutput{}{\setlength{\parindent}{0mm
}}
341 \ifpdfoutput{}{\renewcommand{\Forward}[1]{$
\triangleright$
{}#1}}
343 \newcommand{\btnfnt}[1]{\textbf{#1}}
351 % command to set the default table heading for button lists
352 \newcommand{\btnhead}{\textbf{Key
} \opt{HAVEREMOTEKEYMAP
}{%
353 &
\textbf{Remote Key
}} &
\textbf{Action
} \\
\midrule}
354 % environment intended to be used with button maps
355 % usage: \begin{btnmap}{caption}{label} Button & ButtonAction \\ \end{btnmap}
356 % Note: this automatically sets the table lines.
357 % Note: you *need* to terminate the last line with a linebreak \\
358 % Note: you still need to enclose this with \begin{table} / \end{table}
359 % Cheers for the usenet helping me building this up :)
361 % tabularx is set to be either two or three columns wide depending on whether
362 % HAVEREMOTEKEYMAP is defined in the platform file for the target in question.
363 % If it is, then every button table has three columns of the form
364 % Main Unit Key & Remote Key & Description \\
366 \newenvironment{btnmap
}[2]{%
367 \rowcolors{2}{tbloddrowbgcolor
}{tblevenrowbgcolor
}
368 \expandafter\let\expandafter\SavedEndTab\csname endtabular*
\endcsname
369 \expandafter\renewcommand\expandafter*
\csname endtabular*
\endcsname{%
372 \if\given{#1}\caption{#1}\fi%
373 \if\given{#2}\label{#2}\fi%
377 \opt{HAVEREMOTEKEYMAP
}{
378 % here is the table width defined for 3 columns
379 \tabularx{.95\textwidth}{>
{\raggedright\arraybackslash}p
{.2\textwidth}>
{\raggedright\arraybackslash}p
{.2\textwidth}X
}\toprule\rowcolor{tblhdrbgcolor
}
381 \nopt{HAVEREMOTEKEYMAP
}{
382 % here is the table width defined for 2 columns
383 \tabularx{.75\textwidth}{>
{\raggedright\arraybackslash}p
{.22\textwidth}X
}\toprule\rowcolor{tblhdrbgcolor
}
385 \rule{0pt
}{2.9ex
}\btnhead