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


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

Re: DOCBOOK: Image on front page


ian mayo wrote:

> I've been able to insert my mediaobject into the bookinfo, but I don't think
> my stylesheets display it.  Can anybody give me any advice on how this is
> normally solved?  I'd rather not start dipping into DSSSL yet if I can avoid
> it.

The only way I know how to do it involves putting something like this
into your DSSSL customization layer:

;; These elements appear in this order on the title page of a book.
(define (book-titlepage-recto-elements)
  (list
        (normalize "mediaobject")
        (normalize "title")
        (normalize "subtitle")
        (normalize "authorgroup")
        (normalize "author")
        (normalize "editor")
        (normalize "copyright")
        (normalize "releaseinfo")
        (normalize "date")
        (normalize "abstract")
        (normalize "legalnotice")))


You can add, delete, or rearrange the elements as necessary.

Cheerio!

Bob

---------------------------------------
Robert McIlvride (robert@cogent.ca)
Cogent Real-Time Systems (www.cogent.ca)

----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


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