using both footnotes and endnotes in a document
A puzzle for note specialists: I would like to use both endnotes as well as footnotes in one and the same document, for different kinds of notes. Ideally, I should be able to write something like: ----- Here is a footnote,\footnote{The footnotes comes here.} and now comes an note that should appear at the end of my text.\endnote{And this is the endnote.} ----- For this I would need commands for determining the kind of markers for the notes (I know what to do for footnotes: this looks like \setupfootnotes [conversion=characters]; but what does one do for endnotes?) Robert
On 27/07/18 12:01, Robert Zydenbos wrote:
A puzzle for note specialists: I would like to use both endnotes as well as footnotes in one and the same document, for different kinds of notes.
Ideally, I should be able to write something like:
----- Here is a footnote,\footnote{The footnotes comes here.} and now comes an note that should appear at the end of my text.\endnote{And this is the endnote.} -----
For this I would need commands for determining the kind of markers for the notes (I know what to do for footnotes: this looks like \setupfootnotes [conversion=characters]; but what does one do for endnotes?)
\setupnotation[footnote][numberconversion=characters] \setupnotation[endnote] [numberconversion=set 2] \starttext \footnote{Hello} \footnote{World} \footnote{Oeps} \footnote{\CONTEXT} \endnote{Goodbye} \endnote{Earth} \endnote{End} \endnote{Notes} \placenotes[endnote] \stoptext
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 ___________________________________________________________________________________
This works fine with MkIV, but not with MkII (I tried by altering \setupnotation to the MkII command \setupfootnotes, but that doesn't work). I need MkII for my project. Is what I am looking for at all possible in MkII?
On 27. Jul 2018, at 03:22, Henri Menke
wrote: On 27/07/18 12:01, Robert Zydenbos wrote:
A puzzle for note specialists: I would like to use both endnotes as well as footnotes in one and the same document, for different kinds of notes. Ideally, I should be able to write something like: ----- Here is a footnote,\footnote{The footnotes comes here.} and now comes an note that should appear at the end of my text.\endnote{And this is the endnote.} ----- For this I would need commands for determining the kind of markers for the notes (I know what to do for footnotes: this looks like \setupfootnotes [conversion=characters]; but what does one do for endnotes?)
\setupnotation[footnote][numberconversion=characters] \setupnotation[endnote] [numberconversion=set 2] \starttext
\footnote{Hello} \footnote{World} \footnote{Oeps} \footnote{\CONTEXT} \endnote{Goodbye} \endnote{Earth} \endnote{End} \endnote{Notes}
\placenotes[endnote]
\stoptext
On 07/27/2018 11:47 AM, Robert Zydenbos wrote:
This works fine with MkIV, but not with MkII (I tried by altering \setupnotation to the MkII command \setupfootnotes, but that doesn't work). I need MkII for my project. Hi Robert,
why is this required? Support for Indic scripts? I think Hans added it for MkIV.
Is what I am looking for at all possible in MkII?
\setupnote [endnote] [conversion=characters] I have learn how to create the format and invoke MkII, but this seems to solve the problem. I hope it helps, Pablo -- http://www.ousia.tk
On 28. Jul 2018, at 16:48, Pablo Rodriguez
wrote: On 07/27/2018 11:47 AM, Robert Zydenbos wrote:
This works fine with MkIV, but not with MkII (I tried by altering \setupnotation to the MkII command \setupfootnotes, but that doesn't work). I need MkII for my project. Hi Robert,
why is this required? Support for Indic scripts?
Indeed.
I think Hans added it for MkIV.
Is what I am looking for at all possible in MkII?
\setupnote [endnote] [conversion=characters]
I have learn how to create the format and invoke MkII, but this seems to solve the problem.
I hope it helps,
It does! Robert
participants (3)
-
Henri Menke
-
Pablo Rodriguez
-
Robert Zydenbos