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: 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")))

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