1
0
Fork 0
forked from len0rd/rockbox
foxbox/manual/rockbox.tex
Alexander Levin 24acd93c6d Remove the unneeded appendix declaration. It's already present in appendix.tex and does not make any sense here (=at the end) anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25346 a1c6a512-1295-4272-9138-f99709370657
2010-03-26 21:45:24 +00:00

28 lines
502 B
TeX

\input{preamble.tex}
\begin{document}
\input{frontpage/frontpage.tex}
\pagestyle{plain}
%\include{introduction}
\input{intro/main.tex}
\tableofcontents
% eject page for the new pagestyle starting on the next page!
\eject
\pagestyle{fancy}
\input{getting_started/main.tex}
\input{rockbox_interface/main.tex}
\input{main_menu/main.tex}
\input{configure_rockbox/main.tex}
\input{plugins/main.tex}
\input{advanced_topics/main.tex}
\input{appendix/appendix.tex}
\raggedright
\end{document}