4 Feb
2025
4 Feb
'25
4:27 p.m.
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