From: swa <swa@users.sourceforge.net>
Date: Sat, 4 May 2002 08:33:09 +0000 (+0000)
Subject: copied hal's fixed to print section
X-Git-Tag: v_3_0_branchpoint~121
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/static/@default-cgi@toggle?a=commitdiff_plain;h=314ba0ca11c8ba9db46366f9385173904f5ae07d;p=privoxy.git

copied hal's fixed to print section
---

diff --git a/doc/source/ldp.dsl.in b/doc/source/ldp.dsl.in
index 0a4394c0..a4f4bf21 100644
--- a/doc/source/ldp.dsl.in
+++ b/doc/source/ldp.dsl.in
@@ -29,14 +29,6 @@
 ;; see http://docbook.sourceforge.net/projects/dsssl/doc/print.html
 ;;
 
-(define %generate-part-toc-on-titlepage%
-  ;; Should the Part TOC appear on the Part title page?
-  #f)
-
-(define %generate-article-toc-on-titlepage%
-  ;; Should the Article TOC appear on the Article title page?
-  #f)
-
 (define %indent-screen-lines%
   ;; Indent lines in a 'Screen'?
   #t)
@@ -75,14 +67,6 @@
   ;; make funcsynopsis look pretty
   #t)
 
-(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'.
-  #t)
-
-(define %generate-part-toc%
-  #t)
-
 ;;(define %shade-verbatim%
 ;;  #t)
 
@@ -163,8 +147,30 @@
 
 ;; swa1
 
-;; This seems to have no affect
-(define %generate-article-titlepage-on-separate-page% #t)
+(define %generate-part-toc%
+  #f)
+
+(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'.
+  #t)
+
+(define %generate-part-toc-on-titlepage%
+  ;; Should the Part TOC appear on the Part title page?
+  #f)
+
+;;Do you want a separate page for the title?
+(define %generate-article-titlepage-on-separate-page%
+ #t)
+
+;;Do you want the article toc on the titlepage or separate?
+(define %generate-article-toc-on-titlepage%
+ #f)
+
+;;Titlepage Separate?
+;; This is the one that makes TOC only on first page!! hal.
+(define (chunk-skip-first-element-list)
+ '())
 
 (define %body-start-indent%
   ;; Default indent of body text