ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* footnote numbering
@ 2006-09-13 18:20 Horacio Suarez
  0 siblings, 0 replies; 6+ messages in thread
From: Horacio Suarez @ 2006-09-13 18:20 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

hello

I insist in a question:

I have:

\setupfootnotes[way=bychapter]

but it doesn´t restart the footnote numbering at chapter.

But if I write:

\setupfootnotes[way=bysection]

It does restart each \section.

Is the sintax ok?

What i´m doing wrong?

The last book i´ve fix it inseriting fake and empty chapters, but now it 
doesn´t work.

Please help!

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

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

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

* RE: footnote numbering
@ 2005-09-26 18:14 Idris Samawi Hamid
  0 siblings, 0 replies; 6+ messages in thread
From: Idris Samawi Hamid @ 2005-09-26 18:14 UTC (permalink / raw)


>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

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

* footnote numbering
  2005-09-21 14:00         ` David Munger
@ 2005-09-26 15:34           ` Albrecht Kauffmann
  0 siblings, 0 replies; 6+ messages in thread
From: Albrecht Kauffmann @ 2005-09-26 15:34 UTC (permalink / raw)


Hi all,

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

With many thanks
Albrecht

^ permalink raw reply	[flat|nested] 6+ 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; 6+ 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] 6+ 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; 6+ 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] 6+ messages in thread

* 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; 6+ 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] 6+ messages in thread

end of thread, other threads:[~2006-09-13 18:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-13 18:20 footnote numbering Horacio Suarez
  -- strict thread matches above, loose matches on Subject: below --
2005-09-26 18:14 Idris Samawi Hamid
2005-06-24 16:41 t-rsteps and starttyping Peter Münster
2005-06-27 22:06 ` David Munger
2005-09-12 17:04   ` Peter Münster
2005-09-12 21:57     ` David Munger
2005-09-21 12:38       ` Christopher Creutzig
2005-09-21 14:00         ` David Munger
2005-09-26 15:34           ` footnote numbering Albrecht Kauffmann
2003-01-29  0:04 Footnote numbering cohsb
2003-01-29 10:21 ` Patrick Gundlach
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).