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

Reply via email to