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: Strange problem: no footnotes generated


Joachim Ziegler wrote:

To be more precise: the link to the footnote and the corresponding number is still created:

"Bei insgesamt n Buchstaben stehen dann nach insgesamt n-1 Schritten (Iterationen) die Buchstaben in der richtigen Reihenfolge.[7] "

But the content of footnote number 7 does not appear at the bottom of the page, nor anywhere in the document. Clicking on the link has no effect.

What does your markup look like ? If you are using

<footnote>content</footnote>

try

   <footnote><para>content</para></footnote>
   <footnote><simpara>content</simpara></footnote>

regards,
Nico


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