{endnotes} is about adding notes to a text which are collected and displayed at the end of the document or chapter.
Questions tagged [endnotes]
243 questions
10
votes
1 answer
unnumbered endnotes referenced by page and extract
I wonder if there's a package to suppress endnotes' labels and reference them by the page number and an extract of the text where the note label should be placed.
I don't know if it is a practice common enough to have a name (I have only seen it in…
henrique
- 6,616
6
votes
3 answers
Customizing endnotes
I'd like to have a particular costomization in endnotes with endnotes package. By default, the note number is joined to the first letter of note text. I'd like to have a fixed space
between the two ones. At this time the result is
1Dfh dfhdfh…
user41063
- 1,967
5
votes
1 answer
Customize endotes part 2
As mentioned earlier (Customize endnotes), the documentation for the endnotes package doesn't tell you much about how to modify and customize the appearance of endnotes. So I'm calling out to the community for some help.
I'd like my endnotes to look…
Sverre
- 20,729
4
votes
2 answers
Is there a way in LaTeX to separate the endnote text from the place where it should be placed/invoked?
I want to insert a few fairly large endnotes. The problem is that if I insert them with \endnote{text text} it makes it very difficult to follow the flow of the main text (as the endnote spans a few paragraphs).
Is there a package that would allow…
Andy
- 193
4
votes
2 answers
Line spacing in enotez package
How is it possible to change the line spacing in end notes producted by enotez package, too wide for me? I adopt list-style=plain? And if I would chose list-style=itemize can I change the line spacing with \itemsep (or in another way) without it…
user41063
- 1,967
4
votes
2 answers
Endnotes two equal notes in same chapter?
I need to cite as an endnote (with the endnotes package) twice in the same chapter of a document. How do I do it without introducing twice the reference? That is, how do I refer to the same endnote in different parts of the chapter? Thanks
HectorAC
- 41
3
votes
1 answer
endnotes vs header text
The endnotes package interferes with headers text, but only if the document has an odd number of pages. Here is a minimal working example:
\documentclass{amsart}
\usepackage{endnotes}
\begin{document}
\title{My Title}
\author{My…
underflow
- 559
3
votes
2 answers
issue with endnotes and macros
I have the following issue with endnotes and macros. Here is the code:
\documentclass{article}
\usepackage{endnotes}
\begin{document}
\def\tmp{yellow}
yellow\endnote{\tmp}
\def\tmp{blue}
blue\endnote{\tmp}
\theendnotes
\end{document}
Output…
3
votes
2 answers
How to remove the word "Notes" from \usepackage{endnote}?
\documentclass{article}
\usepackage{endnotes}
\begin{document}
text\endnote{test footnote}
\theendnotes
\end{document}
The there will be a word "Note" in front of the notes, how to remove this word "Notes"?
Liam Chang
- 89
3
votes
1 answer
How to hide the endnotes in single command
I use the endnotes.sty package creating the author queries. But i need to hide the endnotemark and endnote text in single command \queriesoff. I don't know how to implement the logic. Kindly…
CS Kumar
- 1,253
2
votes
2 answers
Endnotes at the same line
I'm struggling to make every endnote entry not take a new line. I read this answer, which explained a lot, but didn't answer my doubt, as said, how can I make endnotes entries not start a new line.
For example:
1- entry 1 2- entry 2
Instead of
1-…
2
votes
2 answers
Book template that allows chapter notes
I am writing a scientific book for the general public and would like to have chapter notes that appear at the end of the book, organized by chapter and page number. (I also have footnotes, the chapter notes would be for longer or more technical…
hsgreenside
- 21
- 1
2
votes
1 answer
Formatting endnotes resp. references
I refer to https://tex.stackexchange.com/a/100001/113820 formatting endnotes.
How to get endnotes left aligned (without indent of first numbered line with [1], [2] etc.)
Roland
- 23
2
votes
1 answer
Header wrong when using endnotes package
Hello: I am using \usepackage{endnotes} with \let\footnote=\endnote in a two-sided book document class. When I type \theendnotes at the end of a chapter, all works well except that, in the header, the text "Notes" appears on both even and odd pages,…
Alex
- 21
2
votes
1 answer