This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pv
Recipients georg.brandl, pv
Date 2008-08-23.21:11:00
SpamBayes Score 0.0060853567
Marked as misclassified No
Message-id <1219525862.69.0.109867227566.issue3655@psf.upfronthosting.co.za>
In-reply-to
Content
LaTeXTranslator.visit_footnote_reference generates improper Latex if 
the footnote marker given is not a number. This will result in a Latex 
error if the RST document contains footnotes where the marker is not a 
number.

The problem is that the Latex commands \footnotemark and \footnotetext 
apparently expect their [] argument to always be a number.

For example:

    \footnotemark[x]

results to error:

    ! Missing number, treated as zero.
    <to be read again> 
                       x
    l.4733 ...\footnotemark[x]
History
Date User Action Args
2008-08-23 21:11:02pvsetrecipients: + pv, georg.brandl
2008-08-23 21:11:02pvsetmessageid: <1219525862.69.0.109867227566.issue3655@psf.upfronthosting.co.za>
2008-08-23 21:11:01pvlinkissue3655 messages
2008-08-23 21:11:00pvcreate