[texinfo.tex 2025-07-15.21]
Consider this input file ``` \input texinfo This is a text@footnote{Foo.}@footnote{Bar.}@footnote{Baz.} with some footnotes in succession. @bye ``` As can be seen in the attached image, this results in '123' as the footnote numbers. What do you think about making this '1,2,3' instead, similar to the 'multiple' option of LateX's 'footmisc' package? While footnotes are rather rare in Texinfo documents, and two or more footnotes at the same spot even more rare, the result doesnt look ideal IMHO. See https://tex.stackexchange.com/questions/28465/multiple-footnotes-at-one-point for a 'footmisc' example. I have no idea whether this is possible to implement with the current footnote mechanism in `texinfo.tex` :-) Werner