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 Tue, Aug 13, 2002 at 02:59:31PM +0200, Lars Bjørndal wrote:
> The image is not shown at the top. How can I get it?

You have to write a customisation layer that adds "mediaobject" at the
start of the list returned by (article-titlepage-recto-elements)
[note: this may be "book" or something else instead of "article",
depending on what you're formatting].

You may need to adjust how the mediaobject is rendered on titlepage as
well, using a "mode" construct.  Something like:

(mode article-titlepage-recto-mode
  (element mediaobject
	....
  ))

-- 
Yann Dirson <Yann.Dirson@fr.alcove.com>                 http://www.alcove.com/
Technical support manager                Responsable de l'assistance technique
Senior Free-Software Consultant          Consultant senior en Logiciels Libres
Debian developer (dirson@debian.org)                        Développeur Debian


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