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: Doc version number


/ Mozur Matt <Matt.Mozur@emg.sms.siemens.com> was heard to say:
| I'd like to have the current revision or version number
| of my document appear automatically in my HTML or
| PS output, preferrably somewhere in the title page.
| 
| Is there a way to do this with the "stock" DSSSL 
| stylesheets?

No, it appears that none of the appropriate "version" fields appear
in the titlepages by default. You can fix this in a customization
layer by adding perhaps <revision> or <revnumber> to the list of
published fields.

You can do that by inserting them in this list (for book-*, article-*,
or whatever is appropriate).

(define (book-titlepage-recto-elements)
  (list (normalize "title")
	(normalize "subtitle")
	(normalize "graphic")
	(normalize "corpauthor")
	(normalize "authorgroup")
	(normalize "author")
	(normalize "editor")
	(normalize "copyright")
	(normalize "abstract")
	(normalize "legalnotice")))

                                        Cheers,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | The man with ten children is
http://www.oasis-open.org/docbook/ | better off than the one with ten
Member, DocBook Editorial Board    | thousand fonts of type, because
                                   | the man with ten children doesn't
                                   | want any more.



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


Powered by eList eXpress LLC