1
0
Fork 0
forked from len0rd/rockbox

remove the pdf detecting if as it seems to break tex4ht.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10221 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2006-07-17 14:48:47 +00:00
parent 0c5c7f2647
commit 2d48de952e

View file

@ -52,14 +52,14 @@
\usepackage{ifthen}
% new \ifpdf to check if running in pdf mode. Helps for html generation.
\newif\ifpdf\ifx\pdfoutput\undefined\pdffalse\else\pdfoutput=1\pdftrue\fi
%\newif\ifpdf\ifx\pdfoutput\undefined\pdffalse\else\pdfoutput=1\pdftrue\fi
% mark this ad draft version (only for pdflatex) -- comment this out at release
\ifpdf
%\ifpdf
\usepackage{pdfdraftcopy}
\draftstring{DRAFT VERSION}
% \draftangle{45}
\fi
%\fi
% fancy header style adjustments
%\renewcommand{\chaptermark}[1]{\markboth{#1}{}}