diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-07-17 14:48:47 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-07-17 14:48:47 +0000 |
commit | 2d48de952e01f08fce25f4c25bef36ffcafb69a9 (patch) | |
tree | c54c5f5b8946a7daf12c1eace3384257d0fca127 /manual | |
parent | 0c5c7f26476f57e2249f951bc7d91cd66fcaa994 (diff) |
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.tex | 6 |
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 @@ \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}{}} |