[NTG-context] Make footnote/endnote number not superscript?
Wolfgang Schuster
wolfgang.schuster.lists at gmail.com
Sun Mar 20 22:07:05 CET 2022
Bruce Horrocks via ntg-context schrieb am 20.03.2022 um 21:10:
> I'm editing a book that will be printed, however the authors have included URLs which will no doubt suffer from "bit rot" in no time at all. I think it will make the main text cleaner if I use endnotes rather than include the URL in-line in the text or as a (distracting) footnote. So when the author writes "See my video at <long Youtube URL>" I will print "See my video at link 1". At the back of the book, in an appendix somewhere, I then use \placenotes to display a table of the actual URLs for any readers that want to type them in.
>
> I want the "link 1" bit to be normal text rather than superscript so it's more visible. Using the \setupnote[textstyle=...] command I can change the style of the number but not the superscript placing.
>
> Is there a way to remove the superscript placing, please?
\starttext
First\footnote{Footnote one}
\setupnote[footnote][textcommand=]
First\footnote{Footnote two}
\stoptext
Wolfgang
More information about the ntg-context
mailing list