ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Footnote numbering
@ 2003-01-29  0:04 cohsb
  2003-01-29 10:21 ` Patrick Gundlach
  2003-01-29 10:56 ` Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: cohsb @ 2003-01-29  0:04 UTC (permalink / raw)


Hi,

is there a possibility to restart the numbering of footnotes? (i.e. i, ii,
iii,... in the front matter, and then 1,2,3... in the body). I could switch to
the roman numerals quite easily but I could not manage to let the new
numbering start at 1. I also tried to use parts for that, which just led to funny
page numbers but did not have any influence on the footnote numbering at all.

Perhaps somebody knows a simple solution?

Many thanks and cheers, Chris.

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Footnote numbering
  2003-01-29  0:04 Footnote numbering cohsb
@ 2003-01-29 10:21 ` Patrick Gundlach
  2003-01-29 11:27   ` Hans Hagen
  2003-01-29 10:56 ` Hans Hagen
  1 sibling, 1 reply; 4+ messages in thread
From: Patrick Gundlach @ 2003-01-29 10:21 UTC (permalink / raw)


cohsb@gmx.de writes:

Hello Chris,

> is there a possibility to restart the numbering of footnotes? (i.e. i, ii,
> iii,... in the front matter, and then 1,2,3... in the body). 
> I could switch to the roman numerals quite easily but I could not
> manage to let the new numbering start at 1.

> Perhaps somebody knows a simple solution?

Since it is stated in the manual to look at core-not.tex, I did so
and found the command \resetnummer[...]. I have no idea if this is ok
to use (but I guess it is not, since Hans always comes up with a
better solution ;->) but here is the simple hack anyway:

\setupfootnotes[conversion=romannumerals]
\starttext
\startfrontmatter
Some text\footnote{interesting}.
\stopfrontmatter 
\resetnummer[footnote]
\setupfootnotes[conversion=numbers]
\startbodymatter
Some text\footnote{interesting}.
\stopbodymatter 
\startbackmatter
Some text\footnote{interesting}.
\stopbackmatter
\stoptext

> I also tried to use
> parts for that, which just led to funny page numbers but did not
> have any influence on the footnote numbering at all.

Then give this a try:

\setupfootnotes[conversion=romannumerals,way=bypart]
\starttext
\part {one}
Some text\footnote{interesting}.
\part {two}
\setupfootnotes[conversion=numbers]
Some text\footnote{interesting}.
\part {three}
Some text\footnote{interesting}.
\stoptext


Patrick

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Footnote numbering
  2003-01-29  0:04 Footnote numbering cohsb
  2003-01-29 10:21 ` Patrick Gundlach
@ 2003-01-29 10:56 ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2003-01-29 10:56 UTC (permalink / raw)


At 01:04 AM 1/29/2003 +0100, you wrote:
>Hi,
>
>is there a possibility to restart the numbering of footnotes? (i.e. i, ii,
>iii,... in the front matter, and then 1,2,3... in the body). I could switch to
>the roman numerals quite easily but I could not manage to let the new
>numbering start at 1. I also tried to use parts for that, which just led 
>to funny
>page numbers but did not have any influence on the footnote numbering at all.
>
>Perhaps somebody knows a simple solution?


i still have to interface the number macros

\ifx\resetnumber\undefined \let\resetnumber\resetnummer \fi

\resetnumber[footnote]

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Re: Footnote numbering
  2003-01-29 10:21 ` Patrick Gundlach
@ 2003-01-29 11:27   ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2003-01-29 11:27 UTC (permalink / raw)


At 11:21 AM 1/29/2003 +0100, you wrote:

>Since it is stated in the manual to look at core-not.tex, I did so
>and found the command \resetnummer[...]. I have no idea if this is ok
>to use (but I guess it is not, since Hans always comes up with a
>better solution ;->) but here is the simple hack anyway:

not this time -)

Hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-01-29 11:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-29  0:04 Footnote numbering cohsb
2003-01-29 10:21 ` Patrick Gundlach
2003-01-29 11:27   ` Hans Hagen
2003-01-29 10:56 ` Hans Hagen

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).