diff options
author | Moshe Piekarski <dev.rockbox@melachim.net> | 2020-06-26 19:49:53 -0400 |
---|---|---|
committer | Franklin Wei <franklin@rockbox.org> | 2020-06-28 03:41:54 +0000 |
commit | 140bf66b908f6c50ea87aa90cc5f314042a25eb5 (patch) | |
tree | a64f46b31af9f125ee07b3ba3619594ed814887b /manual/intro | |
parent | 3e7ab2a284510c4101aff881e4c00096d1f53af0 (diff) |
fix a few manual warnings
Change-Id: I6abcceeb84d70e32be203049950c6fe4711e8df8
Diffstat (limited to 'manual/intro')
-rw-r--r-- | manual/intro/main.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/intro/main.tex b/manual/intro/main.tex index 13b15a0ed5..ef091e4550 100644 --- a/manual/intro/main.tex +++ b/manual/intro/main.tex @@ -18,11 +18,11 @@ % Contributors are listed in the file docs/CREDITS-MANUAL % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\ifpdfoutput{ +\Ifpdfoutput{ \newcommand{\latexbuild}{pdf\LaTeX}} {\newcommand{\latexbuild}{\TeX4ht}} -\ifpdfoutput{\chapter*{\centering{Rockbox\\}}}% +\Ifpdfoutput{\chapter*{\centering{Rockbox\\}}}% {\begin{center}{\Large{Rockbox}}\end{center}} \vspace{1cm} |