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 \usepackage[T1]{fontenc}
25 % This manual used to use Palatino as font. This caused issues with small caps
26 % (textsc), so do not use that font as default one anymore.
40 \usepackage[table
]{xcolor
}
42 \input{platform/
\platform.tex
}
45 \newcommand{\playername}{\playerman\
\playerlongtype}
47 \hypersetup{% add some values to the pdf properties
53 pdftitle =
{Rockbox user manual
},
54 pdfauthor =
{The Rockbox Team
},
55 pdfsubject =
{Rockbox user manual for
\playername}
58 \newcommand{\fname}[1]{\texttt{#1}}
59 \newcommand{\tabeltc}[1]{{\centering #1 \par}}
60 \newcommand{\tabelth}[1]{{\centering \textbf{\textit{#1}} \par}}
62 \newcommand{\fixme}[1]{\textbf{\textcolor{red
}{#1}}}
64 % Colors used to typeset table headers and alternating table rows
65 \colorlet{tblhdrbgcolor
}{blue!
30} % Background color for headers
66 \colorlet{tbloddrowbgcolor
}{blue!
10} % Background color for odd rows (headers not included)
67 \colorlet{tblevenrowbgcolor
}{white
} % Background color for even rows (headers not included)
75 \ifpdfoutput{\usepackage{booktabs
}}%
77 \toprule}{}\newcommand{\midrule}{\hline}\newcommand{\bottomrule}{}%
79 \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
]
106 \renewcommand{\toprule}{\specialrule{\heavyrulewidth}{\abovetopsep}{0pt
}}
107 \renewcommand{\midrule}{\specialrule{\lightrulewidth}{0pt
}{\belowrulesep}}
109 \newcommand{\tblhdrstrut}{\rule[-
1.3ex
]{0mm
}{4.0ex
}}
112 %% \newenvironment{example}
113 %% {\stepcounter{example}\paragraph{Example \theexample:}}
119 % found on the internet, posting by Donald Arseneau
120 % I may as well include my robust expandable definions, which can be
121 % used in \edef or \write where the \def would not be executed:
123 % \if\blank --- checks if parameter is blank (Spaces count as blank)
124 % \if\given --- checks if parameter is not blank: like \if\blank{#1}\else
125 % \if\nil --- checks if parameter is null (spaces are NOT null)
126 % use \if\given{ } ... \else ... \fi etc.
128 {\catcode`\!=
8 % funny catcode so ! will be a delimiter
129 \catcode`
\Q=
3 % funny catcode so Q will be a delimiter
130 \long\gdef\given#1{88\fi\Ifbl@nk
#1QQQ
\empty!
}
131 \long\gdef\blank#1{88\fi\Ifbl@nk
#1QQ..!
}% if null or spaces
132 \long\gdef\nil#1{\IfN@Ught
#1*
{#1}!
}% if null
133 \long\gdef\IfN@Ught
#1 #2!
{\blank{#2}}
134 \long\gdef\Ifbl@nk
#1#2Q
#3!
{\ifx#3}% same as above
137 % environment for setting the changelog.
138 \newenvironment{changelog
}%
139 {\renewcommand{\labelitemi}{$
\star$
}\setitemize{noitemsep,topsep=
0pt
}%
144 \newcommand{\dapdisplaysize}{\dapdisplaywidth$
\times$
\dapdisplayheight$
\times$
\dapdisplaydepth}
145 \newcommand{\genericimg}{\dapdisplaywidth x
\dapdisplayheight x
\dapdisplaydepth}
147 % add screenshot image.
148 % Usage: \screenshot{filename}{caption}{label}
149 % By using the 'H' (HERE) placement, the screenshots are placed where
151 % Note: use this only for screenshots!
152 % Note: leave caption empty to supress it.
153 \newcommand{\screenshot}[3]{
156 \IfFileExists{#1-
\genericimg-
\specimg.png
}
157 {\includegraphics[width=
\screenshotsize]{#1-
\genericimg-
\specimg.png
}
158 \typeout{Note: device specific image used
}}
159 {\IfFileExists{#1-
\genericimg.png
}
160 {\includegraphics[width=
\screenshotsize]{#1-
\genericimg.png
}}
162 {\includegraphics[width=
\screenshotsize]{#1}
163 \typeout{Warning: deprecated plain image name used
}}%
164 {\typeout{Missing image:
#1 (
\genericimg) (
\specimg)
}%
165 \color{red
}{\textbf{WARNING!
} Image not found
}%
169 \if\blank{#3}\else{\label{#3}}\fi\if\blank{#2}\else{%
175 % command to display a note.
176 % Usage: \note{text of your note}
177 % Note: do NOT use \textbf or similar to emphasize text, use \emph!
179 \newcommand{\note}[1]{
180 \ifinner\else\vspace{1ex
}\par\noindent\fi
182 \ifinner#1\else\marginpar{\raisebox{-
6pt
}{\Huge\Writinghand}}#1\par\vspace{1ex
}\fi%
184 {\newcommand{\note}[1]{\ifinner\else\par\noindent\fi\textbf{Note:
{} }#1\par}}
186 % command to display a warning.
187 % Usage: \warn{text of your warning}
188 % Note: do NOT use \textbf or similar to emphasize text!
190 \newcommand{\warn}[1]{
191 \ifinner\else\par\noindent\fi
193 \ifinner#1\else\marginpar{\raisebox{-
6pt
}{\Huge\Stopsign}}#1\par\fi%
195 {\newcommand{\warn}[1]{\ifinner\else\par\noindent\fi\textbf{Warning:
{} }#1}}
197 % command to mark a text block as intended especially for blind people
198 % Usage: \blind{text}
200 \newcommand{\blind}[1]{\mbox{}\marginpar{\raisebox{-
1ex
}{\Huge{\ForwardToEnd}}}#1}
202 {\newcommand{\blind}[1]{\ifinner\else\par\noindent\fi#1}}
204 % make table floats use "H" (as for screenshots) as default positioning
205 \makeatletter\renewcommand{\fps@table
}{H
}\makeatother
206 % change defaults for floats on a page as we have a lot of small images
207 \setcounter{topnumber
}{3} % default: 2
208 \setcounter{bottomnumber
}{2} % default: 1
209 \setcounter{totalnumber
}{5} % default: 3
212 % Environment for typesetting tables in a consistent way. The header has
213 % a darker background; rows are white and light gray (alternating). Top,
214 % middle and bottom rules are automatically set.
218 % #2 -- column specification (as used in the package tabularx)
219 % #3 -- contents of the header row. The number of items must
220 % match the number of specs in #2
221 % #4 -- caption (optional). If used then this must be inside a floating
222 % environment, e.g. table
223 % #5 -- label (optional)
226 % \begin{rbtabular}{0.9\textwidth}{lX}{Col1 & Col2}{}{}
232 \newenvironment{rbtabular
}[5]{%
233 \rowcolors{2}{tbloddrowbgcolor
}{tblevenrowbgcolor
}
234 \expandafter\let\expandafter\SavedEndTab\csname endtabular*
\endcsname
235 \expandafter\renewcommand\expandafter*
\csname endtabular*
\endcsname{%
238 \if\given{#4}\caption{#4}\fi%
239 \if\given{#5}\label{#5}\fi%
243 \tabularx{#1}{#2}\toprule\rowcolor{tblhdrbgcolor
}
244 \tblhdrstrut#3\\
\midrule
249 \newcommand{\tabnlindent}{\newline\mbox{ }\mbox{ }}
253 % command to set the default table heading for button lists
254 \newcommand{\taghead}{\tblhdrstrut\textbf{Tag
} &
\textbf{Description
} \\
\midrule}
256 % environment intended to be used with tag maps (for wps)
257 % usage: \begin{tagmap}{caption}{label} Tag & Description \\ \end{tagmap}
258 % Note: this automatically sets the table lines.
259 % Note: you *need* to terminate the last line with a linebreak \\
260 % Cheers for the usenet helping me building this up :)
261 \newenvironment{tagmap
}{%
262 \rowcolors{2}{tbloddrowbgcolor
}{tblevenrowbgcolor
}
263 \expandafter\let\expandafter\SavedEndTab\csname endtabular*
\endcsname
264 \expandafter\renewcommand\expandafter*
\csname endtabular*
\endcsname{%
270 \tabularx{\textwidth}{Xp
{.7\textwidth}}\toprule\rowcolor{tblhdrbgcolor
} % here is the table width defined
276 % When creating HTML, use the soul package.
277 % This produces much nicer HTML code (textsc results in each character being
278 % put in a separate <span>).
279 \ifpdfoutput{\newcommand{\caps}[1]{\textsc{#1}}}{\usepackage{soul
}}
280 \newcommand{\setting}[1]{\caps{#1}}
282 \newcommand{\config}[1]{\texttt{#1}}
284 % set link to download server
285 % Usage: \download{bootloader/bootloader-ipodnano.ipod}
287 % "http://download.rockbox.org/bootloader/bootloader-ipodnano.ipod"
288 \newcommand{\download}[1]{\url{http://download.rockbox.org/
#1}}
290 % set link to the wiki.
291 % Usage: \wikilink{WebHome}
292 % with "WebHome" being the wiki page name
293 \newcommand{\wikibaseurl}{http://www.rockbox.org/wiki/
}
294 \ifpdfoutput{\newcommand{\wikiicon}{\Pointinghand}}
295 {\newcommand{\wikiicon}{}}
296 \newcommand{\wikilink}[1]{\wikiicon{}\href{\wikibaseurl#1}{#1}}
297 %\newcommand{\wikilink}[1]{\url{http://www.rockbox.org/wiki/#1}}
299 % define environment "code" based on fancyvrb.
300 % use it to set code the user should type / see on his screen.
301 % Note: the first 4 characters of each line will be stripped,
302 % requiring everything to be indendet by exactly _4_ spaces!
303 % This is intended to make the LaTeX sources more readable.
304 % Note: when using the code environment you need to use optv instead of opt!
305 \DefineVerbatimEnvironment{code
}{Verbatim
}%
306 {framerule=
0.4pt, framesep=
1ex,frame=lines,
%numbers=left,stepnumber=5,%
307 gobble=
4,fontsize=
\footnotesize,xleftmargin=
10pt,xrightmargin=
10pt,
%
308 label=
\textnormal{\textsc{Code
}},
%
312 % define environment "example" based on fancyvrb.
313 % use it to set example code the user should type / see on his screen.
314 % Note: the first 4 characters of each line will be stripped,
315 % requiring everything to be indendet by exactly _4_ spaces!
316 % This is intended to make the LaTeX sources more readable.
317 % Note: when using the example environment you need to use optv instead of opt!
318 \DefineVerbatimEnvironment{example
}{Verbatim
}%
319 {commentchar=!,framerule=
0.4pt, framesep=
1ex,frame=lines,
%
320 gobble=
4,fontsize=
\footnotesize,xleftmargin=
10pt,xrightmargin=
10pt,
%
321 label=
\textnormal{\textsc{Example
}},
%
325 % Use the nopt command to exclude a certain defined feature from a section
327 % \nopt{ondio}{This text will be excluded for ondios}
329 \newcommand*
\nopt[1]{\if\Opl@notlisted
{#1}\expandafter\@firstofone
330 \else \expandafter\@gobble
\fi}
333 % Use the reference to handle get a flexible reference command
334 % usage \reference{ref_section}
336 \newcommand{\reference}[1]{%
337 section~
\ref{#1} (page~
\pageref{#1})
%
339 {\newcommand{\reference}[1]{section~
\ref{#1}}}
341 % special HTML output adjustments
342 \ifpdfoutput{}{\setlength{\parindent}{0mm
}}
343 \ifpdfoutput{}{\renewcommand{\Forward}[1]{$
\triangleright$
{}#1}}
345 \newcommand{\btnfnt}[1]{\textbf{#1}}
353 % command to set the default table heading for button lists
354 \newcommand{\btnhead}{\textbf{Key
} \opt{HAVEREMOTEKEYMAP
}{%
355 &
\textbf{Remote Key
}} &
\textbf{Action
} \\
\midrule}
356 % environment intended to be used with button maps
357 % usage: \begin{btnmap} Button & ButtonAction \\ \end{btnmap}
358 % Note: this automatically sets the table lines.
359 % Note: you *need* to terminate the last line with a linebreak \\
360 % Cheers for the usenet helping me building this up :)
362 % tabularx is set to be either two or three columns wide depending on whether
363 % HAVEREMOTEKEYMAP is defined in the platform file for the target in question.
364 % If it is, then every button table has three columns of the form
365 % Main Unit Key & Remote Key & Description \\
367 \newenvironment{btnmap
}{%
368 \rowcolors{2}{tbloddrowbgcolor
}{tblevenrowbgcolor
}
369 \expandafter\let\expandafter\SavedEndTab\csname endtabular*
\endcsname
370 \expandafter\renewcommand\expandafter*
\csname endtabular*
\endcsname{%
373 \endcenter\vspace{2ex
}%
376 \opt{HAVEREMOTEKEYMAP
}{
377 % here is the table width defined for 3 columns
378 \tabularx{.95\textwidth}{>
{\raggedright\arraybackslash}p
{.2\textwidth}>
{\raggedright\arraybackslash}p
{.2\textwidth}X
}\toprule\rowcolor{tblhdrbgcolor
}
380 \nopt{HAVEREMOTEKEYMAP
}{
381 % here is the table width defined for 2 columns
382 \tabularx{.75\textwidth}{>
{\raggedright\arraybackslash}p
{.22\textwidth}X
}\toprule\rowcolor{tblhdrbgcolor
}