forked from len0rd/rockbox
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
This commit is contained in:
parent
8a9b426c95
commit
2e020e6e1e
1 changed files with 4 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue