Remove .a files before running ar, to avoid problems with renamed files remaining...
[kugel-rb.git] / manual / preamble.tex
blobcae072d18ff1e03d7ff6de91024ca201e33bbb7a
1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 % __________ __ ___.
3 % Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 % Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 % Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 % Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 % \/ \/ \/ \/ \/
8 % - M A N U A L -
10 % $Id$
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
16 % agreement.
18 % Contributors are listed in the file docs/CREDITS-MANUAL
20 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22 \documentclass[a4paper,11pt]{scrreprt}
23 \usepackage[utf8x]{inputenc}
24 \usepackage{palatino}
26 \usepackage{tabularx}
27 \usepackage{multirow}
28 \usepackage{multicol}
30 \usepackage{float}
31 \floatstyle{ruled}
33 \usepackage{hyperref}
34 \usepackage{enumitem}
36 \usepackage{optional}
38 \input{platform/\platform.tex}
39 \input{features.tex}
41 \newcommand{\playername}{\playerman\ \playerlongtype}
43 \hypersetup{% add some values to the pdf properties
44 colorlinks = true,
45 pdfstartview = FitV,
46 linkcolor = blue,
47 citecolor = blue,
48 urlcolor = blue,
49 pdftitle = {Rockbox user manual},
50 pdfauthor = {The Rockbox Team},
51 pdfsubject = {Rockbox user manual for \playername}
54 \newcommand{\fname}[1]{\texttt{#1}}
55 \newcommand{\tabeltc}[1]{{\centering #1 \par}}
56 \newcommand{\tabelth}[1]{{\centering \textbf{\textit{#1}} \par}}
58 \newcommand{\fixme}[1]{\textbf{\textcolor{red}{#1}}}
60 \usepackage{fancyhdr}
61 \usepackage{graphicx}
62 \usepackage{verbatim}
63 \usepackage{makeidx}
64 \usepackage{fancyvrb}
65 \usepackage{enumerate}
66 \usepackage{color}
67 \ifpdfoutput{\usepackage{booktabs}}%
68 {\newcommand{%
69 \toprule}{}\newcommand{\midrule}{\hline}\newcommand{\bottomrule}{}%
71 \usepackage{longtable}
72 \usepackage{url}
73 \urlstyle{sf}
74 \usepackage{marvosym}
75 \usepackage{ifthen}
76 \usepackage{rotating}
78 % mark this ad draft version (only for pdflatex) -- comment this out at release
79 \ifpdfoutput{
80 \usepackage{pdfdraftcopy}
81 \draftstring{DRAFT VERSION}
82 % \draftangle{45}
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
92 \fancyhead{}
93 \fancyfoot{}
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 %% \newenvironment{example}
106 %% {\stepcounter{example}\paragraph{Example \theexample:}}
107 %% {\hfill$\Box$
109 %% \bigskip
110 %% \noindent}
112 % found on the internet, posting by Donald Arseneau
113 % I may as well include my robust expandable definions, which can be
114 % used in \edef or \write where the \def would not be executed:
116 % \if\blank --- checks if parameter is blank (Spaces count as blank)
117 % \if\given --- checks if parameter is not blank: like \if\blank{#1}\else
118 % \if\nil --- checks if parameter is null (spaces are NOT null)
119 % use \if\given{ } ... \else ... \fi etc.
121 {\catcode`\!=8 % funny catcode so ! will be a delimiter
122 \catcode`\Q=3 % funny catcode so Q will be a delimiter
123 \long\gdef\given#1{88\fi\Ifbl@nk#1QQQ\empty!}
124 \long\gdef\blank#1{88\fi\Ifbl@nk#1QQ..!}% if null or spaces
125 \long\gdef\nil#1{\IfN@Ught#1* {#1}!}% if null
126 \long\gdef\IfN@Ught#1 #2!{\blank{#2}}
127 \long\gdef\Ifbl@nk#1#2Q#3!{\ifx#3}% same as above
130 % environment for setting the changelog.
131 \newenvironment{changelog}%
132 {\renewcommand{\labelitemi}{$\star$}\setitemize{noitemsep,topsep=0pt}%
133 \begin{itemize}}%
134 {\end{itemize}}
137 % add screenshot image.
138 % Usage: \screenshot{filename}{caption}{label}
139 % By using the 'H' (HERE) placement, the screenshots are placed where
140 % we want them.
141 % Note: use this only for screenshots!
142 % Note: leave caption empty to supress it.
143 \newcommand{\screenshot}[3]{
144 \begin{figure}[H]
145 \begin{center}
146 \IfFileExists{#1-\genericimg-\specimg.png}
147 {\includegraphics[width=\screenshotsize]{#1-\genericimg-\specimg.png}
148 \typeout{Note: device specific image used}}
149 {\IfFileExists{#1-\genericimg.png}
150 {\includegraphics[width=\screenshotsize]{#1-\genericimg.png}}
151 {\IfFileExists{#1}
152 {\includegraphics[width=\screenshotsize]{#1}
153 \typeout{Warning: deprecated plain image name used}}%
154 {\typeout{Missing image: #1 (\genericimg) (\specimg)}%
155 \color{red}{\textbf{WARNING!} Image not found}%
159 \if\blank{#3}\else{\label{#3}}\fi\if\blank{#2}\else{%
160 \caption{#2}}\fi
161 \end{center}
162 \end{figure}
165 % command to display a note.
166 % Usage: \note{text of your note}
167 % Note: do NOT use \textbf or similar to emphasize text, use \emph!
168 \ifpdfoutput{
169 \newcommand{\note}[1]{
170 \ifinner\else\par\noindent\fi
171 \textbf{Note:}\ %
172 \ifinner#1\else\marginpar{\raisebox{-6pt}{\Huge\Writinghand}}#1\par\fi%
174 {\newcommand{\note}[1]{\ifinner\else\par\noindent\fi\textbf{Note:{} }#1\par}}
176 % command to display a warning.
177 % Usage: \warn{text of your warning}
178 % Note: do NOT use \textbf or similar to emphasize text!
179 \ifpdfoutput{
180 \newcommand{\warn}[1]{
181 \ifinner\else\par\noindent\fi
182 \textbf{Warning:\ }%
183 \ifinner#1\else\marginpar{\raisebox{-6pt}{\Huge\Stopsign}}#1\par\fi%
185 {\newcommand{\warn}[1]{\ifinner\else\par\noindent\fi\textbf{Warning:{} }#1}}
187 % command to mark a text block as intended especially for blind people
188 % Usage: \blind{text}
189 \ifpdfoutput{
190 \newcommand{\blind}[1]{
191 \ifinner\else\par\noindent\fi
192 \ifinner#1\else\marginpar{\raisebox{-6pt}{\Huge\ForwardToEnd}}#1\par\fi%
194 {\newcommand{\blind}[1]{\ifinner\else\par\noindent\fi#1}}
196 % make table floats use "H" (as for screenshots) as default positioning
197 \makeatletter\renewcommand{\fps@table}{H}\makeatother
198 % change defaults for floats on a page as we have a lot of small images
199 \setcounter{topnumber}{3} % default: 2
200 \setcounter{bottomnumber}{2} % default: 1
201 \setcounter{totalnumber}{5} % default: 3
203 % command to set the default table heading for button lists
204 \newcommand{\btnhead}{\textbf{Key} & \textbf{Action} \\\midrule}
206 % environment intended to be used with button maps
207 % usage: \begin{btnmap}{caption}{label} Button & ButtonAction \\ \end{btnmap}
208 % Note: this automatically sets the table lines.
209 % Note: you *need* to terminate the last line with a linebreak \\
210 % Note: you still need to enclose this with \begin{table} / \end{table}
211 % Cheers for the usenet helping me building this up :)
212 \newenvironment{btnmap}[2]{%
213 \expandafter\let\expandafter\SavedEndTab\csname endtabular*\endcsname
214 \expandafter\renewcommand\expandafter*\csname endtabular*\endcsname{%
215 \bottomrule
216 \SavedEndTab%
217 \if\given{#1}\caption{#1}\fi%
218 \if\given{#2}\label{#2}\fi%
219 \endcenter%
221 \center
222 \tabularx{.75\textwidth}{>{\raggedright\arraybackslash}p{.22\textwidth}X}\toprule % here is the table width defined
223 \btnhead
225 \endtabularx
228 % command to set the default table heading for button lists
229 \newcommand{\taghead}{\textbf{Tag} & \textbf{Description} \\\midrule}
231 % environment intended to be used with tag maps (for wps)
232 % usage: \begin{tagmap}{caption}{label} Tag & Description \\ \end{btnmap}
233 % Note: this automatically sets the table lines.
234 % Note: you *need* to terminate the last line with a linebreak \\
235 % Note: you still need to enclose this with \begin{table} / \end{table}
236 % Cheers for the usenet helping me building this up :)
237 \newenvironment{tagmap}[2]{%
238 \expandafter\let\expandafter\SavedEndTab\csname endtabular*\endcsname
239 \expandafter\renewcommand\expandafter*\csname endtabular*\endcsname{%
240 \bottomrule
241 \SavedEndTab%
242 \if\given{#1}\caption{#1}\fi%
243 \if\given{#2}\label{#2}\fi%
244 \endcenter%
246 \center
247 \tabularx{\textwidth}{lX}\toprule % here is the table width defined
248 \taghead
250 \endtabularx
253 \newcommand{\setting}[1]{\textsc{#1}}
255 \newcommand{\config}[1]{\texttt{#1}}
257 % set link to download server
258 % Usage: \download{bootloader/bootloader-ipodnano.ipod}
259 % gets expanded to
260 % "http://download.rockbox.org/bootloader/bootloader-ipodnano.ipod"
261 \newcommand{\download}[1]{\url{http://download.rockbox.org/#1}}
263 % set link to the wiki.
264 % Usage: \wikilink{WebHome}
265 % with "WebHome" being the wiki page name
266 \newcommand{\wikibaseurl}{http://www.rockbox.org/wiki/}
267 \ifpdfoutput{\newcommand{\wikiicon}{\Pointinghand}}
268 {\newcommand{\wikiicon}{}}
269 \newcommand{\wikilink}[1]{\wikiicon{}\href{\wikibaseurl#1}{#1}}
270 %\newcommand{\wikilink}[1]{\url{http://www.rockbox.org/wiki/#1}}
272 % define environment "code" based on fancyvrb.
273 % use it to set code the user should type / see on his screen.
274 % Note: the first 4 characters of each line will be stripped,
275 % requiring everything to be indendet by exactly _4_ spaces!
276 % This is intended to make the LaTeX sources more readable.
277 % Note: when using the code environment you need to use optv instead of opt!
278 \DefineVerbatimEnvironment{code}{Verbatim}%
279 {framerule=0.4pt, framesep=1ex,frame=lines,%numbers=left,stepnumber=5,%
280 gobble=4,fontsize=\footnotesize,xleftmargin=10pt,xrightmargin=10pt,%
281 label=\textnormal{\textsc{Code}},%
282 commandchars=\\\{\}%
285 % define environment "example" based on fancyvrb.
286 % use it to set example code the user should type / see on his screen.
287 % Note: the first 4 characters of each line will be stripped,
288 % requiring everything to be indendet by exactly _4_ spaces!
289 % This is intended to make the LaTeX sources more readable.
290 % Note: when using the example environment you need to use optv instead of opt!
291 \DefineVerbatimEnvironment{example}{Verbatim}%
292 {commentchar=!,framerule=0.4pt, framesep=1ex,frame=lines,%
293 gobble=4,fontsize=\footnotesize,xleftmargin=10pt,xrightmargin=10pt,%
294 label=\textnormal{\textsc{Example}},%
295 commandchars=\\\{\}%
298 % Use the nopt command to exclude a certain defined feature from a sectio
299 % Example:
300 % \nopt{ondio}{This text will be excluded for ondios}
301 \newcommand{\optnvalue}{0}
302 \newcommand{\nopt}[2]{%
303 \renewcommand{\optnvalue}{0}\opt{#1}{\renewcommand{\optnvalue}{1}}%
304 \ifthenelse{\optnvalue > 0}{}{#2}%
307 % Use the reference to handle get a flexible reference command
308 % usage \reference{ref_section}
309 \ifpdfoutput{%
310 \newcommand{\reference}[1]{%
311 section~\ref{#1} (page~\pageref{#1})%
313 {\newcommand{\reference}[1]{section~\ref{#1}}}
315 % special HTML output adjustments
316 \ifpdfoutput{}{\setlength{\parindent}{0mm}}
317 \ifpdfoutput{}{\renewcommand{\Forward}[1]{$\triangleright${}#1}}
319 \newcommand{\btnfnt}[1]{\textbf{#1}}
320 %\hfuzz=2pt
322 % generate index
323 \usepackage{makeidx}
324 \makeindex