summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-07-17 14:48:47 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-07-17 14:48:47 +0000
commit2d48de952e01f08fce25f4c25bef36ffcafb69a9 (patch)
treec54c5f5b8946a7daf12c1eace3384257d0fca127 /manual
parent0c5c7f26476f57e2249f951bc7d91cd66fcaa994 (diff)
downloadrockbox-2d48de952e01f08fce25f4c25bef36ffcafb69a9.tar.gz
rockbox-2d48de952e01f08fce25f4c25bef36ffcafb69a9.zip
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
Diffstat (limited to 'manual')
-rw-r--r--manual/preamble.tex6
1 files 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 @@
52\usepackage{ifthen} 52\usepackage{ifthen}
53 53
54% new \ifpdf to check if running in pdf mode. Helps for html generation. 54% new \ifpdf to check if running in pdf mode. Helps for html generation.
55\newif\ifpdf\ifx\pdfoutput\undefined\pdffalse\else\pdfoutput=1\pdftrue\fi 55%\newif\ifpdf\ifx\pdfoutput\undefined\pdffalse\else\pdfoutput=1\pdftrue\fi
56 56
57% mark this ad draft version (only for pdflatex) -- comment this out at release 57% mark this ad draft version (only for pdflatex) -- comment this out at release
58\ifpdf 58%\ifpdf
59 \usepackage{pdfdraftcopy} 59 \usepackage{pdfdraftcopy}
60 \draftstring{DRAFT VERSION} 60 \draftstring{DRAFT VERSION}
61% \draftangle{45} 61% \draftangle{45}
62\fi 62%\fi
63 63
64% fancy header style adjustments 64% fancy header style adjustments
65%\renewcommand{\chaptermark}[1]{\markboth{#1}{}} 65%\renewcommand{\chaptermark}[1]{\markboth{#1}{}}