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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: DOCBOOK-APPS: 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)


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


Powered by eList eXpress LLC