summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-08-07 20:46:26 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-08-07 20:46:26 +0000
commit5eb1e1549c24aa3ed590c5edb784796b0ecbf010 (patch)
tree18a97a0ff5039881f3b89d82c90aae59aae53891 /manual
parent4c64393ffbab17cc3889da92837382a0131ad94f (diff)
downloadrockbox-5eb1e1549c24aa3ed590c5edb784796b0ecbf010.tar.gz
rockbox-5eb1e1549c24aa3ed590c5edb784796b0ecbf010.zip
HTML adjustments: make the credits table a bit nicer and add missing name separators. Don't indent paragraphs as htlatex creates bigger parskips.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10475 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/preamble.tex5
-rw-r--r--manual/rockbox-html.cfg2
2 files changed, 7 insertions, 0 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index e03b776d8f..ffdaacc8ed 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -266,3 +266,8 @@
section \ref{#1} (page \pageref{#1})
}}
{\newcommand{\reference}[1]{section \ref{#1}}}
+
+% special HTML output adjustments
+\ifpdfoutput{}{\setlength{\parindent}{0mm}}
+\ifpdfoutput{}{\renewcommand{\Forward}[1]{$\triangleright${}#1}}
+
diff --git a/manual/rockbox-html.cfg b/manual/rockbox-html.cfg
index 8b021bd564..e30d4937a3 100644
--- a/manual/rockbox-html.cfg
+++ b/manual/rockbox-html.cfg
@@ -7,5 +7,7 @@ table.float, table.figure { border: outset 2px \#fff; margin-left:auto; margin-r
td { background-color: \#c6d6f5; padding: 4px; }
div.center { margin-left:auto; margin-right:auto; }
.fancyvrb { background-color:\#c6d6f5; }
+table.multicols { width:95\%; margin-left:auto; margin-right:auto; text-align:justify; }
}
\EndPreamble
+