Re: [NTG-context] footnotes bychapter

2012-03-24 Thread Steffen Wolfrum

Am 06.03.2012 um 19:46 schrieb Hans Hagen:

 On 6-3-2012 18:29, Thomas A. Schmitz wrote:
 This works with the November beta, but not the current:
 
 \setupfootnotes[way=bychapter,
 location=page,
 rule=off]
 
 \starttext
 
 \startchapter[title=One]
 
 Chapter\footnote{Note 1} with two\footnote{Note 2} footnotes.
 
 \stopchapter
 
 \startchapter[title=Two]
 
 Chapter\footnote{Should be Note 1} with two additional\footnote{should
 be Note 2} footnotes.
 
 \stopchapter
 
 \stoptext
 
 Bug, or has the syntax changed?
 
 no, just something 'not done yet' (but will be done asap, some setup 
 synchronization code needed)


Is there meanwhile a context version that provides way=... again?

Steffen
___
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
___


Re: [NTG-context] footnotes bychapter

2012-03-24 Thread Wolfgang Schuster

Am 24.03.2012 um 17:29 schrieb Steffen Wolfrum:

 Is there meanwhile a context version that provides way=... again?


What doesn’t work?

\setupnotation[footnote][way=chapter]

\starttext

\chapter{One}

text\footnote{One: first} text\footnote{One: second}

\chapter{Two}

text\footnote{Two: first} text\footnote{Two: second}

\stoptext

Wolfgang
___
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
___


Re: [NTG-context] footnotes bychapter

2012-03-24 Thread Steffen Wolfrum

Am 24.03.2012 um 17:34 schrieb Wolfgang Schuster:

 
 Am 24.03.2012 um 17:29 schrieb Steffen Wolfrum:
 
 Is there meanwhile a context version that provides way=... again?
 
 
 What doesn’t work?
 
 \setupnotation[footnote][way=chapter]
 
 \starttext
 
 \chapter{One}
 
 text\footnote{One: first} text\footnote{One: second}
 
 \chapter{Two}
 
 text\footnote{Two: first} text\footnote{Two: second}
 
 \stoptext

ah, 
\setupfootnotes[way=bychapter]
didn't became 
\setupnote[footnote][way=bychapter]
but 
\setupnotation[footnote][way=bychapter]

good to know ;o)

st.




___
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
___


Re: [NTG-context] footnotes bychapter

2012-03-24 Thread Wolfgang Schuster

Am 24.03.2012 um 17:54 schrieb Steffen Wolfrum:

 
 Am 24.03.2012 um 17:34 schrieb Wolfgang Schuster:
 
 
 Am 24.03.2012 um 17:29 schrieb Steffen Wolfrum:
 
 Is there meanwhile a context version that provides way=... again?
 
 
 What doesn’t work?
 
 \setupnotation[footnote][way=chapter]
 
 \starttext
 
 \chapter{One}
 
 text\footnote{One: first} text\footnote{One: second}
 
 \chapter{Two}
 
 text\footnote{Two: first} text\footnote{Two: second}
 
 \stoptext
 
 ah, 
 \setupfootnotes[way=bychapter]
 didn't became 
 \setupnote[footnote][way=bychapter]

That would make no sense because \setupfootnotes is defined as 
\def\setupfootnotes{\setupnote[footnote]} which means both are the same setup.

 \setupnotation[footnote][way=bychapter]

The footnote counter is created by \definenotation (which is called when you 
create a new note with \definenote) and the fore you need \setupnotation to 
change it.

Wolfgang
___
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
___


Re: [NTG-context] footnotes bychapter

2012-03-24 Thread Steffen Wolfrum

Am 24.03.2012 um 18:14 schrieb Wolfgang Schuster:

 
 Am 24.03.2012 um 17:54 schrieb Steffen Wolfrum:
 
 
 Am 24.03.2012 um 17:34 schrieb Wolfgang Schuster:
 
 
 Am 24.03.2012 um 17:29 schrieb Steffen Wolfrum:
 
 Is there meanwhile a context version that provides way=... again?
 
 
 What doesn’t work?
 
 \setupnotation[footnote][way=chapter]
 
 \starttext
 
 \chapter{One}
 
 text\footnote{One: first} text\footnote{One: second}
 
 \chapter{Two}
 
 text\footnote{Two: first} text\footnote{Two: second}
 
 \stoptext
 
 ah, 
 \setupfootnotes[way=bychapter]
 didn't became 
 \setupnote[footnote][way=bychapter]
 
 That would make no sense because \setupfootnotes is defined as 
 \def\setupfootnotes{\setupnote[footnote]} which means both are the same setup.
 
 \setupnotation[footnote][way=bychapter]
 
 The footnote counter is created by \definenotation (which is called when you 
 create a new note with \definenote) and the fore you need \setupnotation to 
 change it.


ok, interesting

thanks a lot!
steffen
___
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
___


[NTG-context] footnotes bychapter

2012-03-06 Thread Thomas A. Schmitz

This works with the November beta, but not the current:

\setupfootnotes[way=bychapter,
location=page,
rule=off]

\starttext

\startchapter[title=One]

Chapter\footnote{Note 1} with two\footnote{Note 2} footnotes.

\stopchapter

\startchapter[title=Two]

Chapter\footnote{Should be Note 1} with two additional\footnote{should 
be Note 2} footnotes.


\stopchapter

\stoptext

Bug, or has the syntax changed?

Thomas
___
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
___


Re: [NTG-context] footnotes bychapter

2012-03-06 Thread Hans Hagen

On 6-3-2012 18:29, Thomas A. Schmitz wrote:

This works with the November beta, but not the current:

\setupfootnotes[way=bychapter,
location=page,
rule=off]

\starttext

\startchapter[title=One]

Chapter\footnote{Note 1} with two\footnote{Note 2} footnotes.

\stopchapter

\startchapter[title=Two]

Chapter\footnote{Should be Note 1} with two additional\footnote{should
be Note 2} footnotes.

\stopchapter

\stoptext

Bug, or has the syntax changed?


no, just something 'not done yet' (but will be done asap, some setup 
synchronization code needed)



-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


Re: [NTG-context] footnotes bychapter

2012-03-06 Thread Thomas A. Schmitz

On 3/6/12 7:46 PM, Hans Hagen wrote:

no, just something 'not done yet' (but will be done asap, some setup
synchronization code needed)


Great, good to know!

Thanks, and best wishes

Thomas
___
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
___