From d2bd0f9b2d9ca4b9fbabbb3b647de19a18c86a06 Mon Sep 17 00:00:00 2001 From: gferg <> Date: Tue, 30 May 2000 21:26:38 +0000 Subject: [PATCH] initial entry; DSSSL stylesheet used by the LDP for DocBook entries --- LDP/builder/dsssl/ldp.dsl | 91 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 LDP/builder/dsssl/ldp.dsl diff --git a/LDP/builder/dsssl/ldp.dsl b/LDP/builder/dsssl/ldp.dsl new file mode 100644 index 00000000..02bc1458 --- /dev/null +++ b/LDP/builder/dsssl/ldp.dsl @@ -0,0 +1,91 @@ + + + +]]> + + +]]> +]> + + + + + + +;; ============================== +;; customize the print stylesheet +;; ============================== + + + + + + + + + + +;; this is necessary because right now jadetex does not understand +;; symbolic entities, whereas things work well with numeric entities. +(declare-characteristic preserve-sdata? + "UNREGISTERED::James Clark//Characteristic::preserve-sdata?" + #f) + +;; put the legal notice in a separate file +(define %generate-legalnotice-link% + #t) + +;; use graphics in admonitions, and have their path be "stylesheet-images" +;; NO: they do not yet look very good +(define %admon-graphics-path% + "./stylesheet-images/") + +(define %admon-graphics% + #f) + +(define %funcsynopsis-decoration% + ;; make funcsynopsis look pretty + #t) + +(define %html-ext% + ".html") + +(define %generate-article-toc% + ;; Should a Table of Contents be produced for Articles? + ;; If true, a Table of Contents will be generated for each 'Article'. + #t) + +(define %root-filename% + ;; The filename of the root HTML document (e.g, "index"). + "index") + +(define %generate-part-toc% + #t) + +(define %shade-verbatim% + #t) + +(define %use-id-as-filename% + ;; Use ID attributes as name for component HTML files? + #t) + +(define %graphic-default-extension% + "gif") + +(define (toc-depth nd) + 2) + + + + + + +