ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ConTeXt <ntg-context@ntg.nl>
Subject: Re: Footnotes (was: Endnotes)
Date: Sat, 27 May 2000 22:15:20 +0200	[thread overview]
Message-ID: <3.0.6.32.20000527221520.0091fd80@pop.wxs.nl> (raw)
In-Reply-To: <392E495D.E6025419@gmx.net>

At 11:52 AM 5/26/2000 +0200, Hraban wrote:
>Hans Hagen wrote:
>> \setupfootnotes[way=bychapter,location=text]
>
>Is there a possibility to number footnotes "way=bypage"
>or, better, not to number them, but to use asterisks and daggers etc.?

There is, that is, if you believe in miracles. Key in: 

\setupfootnotes[way=bypage]

\starttext

test \footnote{test} test \page
test \footnote{test} test \page
test \footnote{test} test \page

\stoptext

run texexec with your eyes closed, count to 89 and view the file. 

>(There are not so much footnotes in "my" book, and the redactors don't
>want numbers...)

There is a rather advanced system of conversion available. In the english
beta chapter on layout one can read: 

\setupfootnotes[conversion=set 3]

as a way to change the conversion. One can define his/her own conversion
sets (will be in another chapter). Set 3 is for example defined as: 

\defineconversion
  [set 3]
  [\mathematics{\star},
   \mathematics{\star\star},
   \mathematics{\star\star\star},
   \mathematics{\ddagger},
   \mathematics{\ddagger\ddagger},
   \mathematics{\ddagger\ddagger\ddagger},
   \mathematics{\P},
   \mathematics{\P\P},
   \mathematics{\P\P\P},
   \mathematics{\S},
   \mathematics{\S\S},
   \mathematics{\S\S\S},
   \mathematics{\ast},
   \mathematics{\ast\ast},
   \mathematics{\ast\ast\ast}]

See core-con.tex (conversion) for more examples. In a similar way you can
define your own sets, conversions, symbols and so on. [there are also
symbol sets]

>If it worked: Could I change this behaviour for each chapter? (Saying,
>there'd be one chapter with many footnotes)

Sure. 

Hans

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


      reply	other threads:[~2000-05-27 20:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-19  5:21 Endnotes Dan Seracu
2000-05-19 11:36 ` Endnotes Hans Hagen
2000-05-19 12:23   ` Endnotes Dan Seracu
2000-05-19 16:03     ` Endnotes Hans Hagen
2000-05-26  9:52       ` Footnotes (was: Endnotes) Hraban
2000-05-27 20:15         ` Hans Hagen [this message]

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=3.0.6.32.20000527221520.0091fd80@pop.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).