27 lines
440 B
TeX
27 lines
440 B
TeX
|
\input{preamble.tex}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\input{frontpage/frontpage.tex}
|
||
|
|
||
|
\pagestyle{plain}
|
||
|
|
||
|
\include{introduction}
|
||
|
|
||
|
\tableofcontents
|
||
|
|
||
|
\pagestyle{fancy}
|
||
|
|
||
|
\input{chapter1/getting_started.tex}
|
||
|
\input{chapter2/rockbox_interface.tex}
|
||
|
\input{chapter3/main_menu.tex}
|
||
|
\input{chapter4/configure_rockbox.tex}
|
||
|
\input{chapter5/plugins.tex}
|
||
|
\input{chapter6/advanced_topics.tex}
|
||
|
%\input{appendix.tex}
|
||
|
%\appendix
|
||
|
|
||
|
\raggedright
|
||
|
\end{document}
|
||
|
|