forked from len0rd/rockbox
Adjust HTML manual a bit to the rockbox website colors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10268 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ae7e70c6d9
commit
abdff539f2
2 changed files with 6 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ LATEX := pdflatex
|
|||
include LaTeX.Rules
|
||||
GRAPHIC_FILES:=`find . -name \*.jpg \*.jpeg`
|
||||
HTLATEX := htlatex
|
||||
HTOPTS1 := "html,early_,2"
|
||||
HTOPTS1 := "rockbox-html,early_,2"
|
||||
HTOPTS2 := ""
|
||||
HTOPTS3 := "-dhtml/"
|
||||
|
||||
|
|
|
|||
5
manual/rockbox-html.cfg
Normal file
5
manual/rockbox-html.cfg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
\Preamble{html}
|
||||
\begin{document}
|
||||
\Css{body { background-color:\#b6c6e5; color:black; font-family:sans-serif; }
|
||||
img { border:2px solid \#d6d6f5; }}
|
||||
\EndPreamble
|
||||
Loading…
Add table
Add a link
Reference in a new issue