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] Missing chapter.titlepage.verso


Did you set this up by modifying the titlepage spec file and generating a
new titlepage.templates.xsl module, or did you create customized versions of
the titlepage templates directly?

You'll need to go the spec file route to turn on the verso chapter
titlepage.  The titlepage templates are a hierarchy, and the default top
level template for chapter verso pages is:

<xsl:template name="chapter.titlepage.verso">
</xsl:template>

The empty template means none of your customizations would be called.  See
this reference for using the titlepage spec file:

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

Of course, if you did use the spec file process, then something else is
going on.  More details would help.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "David 'Dox' Shevitz" <dshevitz@singlestep.com>
To: <docbook-apps@lists.oasis-open.org>
Sent: Wednesday, March 30, 2005 8:52 AM
Subject: [docbook-apps] Missing chapter.titlepage.verso


> Hello all,
>
> I'm in a bit of a bind. I have a customization layer that is designed to
> output a Chapter document into a FO file. In this stylesheet, I have a
> custom titlepage setup that has the chapter title on one side, then
> copyright information on the other side.
>
> The title portion is part of the
> mode="chapter.titlepage.recto.auto.mode" setup, while the copyright
> information is part of the mode="chapter.titlepage.verso.auto.mode".
>
> Apparently, I have done something to prevent the copyright information
> from appearing, and I am completely lost as to where to look. It is most
> likely a simple thing, but I have no idea where to start troubleshooting
> this! Oddly enough, I have a similar stylesheet for books, and it works
> perfectly.
>
> Any help pointing me in the right direction would be greatly appreciated!
>
> Thanks,
>
> Dave
>
>



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