ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: customizing footnote numbers
Date: Mon, 04 Apr 2005 10:29:41 +0200	[thread overview]
Message-ID: <4250FAF5.1070604@wxs.nl> (raw)
In-Reply-To: <20050404061013.GA31321@localhost.localdomain>

Paul Tremblay wrote:
> On Sun, Apr 03, 2005 at 03:58:42PM -0400, Paul Tremblay wrote:
> 
>>Is there a way to manually set the number of a footnote rather than
>>letting ConTeXt determining it? Something that works in the same way as
>>\page[25]? 
>>
>>For example, I might want to start footnote numbering at 1 at each
>>chapter, *but I won't be using traditional ConTeXt divisions.* 
>>
>>I've been searching the web and it seems that LaTeX has a way to reset
>>counters, but I can't get this to work in ConTeXt. 
> 
> 
> Answering my own email. I've had a look at core-not.tex, and I see a lot
> of definitions such as \internalfootreference. I've tried setting some
> of these myself with no luck. But it seems if I can just figure out the
> right definition and the way to set it, I should be able to insert the
> type of footnote I want. 
> 
> On the other hand, isn't there a way to just enter text in for your
> footnote marker, and totally bypass any automatic numbering?
\starttext

test \footnote{test} test
\setupnumber[footnote][start=45]
test \footnote{test} test
\setnumber[footnote]{99}
test \footnote{test} test
\setupnumber[footnote][way=bysection,start=0]
test \footnote{test} test

\section{test}
test \footnote{test} test
test \footnote{test} test

\section{test}
test \footnote{test} test
test \footnote{test} test

\stoptext


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

  reply	other threads:[~2005-04-04  8:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-03 19:58 Paul Tremblay
2005-04-04  6:10 ` Paul Tremblay
2005-04-04  8:29   ` Hans Hagen [this message]
2005-04-04 10:14     ` Patrick Gundlach
2005-04-04 20:30       ` Thomas A.Schmitz
2005-04-05  1:27         ` Paul Tremblay
2005-04-05 11:28           ` Patrick Gundlach
2005-04-05 15:52             ` Paul Tremblay
2005-04-05 16:17               ` Patrick Gundlach
2005-04-05 22:52                 ` Paul Tremblay
2005-04-06  8:38                   ` Patrick Gundlach
2005-04-06 12:21                     ` Hans Hagen
2005-04-06 20:03                     ` Patrick Gundlach
2005-04-04 17:12     ` Paul Tremblay
2005-04-04 19:40       ` Hans Hagen

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=4250FAF5.1070604@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /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).