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: Legal notice gets lost.


[More discussion on docbook-apps, please.]

On Saturday 20 May 2000, at 14 h 33, the keyboard of Colin Paul Adams 
<colin@colina.demon.co.uk> wrote:

> I have a problem with <legalnotice> in Docbook 3.1 (using the packages
> installed on a Linux RedHat 6.2 system).

You probably have to redefine the set of elements displayed in a custom stylesheet (you use DocBook Modular Stylesheets?):

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


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


Powered by eList eXpress LLC