This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Chunking _first_ section in an article.


/ Jorge Godoy <godoy@conectiva.com> was heard to say:
| stylesheets have. The purpose is to _always_ have the document title
| and toc in a page by themselves, without any section on it.

Ok, then all you want to do is change the definition of

(define (chunk-skip-first-element-list)
  (list (normalize "sect1")
	(normalize "section")))

to

(define (chunk-skip-first-element-list)
  '())

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | The stone fell on the pitcher? Woe
http://www.oasis-open.org/docbook/ | to the pitcher. The pitcher fell
Chair, DocBook Technical Committee | on the stone? Woe to the
                                   | pitcher.--Rabbinic Sayning

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]