Hi, I need a help: how do I set \setupnote so that I don't get the counter output in the body text? ###################### \definenote [Mynote] \setupnote [Mynote] [ counter=, % textcolor=white, ] \setupnotation[Mynote] [ %counter=, ] \starttext No counter here, please!\Mynote{Doesn't work!} \stoptext ###################### Or is the solution to set the text color to white? I don't believe it. Thank you for your help! Greetings Tomás
Am 22.01.26 um 10:23 schrieb Thomas Meyer:
how do I set \setupnote so that I don't get the counter output in the body text?
I don’t understand what you want to achieve. E.g. \inmargin{} puts something in the margin without a number or other visible relation to the text location. A footnote/endnote makes no sense without numbering and an indicator in the text. Do you want the behavior of \inmargin for the footer? Hraban
Am 22.01.26 um 12:38 schrieb Henning Hraban Ramm:
Am 22.01.26 um 10:23 schrieb Thomas Meyer:
how do I set \setupnote so that I don't get the counter output in the body text?
I don’t understand what you want to achieve.
E.g. \inmargin{} puts something in the margin without a number or other visible relation to the text location.
A footnote/endnote makes no sense without numbering and an indicator in the text.
Do you want the behavior of \inmargin for the footer?
Hraban
Hi Hraban, I don't need any markings in the text, just a ‘list’ in the footer. The circumstance in the footer is clear even without any markings in the text. Your \inmargin in the footer probably describes exactly what I'm looking for. Greetings Tomás
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________
Am 22.01.26 um 13:24 schrieb Thomas Meyer:
I don't need any markings in the text, just a ‘list’ in the footer. The circumstance in the footer is clear even without any markings in the text.
Your \inmargin in the footer probably describes exactly what I'm looking for.
While testing a more complicated solution, I found that \setupnotation[footnote][number=no] is enough. Hraban
Am 22.01.26 um 14:24 schrieb Henning Hraban Ramm:
Am 22.01.26 um 13:24 schrieb Thomas Meyer:
I don't need any markings in the text, just a ‘list’ in the footer. The circumstance in the footer is clear even without any markings in the text.
Your \inmargin in the footer probably describes exactly what I'm looking for.
While testing a more complicated solution, I found that \setupnotation[footnote][number=no] is enough.
Hraban
Hi Hraban, it's the same as in my wme if I write and I don't get a counter in either the text block or the footer. ###################### \definenote [Mynote] \setupnote [Mynote] [ counter=, % textcolor=white, ] \setupnotation[Mynote] [ number=no, %%% or number=, or counter=no or counter= ] \starttext No counter here, please!\Mynote{Doesn't work!} \stoptext ###################### But I need a counter in the footer! ###################### \definenote [Mynote] \setupnote [Mynote] [ number=no, % textcolor=white, ] \setupnotation[Mynote] [ number=yes, ] ####################### But this doesn't work!
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________________________
You could use \phantom{} – using white font can be dangerous if your work is printed on paper that is not 100% white.
Best
J
Von: Thomas Meyer
Hi Johannes, no idea to use it! Tomás Am 22.01.26 um 15:29 schrieb Gottschalt, Johannes:
You could use \phantom{} – using white font can be dangerous if your work is printed on paper that is not 100% white.
Best
J
*Von:* Thomas Meyer
*Gesendet:* Donnerstag, 22. Januar 2026 10:23 *An:* mailing list for ConTeXt users *Betreff:* [NTG-context] No counter in body text Hi,
I need a help:
how do I set \setupnote so that I don't get the counter output in the body text?
###################### \definenote [Mynote]
\setupnote [Mynote] [ counter=, % textcolor=white, ]
\setupnotation[Mynote] [ %counter=, ]
\starttext No counter here, please!\Mynote{Doesn't work!} \stoptext ######################
Or is the solution to set the text color to white? I don't believe it.
Thank you for your help!
Greetings Tomás
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist :ntg-context@ntg.nl /https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl webpage :https://www.pragma-ade.nl /https://context.aanhet.net (mirror) archive :https://github.com/contextgarden/context wiki :https://wiki.contextgarden.net ___________________________________________________________________________________
Am 22.01.2026 um 10:23 schrieb Thomas Meyer:
Hi,
I need a help:
how do I set \setupnote so that I don't get the counter output in the body text?
###################### \definenote [Mynote]
\setupnote [Mynote] [ counter=, % textcolor=white, ]
\setupnotation[Mynote] [ %counter=, ]
\starttext No counter here, please!\Mynote{Doesn't work!} \stoptext ######################
\definenote [Mynote] \setupnote [Mynote] [textcommand=\gobbleoneargument] \starttext No counter here, please!\Mynote{Doesn't work!} \stoptext Wolfgang
participants (4)
-
Gottschalt, Johannes -
Henning Hraban Ramm -
Thomas Meyer -
Wolfgang Schuster