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: [docbook-apps] An image between Book title and ToC


You need to customize the titlepage to print a graphic. See this reference
for a description on how to customize titlepages by customizing the
titlepage specification file and regenerating the XSL templates. It contains
a subhead titled "Adding title page graphics":

http://www.sagehill.net/docbookxsl/TitlePagePrint.html

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Jacques" <jacques@foucry.net>
To: <docbook-apps@lists.oasis-open.org>
Sent: Monday, May 03, 2004 3:58 AM
Subject: [docbook-apps] An image between Book title and ToC


Hello list,

I like to add an image betwen the book title and the ToC (in fact just
after the book title, on the first page).

I saw in the list archive a solution based on bookinfo. I'd tried it but
It doesn't work for me (I must make a big mistake...).

Here is the start of my document :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";>
<book>
  <bookinfo>
    <title>Don't Panic, the documentation</title>

    <graphic align="center"
             fileref="/Volumes/Travaux/SOURCES/Don't
Panic/documentation/Don'tPanic.png"
             format="PNG" />
  </bookinfo>
  ...
  </book>

 The image exist in the correct path. I looked at the filename in the
.fo file, but I don't saw it.

Thanks in advance.

Jacques
-- 
Avez-vous vu l'homme qui peint l'arc-en-ciel ?

To unsubscribe from this list, send a post to
docbook-apps-unsubscribe@lists.oasis-open.org, or visit
http://www.oasis-open.org/mlmanage/.





To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


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