ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Paul Schalck via ntg-context <ntg-context@ntg.nl>
To: ntg-context@ntg.nl
Cc: Paul Schalck <schickele@web.de>
Subject: [NTG-context] Re: I would like to have footnumber 4
Date: Tue, 4 Feb 2025 15:27:28 +0000	[thread overview]
Message-ID: <trinity-a23e1f59-4a17-4636-af40-bc3ca0c68dc1-1738682848186@trinity-msg-rest-webde-webde-live-8d9fbf8c-lxvmn> (raw)

> 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
___________________________________________________________________________________

             reply	other threads:[~2025-02-04 15:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-04 15:27 Paul Schalck via ntg-context [this message]
2025-02-04 15:32 ` Ursula Hermann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=trinity-a23e1f59-4a17-4636-af40-bc3ca0c68dc1-1738682848186@trinity-msg-rest-webde-webde-live-8d9fbf8c-lxvmn \
    --to=ntg-context@ntg.nl \
    --cc=schickele@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).