>can someone tell me, how to set the counter of footnotes (e.g., one back,
>or to zero)?

Play with this:

==============================================
% output=pdf interface=en

\starttext

  Test.\footnote{Test}

  Test.\footnote{Test}

  \resetnumber[footnote]

  Test.\footnote{Test}

  Test.\footnote{Test}

  \incrementnumber[footnote]

  Test.\footnote{Test}

  Test.\footnote{Test}

  \decrementnumber[footnote]
  \decrementnumber[footnote]
  \decrementnumber[footnote]

  Test.\footnote{Test}

  Test.\footnote{Test}

\stoptext
==============================================

Hans, can one add an option like 
\decrementnumber[2][footnote]
to subract 2 instead of declaring the command three times?

Best
Idris

============================
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to