From a5b6e4d90777c9fed36434867323ff74c917501f Mon Sep 17 00:00:00 2001 From: hal9 Date: Fri, 3 May 2002 23:13:23 +0000 Subject: [PATCH] -Make TOC on titlepage without first section, and without kludge. --- doc/source/ldp.dsl.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/source/ldp.dsl.in b/doc/source/ldp.dsl.in index 3065904f..0a4394c0 100644 --- a/doc/source/ldp.dsl.in +++ b/doc/source/ldp.dsl.in @@ -279,6 +279,20 @@ ;; If true, a Table of Contents will be generated for each 'Article'. #t) +;; HB added next three statements 05/03/02. +;;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% + #t) + +;;Titlepage Separate? +;; This is the one that makes TOC only on first page!! hal. +(define (chunk-skip-first-element-list) + '()) + (define %root-filename% ;; The filename of the root HTML document (e.g, "index"). "index") -- 2.39.2