summaryrefslogtreecommitdiff
path: root/manual/intro/main.tex
diff options
context:
space:
mode:
authorFranklin Wei <franklin@rockbox.org>2020-06-28 00:08:42 -0400
committerFranklin Wei <franklin@rockbox.org>2020-06-28 00:08:42 -0400
commitca673d7e9fe2cf06fa9cabf026354a2ba0e73c6f (patch)
tree75d6b24cb7e4b2e0ca7253a763151123d9ccb88b /manual/intro/main.tex
parent140bf66b908f6c50ea87aa90cc5f314042a25eb5 (diff)
downloadrockbox-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.tex4
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 @@
18% Contributors are listed in the file docs/CREDITS-MANUAL 18% Contributors are listed in the file docs/CREDITS-MANUAL
19% 19%
20%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 20%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
21\Ifpdfoutput{ 21\ifpdfoutput{
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}