summaryrefslogtreecommitdiff
path: root/manual/intro/main.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2007-01-25 17:59:37 +0000
committerMartin Arver <martin.arver@gmail.com>2007-01-25 17:59:37 +0000
commit2e020e6e1e12dc471c99399cdbc85006b482f6be (patch)
tree94f8e10b450772bb0913ffb0578121f88a9fe761 /manual/intro/main.tex
parent8a9b426c9502a13064decbc10b57a91a9c06866a (diff)
downloadrockbox-2e020e6e1e12dc471c99399cdbc85006b482f6be.tar.gz
rockbox-2e020e6e1e12dc471c99399cdbc85006b482f6be.zip
Show what the manual is built with (tex4ht, pdflatex) in the intro)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12111 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/intro/main.tex')
-rw-r--r--manual/intro/main.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/manual/intro/main.tex b/manual/intro/main.tex
index 5f7ad1099c..ef6f117899 100644
--- a/manual/intro/main.tex
+++ b/manual/intro/main.tex
@@ -18,6 +18,9 @@
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{
22\newcommand{\latexbuild}{pdf\LaTeX}}
23{\newcommand{\latexbuild}{\TeX4ht}}
21 24
22\ifpdfoutput{\chapter*{\centering{Rockbox}}}% 25\ifpdfoutput{\chapter*{\centering{Rockbox}}}%
23{\begin{center}{\Large{Rockbox}}\end{center}} 26{\begin{center}{\Large{Rockbox}}\end{center}}
@@ -43,7 +46,7 @@ contributors.
43\end{quote} 46\end{quote}
44\vspace{3mm} 47\vspace{3mm}
45\begin{center} 48\begin{center}
46\IfFileExists{version.tex}{Built with \LaTeX{} from version \input{version.tex}}{} 49\IfFileExists{version.tex}{Version \input{version.tex}. Built using \latexbuild{}.}{}
47\end{center} 50\end{center}
48 51
49\vspace{\fill} 52\vspace{\fill}