ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* resetting footnotes number
@ 2014-10-14  8:13 Andrea Valle
  2014-10-14  8:41 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Valle @ 2014-10-14  8:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 994 bytes --]

Dear list, 

As I have a book with many chapters, I’d like to reset footnote numbering at each chapter. 
How can I achieve this?
I’m looking here:
http://wiki.contextgarden.net/Footnotes

but can’t find a solution

I looked also at  \setupfootnotes but it says: 

way	bytext bysection
Start numbering from 1 again at the start of every section? 

BTW on mkiv, so I guess I should use \setupnotation

Thanks

Best
-a-

--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - StudiUm
Università degli Studi di Torino
--> http://www.cirma.unito.it/andrea/
--> http://www.fonurgia.unito.it/andrea/
--> http://www.flickr.com/photos/vanderaalle/sets/
--> http://vimeo.com/vanderaalle
--> andrea.valle@unito.it
--------------------------------------------------

"This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." 
(Jeffrey 'The Dude' Lebowski)


[-- Attachment #1.2: Type: text/html, Size: 5048 bytes --]

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: resetting footnotes number
  2014-10-14  8:13 resetting footnotes number Andrea Valle
@ 2014-10-14  8:41 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2014-10-14  8:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 801 bytes --]


Am 14.10.2014 um 10:13 schrieb Andrea Valle <valle@di.unito.it>:

> Dear list, 
> 
> As I have a book with many chapters, I’d like to reset footnote numbering at each chapter. 
> How can I achieve this?
> I’m looking here:
> http://wiki.contextgarden.net/Footnotes
> 
> but can’t find a solution
> 
> I looked also at  \setupfootnotes but it says: 
> 
> way	bytext bysection
> Start numbering from 1 again at the start of every section? 
> 
> BTW on mkiv, so I guess I should use \setupnotation

Yes, you have to use the \setupnotation command to set every counter related setting for footnotes.

\setupnotation[footnote][way=bychapter]

\starttext

\dorecurse{10}
  {\chapter{Chapter #1}
   \dorecurse{10}{\input knuth\footnote{\input ward }}}

\stoptext

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 1736 bytes --]

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2014-10-14  8:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-14  8:13 resetting footnotes number Andrea Valle
2014-10-14  8:41 ` Wolfgang Schuster

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