For example, I want to make footnotes both at Sentence 1 and Sentence 2 (which are on the same page) to the same footnote. Wikipedia's "References" have this effect.
|
You could do this (tested in
The result will be
Edit: Further testing reveals, that the above solution fails when footnotes are numbered with anything other regular numbers. This is due to the fact, that the argument to
in the preamble will allow us to mend the above example allowing any numbering of the footnotes.
Edit 2: This will cause a problem when using |
|||||||||||||||
|
|
Objection, your honor: Have you ever seen that in a book? Probably not. Because: Two footnotemarks numbered with e.g. an "8" raise the question whether it is a typo. But your readers can not come and ask you, if you really meant to do it this way. Please, if you'd like to refer to the same text, make a footnote saying (maybe in better English than mine):
What you'd like to do is against an old and sensible tradition. It neither an excuse that a part of Wikipedia does it, nor that it is technically possible. |
|||||||||
|
|
I'm a bit surprised that noone mentioned KOMA-Script's
One could think of other similar cases…
This functionality can be used with the standard classes by using
And for completeness' sake:
|
|||
|
|
|
The Wikibook LaTeX provides an answer to this question:
|
|||
|
|
|
Digging this up to add a note on affiliations: While I originally ended up on this page to do exactly what the OP intended, I agree with Keks Dose - referring to a footnote as in your example seems the more sensible option (and it's something I have frequently seen footnotes that say "See above" in books etc.) Stephen, any decent LaTeX template should provide means of adding affiliations without having to resort to "normal" footnotes. In the
I don't know if there are any packages that do this, but I would think so ... |
||||
|
|


endnotespackage. It places all footnotes at the end of the document. – Martin Scharrer♦ Nov 16 '11 at 11:46beamer(don't know if that counts as a duplicate): tex.stackexchange.com/questions/27763/… – doncherry Nov 16 '11 at 11:56