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]
Other format: [Raw text]

Re: Logo in a printed manual


On Ter, 2002-08-13 at 15:50, Yann Dirson wrote:
> On Tue, Aug 13, 2002 at 03:28:38PM +0100, Mário Filipe wrote:
> > One i want to show is
> > <orgname>, so i went to the list of book-titlepage-recto-elements and
> > replaced title with orgname. The mode book-... already existed, but when
> > i generated the doc, there was nothing there... Any clues?
> 
> IIRC, by default in the titlepage modes all elements are processed to
> (empty-sosofo), so you have to define explicitely how to handle new
> elements in that mode.

My dbttlpg.dsl has the following

(...)
(mode book-titlepage-recto-mode
  (element abbrev
    (make paragraph
      use: book-titlepage-recto-style
      quadding: %division-title-quadding%
      (process-children)))
(...)
  (element orgname
    (make paragraph
      use: book-titlepage-recto-style
      quadding: %division-title-quadding%
      (process-children)))
(...)

Is this what you mean or is it defined somewhere else?

-- 
        Mario Filipe 
        mjnf@uevora.pt
        http://neptuno.sc.uevora.pt/~mjnf 

Attachment: signature.asc
Description: This is a digitally signed message part


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