First question: I am considering using endnotes in my book instead of footnotes. There is a command \endnote, but I do not see the notes appear anywhere in my text. What am I doing wrong? What I tried: \starttext Dit is iets met een endnote.\endnote{Wat een zooi. Werkt het?} \page Het zou moeten werken,\endnote{Ja, toch?} want ik zie tekens in de tekst. \stoptext Second question: Is it possible to use endnotes as well as footnotes in the same text? -- Robert
On 23/07/18 16:53, Robert Zydenbos wrote:
First question: I am considering using endnotes in my book instead of footnotes. There is a command \endnote, but I do not see the notes appear anywhere in my text. What am I doing wrong?
What I tried: \starttext
Dit is iets met een endnote.\endnote{Wat een zooi. Werkt het?}
\page Het zou moeten werken,\endnote{Ja, toch?} want ik zie tekens in de tekst.
\placenotes[endnote]
\stoptext
Second question: Is it possible to use endnotes as well as footnotes in the same text?
-- Robert
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
That was useful! But now I would like to go another step further: in the following, slightly altered example, I use a footnote and endnotes. I know that with "\setupfootnotes [conversion=characters]" the footnote markers are changed to letters instead of numbers. Is there any way of doing this also for endnotes? (N.B.: I am using MkII.) % extended example, with footnote and endnotes \setupfootnotes [conversion=characters] \starttext Dit is iets\footnote{Voetnoot.} met een footnote.\endnote{Wat een zooi. Werkt het?} \page Het zou moeten werken,\endnote{Ja, toch?} want ik zie tekens in de tekst. \placenotes [endnote] \stoptext % end of example
On 23. Jul 2018, at 07:56, Henri Menke
wrote: […]
participants (2)
-
Henri Menke
-
Robert Zydenbos