> Dear List, > > I have a little example. > > \setuppapersize[A4] > > \setupinteraction[state=start] > > \setcounter[userpage][100] > > \setupbodyfont[modern, 12.50pt] > > \starttext > > Das bin ich \footnote[Das auch]{Hier bin ich} > > \stoptext > > I would like to have footnumber 4 on this page. How can I do that? > > Many thanks > > Uschi
Hi, you can change the footnote numbers with the same \setcounter command you've already been using, if that's what you're looking for. /// \starttext \setcounter[footnote][3] Das bin ich \footnote[Das auch]{Hier bin ich} Second footnote here\footnote{Another footnote.} \stoptext ___________________________________________________________________________________ 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 ___________________________________________________________________________________