OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK: 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.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC