18c56ef386
The \centering macro needs a limited scope to work correctly. This means the centered part needs to get terminated by a break, otherwise centering doesn't work as expected. This seems to be an issue only with newer LaTeX distributions, i.e. older ones seem to misbehave here. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23865 a1c6a512-1295-4272-9138-f99709370657
62 lines
2.1 KiB
TeX
62 lines
2.1 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% __________ __ ___.
|
|
% Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
|
% Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
|
% Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
|
% Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
|
% \/ \/ \/ \/ \/
|
|
% - M A N U A L -
|
|
%
|
|
% $Id$
|
|
%
|
|
% Copyright (C) 2006 The Rockbox Manual Team
|
|
%
|
|
% All files in this archive are subject to the GNU Free Documentation License
|
|
% See the file COPYING-MANUAL in the source tree docs/ directory for full license
|
|
% agreement.
|
|
%
|
|
% Contributors are listed in the file docs/CREDITS-MANUAL
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\ifpdfoutput{
|
|
\newcommand{\latexbuild}{pdf\LaTeX}}
|
|
{\newcommand{\latexbuild}{\TeX4ht}}
|
|
|
|
\ifpdfoutput{\chapter*{\centering{Rockbox\\}}}%
|
|
{\begin{center}{\Large{Rockbox}}\end{center}}
|
|
|
|
\vspace{1cm}
|
|
\noindent
|
|
\begin{center}
|
|
\url{http://www.rockbox.org/}
|
|
|
|
\noindent
|
|
Open Source Jukebox Firmware
|
|
\end{center}
|
|
|
|
\vspace{6cm}
|
|
\begin{quote}
|
|
Rockbox and this manual is the collaborative effort of the
|
|
Rockbox team and its contributors. See the appendix for a complete list of
|
|
contributors.
|
|
|
|
\copyright~2003-2009 The Rockbox Team and its contributors,
|
|
\copyright~2004 Christi Alice Scarborough,
|
|
\copyright~2003 Jos\'{e} Maria Garcia-Valdecasas Bernal \& Peter Schlenker.
|
|
\end{quote}
|
|
\vspace{3mm}
|
|
\begin{center}
|
|
\IfFileExists{version.tex}{Version \input{version.tex}. Built using \latexbuild{}.}{}
|
|
\end{center}
|
|
|
|
\vspace{\fill}
|
|
\begin{quote}
|
|
Permission is granted to copy, distribute and/or modify this document
|
|
under the terms of the GNU Free Documentation License, Version 1.2
|
|
or any later version published by the Free Software Foundation;
|
|
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
|
|
A copy of the license is included in the section entitled ``GNU
|
|
Free Documentation License''.
|
|
\end{quote}
|
|
|
|
|