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:
parent
0c5c7f2647
commit
2d48de952e
1 changed files with 3 additions and 3 deletions
|
|
@ -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}{}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue