summaryrefslogtreecommitdiff
path: root/manual/intro
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-12-05 21:06:20 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-12-05 21:06:20 +0000
commit18c56ef386de6a705ab375dee59dbfda15ae1ce2 (patch)
tree7c1cfd5ab119fd89a96913401ad4c7f1c38c6942 /manual/intro
parent8facd5789620ef4a3a726e38613546f0edc90ee8 (diff)
downloadrockbox-18c56ef386de6a705ab375dee59dbfda15ae1ce2.tar.gz
rockbox-18c56ef386de6a705ab375dee59dbfda15ae1ce2.zip
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
Diffstat (limited to 'manual/intro')
-rw-r--r--manual/intro/main.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/intro/main.tex b/manual/intro/main.tex
index c42c933b65..6b57b7ce2d 100644
--- a/manual/intro/main.tex
+++ b/manual/intro/main.tex
@@ -22,7 +22,7 @@
22\newcommand{\latexbuild}{pdf\LaTeX}} 22\newcommand{\latexbuild}{pdf\LaTeX}}
23{\newcommand{\latexbuild}{\TeX4ht}} 23{\newcommand{\latexbuild}{\TeX4ht}}
24 24
25\ifpdfoutput{\chapter*{\centering{Rockbox}}}% 25\ifpdfoutput{\chapter*{\centering{Rockbox\\}}}%
26{\begin{center}{\Large{Rockbox}}\end{center}} 26{\begin{center}{\Large{Rockbox}}\end{center}}
27 27
28\vspace{1cm} 28\vspace{1cm}