X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fldp.dsl.in;h=1dc92926dbae8c167c0da39c5f122701df8ee693;hb=5573b7911631b77dac62de585f3082c3d3d71a77;hp=1c0ffb0ef573a7fcf9c6a1b61a52039ddd9ae578;hpb=7539248e523a18d9e171d7355b0678ba1a87d81b;p=privoxy.git diff --git a/doc/source/ldp.dsl.in b/doc/source/ldp.dsl.in index 1c0ffb0e..1dc92926 100644 --- a/doc/source/ldp.dsl.in +++ b/doc/source/ldp.dsl.in @@ -29,10 +29,15 @@ ;; see http://docbook.sourceforge.net/projects/dsssl/doc/print.html ;; +(define %indent-programlisting-lines% + ;; Indent lines in a 'ProgramListing'? + ;; "#f" or string to be used as the indent on 'programlisting' + " ") + (define %indent-screen-lines% ;; Indent lines in a 'Screen'? ;; "#f" or string to be used as the indent on 'screen' - "") + " ") (define %callout-fancy-bug% ;; Use fancy callout bugs? @@ -46,8 +51,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) @@ -246,6 +251,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) + + + + +