diff options
| author | Martin Arver <martin.arver@gmail.com> | 2007-01-25 17:59:37 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2007-01-25 17:59:37 +0000 |
| commit | 2e020e6e1e12dc471c99399cdbc85006b482f6be (patch) | |
| tree | 94f8e10b450772bb0913ffb0578121f88a9fe761 | |
| parent | 8a9b426c9502a13064decbc10b57a91a9c06866a (diff) | |
| download | rockbox-2e020e6e1e12dc471c99399cdbc85006b482f6be.zip rockbox-2e020e6e1e12dc471c99399cdbc85006b482f6be.tar.gz rockbox-2e020e6e1e12dc471c99399cdbc85006b482f6be.tar.bz2 rockbox-2e020e6e1e12dc471c99399cdbc85006b482f6be.tar.xz | |
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
| -rw-r--r-- | manual/intro/main.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manual/intro/main.tex b/manual/intro/main.tex index 5f7ad10..ef6f117 100644 --- a/manual/intro/main.tex +++ b/manual/intro/main.tex @@ -18,6 +18,9 @@ % Contributors are listed in the file docs/CREDITS-MANUAL % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\ifpdfoutput{ +\newcommand{\latexbuild}{pdf\LaTeX}} +{\newcommand{\latexbuild}{\TeX4ht}} \ifpdfoutput{\chapter*{\centering{Rockbox}}}% {\begin{center}{\Large{Rockbox}}\end{center}} @@ -43,7 +46,7 @@ contributors. \end{quote} \vspace{3mm} \begin{center} -\IfFileExists{version.tex}{Built with \LaTeX{} from version \input{version.tex}}{} +\IfFileExists{version.tex}{Version \input{version.tex}. Built using \latexbuild{}.}{} \end{center} \vspace{\fill} |