Fix title centering.

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
This commit is contained in:
Dominik Riebeling 2009-12-05 21:06:20 +00:00
parent 8facd57896
commit 18c56ef386

View file

@ -22,7 +22,7 @@
\newcommand{\latexbuild}{pdf\LaTeX}}
{\newcommand{\latexbuild}{\TeX4ht}}
\ifpdfoutput{\chapter*{\centering{Rockbox}}}%
\ifpdfoutput{\chapter*{\centering{Rockbox\\}}}%
{\begin{center}{\Large{Rockbox}}\end{center}}
\vspace{1cm}