X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Fldp.dsl.in;h=95dc16b65178e8fd6e659e32189be23b0d108398;hp=fba0b1db5378a047bbf75abb8eb43344f4f7dd4a;hb=96275ce7b4fbf89de4c7672a68171fd8c2e19f9b;hpb=175ce1afa78cbcfe53aa456f6ccbfab58364fa26 diff --git a/doc/source/ldp.dsl.in b/doc/source/ldp.dsl.in index fba0b1db..95dc16b6 100644 --- a/doc/source/ldp.dsl.in +++ b/doc/source/ldp.dsl.in @@ -31,7 +31,8 @@ (define %indent-screen-lines% ;; Indent lines in a 'Screen'? - #t) + ;; "#f" or string to be used as the indent on 'screen' + "") (define %callout-fancy-bug% ;; Use fancy callout bugs? @@ -45,8 +46,8 @@ ;; Put chapter labels in running heads? #t) -;; this is necessary because right now jadetex does not understand -;; symbolic entities, whereas things work well with numeric entities. +;; this is the 'print' portion of the stylesheet so we want to +;; convert ampersand-code strings to character values (declare-characteristic preserve-sdata? "UNREGISTERED::James Clark//Characteristic::preserve-sdata?" #f) @@ -245,6 +246,22 @@ + + + +;; =================================================== +;; Variant without TOC +;; =================================================== + +(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'. + #f) + + + + +