]> ;; HTML: (define %footnotes-at-end% ;; Should footnotes appear at the end of HTML pages? #t) (define %html-ext% ;; Default extension for HTML output files ".html") (define %root-filename% ;; Name for the root HTML document "index") (define %css-decoration% ;; Enable CSS decoration of elements #t) (define %stylesheet% ;; Name of the stylesheet to use "equeue.css") ;; printing: (define bop-footnotes ;; Make "bottom-of-page" footnotes? #t) ;; both: (define %section-autolabel% ;; Are sections enumerated? #t)