Package: xfpt Version: 0.07-1 Severity: minor Tags: patch When reading documentation, I realize examples for .footnote do not match with the main text. This .ednote tag is defined in standard macro just after .footnote. So main text seems to be correct and examples are wrong (or at least, .endf is a non-standard macro defined in a very awkward way in somwwhere).
Here is my patch to fix them :-) --- xfpt.xfpt.orig 2009-12-10 14:31:07.000000000 +0900 +++ xfpt.xfpt 2009-12-10 14:34:23.000000000 +0900 @@ -1113,7 +1113,7 @@ The &'quick .footnote That's really fast. - .endf + .endnote brown'& fox. .endd The correct markup for this example is: @@ -1121,7 +1121,7 @@ The &'quick'& .footnote That's really fast. - .endf + .endnote &'brown'& fox. .endd -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

