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: footnote in title


Stefan Seefeld <stefan@seefeld.name> writes:
> My book title contains a footnote, which is ignored in the recto
> titlepage, but not the verso.

A book title with a footnote. Wow.

> Can anyone please point me into the right direction ? What template
> processes the title footnote in the recto / verso modes, and what change
> do I need to apply to move the footnote display onto the recto page ?

If you put this template in your customization layer:

   <xsl:template match="title" mode="book.titlepage.recto.mode">
     ...
   </xsl:template>

I believe it'll be called for the book's recto title. It's not
immediately obvious to me why the current book title processing looses
the footnote, but there's book.verso.title in titlepage.xsl that might
be a good starting place.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | Few men are so sufficiently
http://www.oasis-open.org/docbook/ | discerning to appreciate all the
Chair, DocBook Technical Committee | evil that they do.--La
                                   | Rochefoucauld

PGP signature



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