From 18c56ef386de6a705ab375dee59dbfda15ae1ce2 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 5 Dec 2009 21:06:20 +0000 Subject: 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 --- manual/intro/main.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') 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 @@ \newcommand{\latexbuild}{pdf\LaTeX}} {\newcommand{\latexbuild}{\TeX4ht}} -\ifpdfoutput{\chapter*{\centering{Rockbox}}}% +\ifpdfoutput{\chapter*{\centering{Rockbox\\}}}% {\begin{center}{\Large{Rockbox}}\end{center}} \vspace{1cm} -- cgit v1.2.3