From 0a4f231136c6331b9dcc33d7ee80f42b8afef611 Mon Sep 17 00:00:00 2001 From: matthiasc Date: Sat, 18 May 2002 21:38:53 +0000 Subject: A customization for the html and print stylesheets (main difference to the default: section numbering is turned on). --- wm-spec/wm-spec.dsl | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 wm-spec/wm-spec.dsl (limited to 'wm-spec') diff --git a/wm-spec/wm-spec.dsl b/wm-spec/wm-spec.dsl new file mode 100644 index 0000000..a4b5f6c --- /dev/null +++ b/wm-spec/wm-spec.dsl @@ -0,0 +1,44 @@ + + +]> + + + +;; html customization goes here + +(define %root-filename% "index") +(define %html-ext% ".html") + + + + + + +;; print customization goes here + + + + + +;; common customization goes here + +(define %section-autolabel% #t) +(define %quanda-inherit-numeration% #t) +(define %generate-article-toc% #t) +(define (article-titlepage-recto-elements) + (list (normalize "title") + (normalize "subtitle") + (normalize "corpauthor") + (normalize "authorgroup") + (normalize "author") + (normalize "releaseinfo") + (normalize "date"))) + + + + + + + + -- cgit v1.2.3-54-g00ecf