forked from len0rd/rockbox
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:
parent
8facd57896
commit
18c56ef386
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue