From 130ebeb44b2c67b10d21c371d01829b3f2419d0c Mon Sep 17 00:00:00 2001 From: harlekin Date: Sat, 09 Aug 2003 14:50:22 +0000 Subject: added files from Clement Seveillac , changelog on http://handhelds.org/hypermail/opie/current/7412.html --- (limited to 'docs/usermanual/stylesheet-html.dsl') diff --git a/docs/usermanual/stylesheet-html.dsl b/docs/usermanual/stylesheet-html.dsl new file mode 100644 index 0000000..c07cc53 --- a/dev/null +++ b/docs/usermanual/stylesheet-html.dsl @@ -0,0 +1,56 @@ + +]> + + + + + +; Personnalization of James Clark's stylesheet for HTML output +; These parameters overide James Clark's one. + +; Only produce a table of contents (not a table of figure, etc...) +(define ($generate-book-lot-list$) + (list )) + +; Depth of the table of contents +(define (toc-depth nd) + 2) + +; Change of HTML page for each chapter, not for each "sect1" +(define (chunk-element-list) + (list (normalize "preface") + (normalize "chapter") + (normalize "appendix") + (normalize "article") + (normalize "glossary") + (normalize "bibliography") + (normalize "index") + (normalize "colophon") + (normalize "setindex") + (normalize "reference") + (normalize "refentry") + (normalize "part") + (normalize "book") + (normalize "set") + )) + +; "screens" should be in verbatim mode" +(define %shade-verbatim% + #t) + +; I want small icons for "notes", "warnings", "caution" & "important" +(define %admon-graphics% + #t) +; Path for the icons +(define %admon-graphics-path% + "") + +; Use ID attributes as name for component HTML files +(define %use-id-as-filename% + #t) + + + + + -- cgit v0.9.0.2