diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-07-17 19:10:31 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-07-17 19:10:31 +0000 |
commit | 6424c5095264cc32274a8222eef9bc3060fb6c14 (patch) | |
tree | 9c41fa2db37d90ff5c1502e39b8908ee4c6a6100 /manual/intro/main.tex | |
parent | 184c3da1a5f7481a25536caacb1339515349095b (diff) | |
download | rockbox-6424c5095264cc32274a8222eef9bc3060fb6c14.tar.gz rockbox-6424c5095264cc32274a8222eef9bc3060fb6c14.zip |
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
Diffstat (limited to 'manual/intro/main.tex')
-rw-r--r-- | manual/intro/main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |