]> ;; $Id: db.dsl,v 1.1 1997/10/30 15:56:00 tkg Exp $ ;; ;; Example of a customization layer on top of the modular docbook style ;; sheet. Definitions inserted in this file take precedence over ;; definitions in the 'use'd stylesheet(s). (element APPLICATION ($mono-seq$)) (element FILENAME ($mono-seq$)) (element OPTION ($mono-seq$)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Borrowed from dbparam.dsl (part of db distribution) ;; Refentry function indicates whether or not REFENTRYs are for functions. ;; If true, "()" is automatically generated after the title. ;; (define %refentry-function% #f) (define %bf-size% (case %visual-acuity% (("normal") 12pt) (("presbyopic") 12pt) (("large-type") 24pt)))