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] | [List Home]


Subject: Customisation of title page not working in DocBook SGML


I posted this message first to comp.text.sgml and then to 
docbook@lists.oasis-open.org, but I didn't receive any
replies so I'm reposting again to this list.

I am trying to customise a book title page, and my driver file contains
this:

;; add bibliomisc element to title page
(define (book-titlepage-recto-elements)
 (list (normalize "title")
       (normalize "subtitle")
       (normalize "graphic")
       (normalize "mediaobject")
       (normalize "corpauthor")
       (normalize "authorgroup")
       (normalize "author")
       (normalize "editor")
       (normalize "bibliomisc")))
(mode book-titlepage-recto-mode
 (element bibliomisc
   (make paragraph
     font-size: (HSIZE 6)
     font-weight: 'bold
     (process-children)))
)

The title page does not include my bibliomisc element, though (other
changes made in the same file do work though, so I know it's being
processed).  What am I missing?

TIA


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