From 6424c5095264cc32274a8222eef9bc3060fb6c14 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 17 Jul 2006 19:10:31 +0000 Subject: our \ifpdf is useless as KOMA-Script provides \ifpdfoutput. Don't output the warn and note symbols when not generating pdf output, also don't format the rockbox title as chapter*. Fixes some issues with tex4ht (and brings us closer to the html manual) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10223 a1c6a512-1295-4272-9138-f99709370657 --- manual/intro/main.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/intro') diff --git a/manual/intro/main.tex b/manual/intro/main.tex index 8ff24241ac..12ce9abc4d 100644 --- a/manual/intro/main.tex +++ b/manual/intro/main.tex @@ -1,5 +1,5 @@ % $Id$ % -\chapter*{\centering{Rockbox}} +\ifpdfoutput{\chapter*{\centering{Rockbox}}}{\begin{center}{\Large{Rockbox}}\end{center}} \vspace{1cm} \noindent -- cgit v1.2.3