-Make TOC on titlepage without first section, and without kludge.
authorhal9 <hal9@users.sourceforge.net>
Fri, 3 May 2002 23:13:23 +0000 (23:13 +0000)
committerhal9 <hal9@users.sourceforge.net>
Fri, 3 May 2002 23:13:23 +0000 (23:13 +0000)
doc/source/ldp.dsl.in

index 3065904..0a4394c 100644 (file)
   ;; If true, a Table of Contents will be generated for each 'Article'.\r
   #t)\r
 \r
+;; HB added next three statements 05/03/02.\r
+;;Do you want a separate page for the title?\r
+(define %generate-article-titlepage-on-separate-page%\r
+ #t)\r
+\r
+;;Do you want the article toc on the titlepage or separate?\r
+(define %generate-article-toc-on-titlepage%\r
+ #t)\r
+\r
+;;Titlepage Separate?\r
+;; This is the one that makes TOC only on first page!! hal.\r
+(define (chunk-skip-first-element-list)\r
+ '())\r
+\r
 (define %root-filename%\r
   ;; The filename of the root HTML document (e.g, "index").\r
   "index")\r