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: 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
>
>




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