>>>> "Andreas" == Andreas Roehler
<andreas.roehler(a)online.de> writes:
Footnote mode still is far from perfection. Used
`footnote-init' to work around some bugs, which should
be cured in footnote.el rather.
Added
(defun fi-Footnote-set-latin ()
"Set latin style with empty footnote-start- and end-tag. "
(interactive)
(Footnote-set-style 'latin)
(setq footnote-start-tag "")
(setq footnote-end-tag "")
(when (interactive-p) (message "style: %s %s %s" footnote-style (concat
"\"" footnote-start-tag "\"") (concat "\""
footnote-end-tag "\""))))
Setting footnote-start-tag, footnote-end-tag to the
empty string required a patch, as footnote.el assumed
it never nil.
Otherwise latin style too is always provide with
brackets or the like.
I just did a quick testing [1]:
In the problematic files footnote only works with the sort of clumsy
tags and that only works 100 % with
(add-hook 'LaTeX-mode-hook 'fi-Footnote-set-my-preferred-tags)
etc.
Is that to be expected you did you get it to work with the normal tags
even for that problematic files?
Uwe
Footnotes:
[1] and may be I will not have time till monday for more detailed
testing.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta