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


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

Re: Displaying <legalnotice> when it is in a <artheader>?


/ Stephane Bortzmeyer <bortzmeyer@pasteur.fr> was heard to say:
| For someone who is not a Scheme guru, what is the function to call? I tried:

Just redefine the list in your customization layer, listing all the
elements you want:

(define (article-titlepage-recto-elements)
  (list (normalize "title")
	(normalize "subtitle")
	(normalize "corpauthor")
	(normalize "authorgroup")
	(normalize "author")
	(normalize "releaseinfo")
	(normalize "copyright")
	(normalize "pubdate")
	(normalize "revhistory")
        (normalize "legalnotice")
	(normalize "abstract")))

                                        Cheers,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | First time surrealists are often
http://www.oasis-open.org/docbook/ | confused by the similarities
Member, DocBook Editorial Board    | between fish and telephones.


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