This commit is contained in:
gferg 2000-08-02 17:37:59 +00:00
parent 829ac5e24c
commit 7d8ff0059e
1 changed files with 63 additions and 6 deletions

View File

@ -19,6 +19,63 @@
;; customize the print stylesheet ;; customize the print stylesheet
;; ============================== ;; ==============================
(declare-characteristic preserve-sdata?
;; this is necessary because right now jadetex does not understand
;; symbolic entities, whereas things work well with numeric entities.
"UNREGISTERED::James Clark//Characteristic::preserve-sdata?"
#f)
(define %generate-article-toc%
;; Should a Table of Contents be produced for Articles?
#t)
(define (toc-depth nd)
2)
(define %generate-article-titlepage-on-separate-page%
;; Should the article title page be on a separate page?
#t)
(define %section-autolabel%
;; Are sections enumerated?
#t)
(define %footnote-ulinks%
;; Generate footnotes for ULinks?
#f)
(define %bop-footnotes%
;; Make "bottom-of-page" footnotes?
#f)
(define %body-start-indent%
;; Default indent of body text
0pi)
(define %para-indent-firstpara%
;; First line start-indent for the first paragraph
0pt)
(define %para-indent%
;; First line start-indent for paragraphs (other than the first)
0pt)
(define %block-start-indent%
;; Extra start-indent for block-elements
0pt)
(define formal-object-float
;; Do formal objects float?
#t)
(define %hyphenation%
;; Allow automatic hyphenation?
#t)
(define %admon-graphics%
;; Use graphics in admonitions?
#f)
</style-specification-body> </style-specification-body>
</style-specification> </style-specification>
@ -33,20 +90,19 @@
<style-specification id="html" use="docbook"> <style-specification id="html" use="docbook">
<style-specification-body> <style-specification-body>
;; this is necessary because right now jadetex does not understand
;; symbolic entities, whereas things work well with numeric entities.
(declare-characteristic preserve-sdata? (declare-characteristic preserve-sdata?
;; this is necessary because right now jadetex does not understand
;; symbolic entities, whereas things work well with numeric entities.
"UNREGISTERED::James Clark//Characteristic::preserve-sdata?" "UNREGISTERED::James Clark//Characteristic::preserve-sdata?"
#f) #f)
;; put the legal notice in a separate file
(define %generate-legalnotice-link% (define %generate-legalnotice-link%
;; put the legal notice in a separate file
#t) #t)
;; use graphics in admonitions, and have their path be "stylesheet-images"
;; NO: they do not yet look very good
(define %admon-graphics-path% (define %admon-graphics-path%
"./stylesheet-images/") ;; use graphics in admonitions, set their
"../images/")
(define %admon-graphics% (define %admon-graphics%
#f) #f)
@ -70,6 +126,7 @@
#t) #t)
(define (chunk-skip-first-element-list) (define (chunk-skip-first-element-list)
;; forces the Table of Contents on separate page
'()) '())
(define %root-filename% (define %root-filename%