From 2d48de952e01f08fce25f4c25bef36ffcafb69a9 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 17 Jul 2006 14:48:47 +0000 Subject: 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 --- manual/preamble.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/preamble.tex b/manual/preamble.tex index 7a55319722..5de3180adc 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -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}{}} -- cgit v1.2.3