diff options
author | Franklin Wei <franklin@rockbox.org> | 2020-06-28 00:08:42 -0400 |
---|---|---|
committer | Franklin Wei <franklin@rockbox.org> | 2020-06-28 00:08:42 -0400 |
commit | ca673d7e9fe2cf06fa9cabf026354a2ba0e73c6f (patch) | |
tree | 75d6b24cb7e4b2e0ca7253a763151123d9ccb88b /manual/intro/main.tex | |
parent | 140bf66b908f6c50ea87aa90cc5f314042a25eb5 (diff) | |
download | rockbox-ca673d7e9fe2cf06fa9cabf026354a2ba0e73c6f.tar.gz rockbox-ca673d7e9fe2cf06fa9cabf026354a2ba0e73c6f.zip |
Partially revert the last commit.
The \if->\If replacement is a bit premature for texlive-2019, apparently.
Change-Id: Iab198c2f5e2f00ecdf7e2431e2b77c423e6afc07
Diffstat (limited to 'manual/intro/main.tex')
-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 ef091e4550..13b15a0ed5 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} |