0
votes
0answers
19 views

Let two things refer to the same footnote [duplicate]

I'm using footnotes (with the endnote package) to add references to my CV: \let\footnote=\endnote Jalv2\footnote{http://justanotherlanguage.org} Now, I have two times the text "Jalv2" on my CV, and ...
3
votes
1answer
120 views

Changing the mark of endnotes

I am using both footnotes and endnotes in a chapter with the help of the endnotes package. However, both footnotes and endnotes are numbered by Arabic number. I would like to keep the Arabic numbers ...
4
votes
1answer
129 views

Unique counter for all foot, side and end notes

When used together, as in the MWE, the text might be plagued of identical numbered marks, that is rather confusing. I want to have marks in this MWE ordered from 1 to 9 instead of three ...
8
votes
2answers
402 views

How to reset endnotes counter at parts and chapters

I have a document (book class, see condensed working-example below) in the book class, in which I've got some endnotes (extra notes that get saved until the end of the document as opposed to printed ...
5
votes
1answer
233 views

Get a line instead of “Notes” when using endnotes

I'm using the following code to generate an endnote section (instead of having footnotes pop up on every page they are referred to on. \documentclass{article} \usepackage{endnotes} ...
6
votes
1answer
597 views

comma delineation of consecutive endnotes

Consecutive footnotes can be separated by commas by invocation of the multiple option of the footmisc package: \documentclass{article} \usepackage[multiple]{footmisc} \begin{document} Comma ...
3
votes
1answer
754 views

Converting footnotemarks to endnotes

I am trying to convert all footnotes and footnotemarks in a large document to endnotes. While the footnotes can be readily converted using \let\footnote=\endnote, I am not able to convert ...
22
votes
4answers
1k views

Placing footnotes or endnotes at the end of the current paragraph

This question led to a new package: parnotes How can I get footnote or endnote text to appear right after the paragraph in which it was mentioned? Update: As my question lacks sufficient ...
5
votes
2answers
252 views

Disable hyphenation in apa6e's footnotes

I would like to disable hyphenation in apa6e's footnotes, to match APA's 6th edition guidelines. apa6e uses ragged2e, and the ragged2e documentation (pdf) claims that certain commands can make ...
5
votes
1answer
2k views

Problems typesetting footnotes with RevTeX 4-1

The RevTeX classes, for some of the APS journals, typeset all footnotes in the bibliography (as endnotes). Although it works perfectly if I try with RevTeX4, I consistently have problems doing this ...
9
votes
2answers
644 views

How can I get two sequences of “footnotes” in one LaTeX document, one as footnotes, the other as endnotes?

I want to have two distinct sequences of "footnotes" in a single text, one as footnotes, the other as endnotes. Can this be accomplished in LaTeX? If so, how? In case it isn't clear what I mean, ...