[NTG-context] subfootnote with wrong structureconversionset

2012-03-19 Thread Steffen Wolfrum
Hi,

are subfootnotes not yet rewritten, or did the syntax change?

The following example expects 2.a but gives 2.1:


\definestructureseparatorset [footnote][][]
\definestructureconversionset[footnote][numbers,characters][numbers]
\setupenumerations[footnote][numberconversionset=footnote,numberseparatorset=footnote]

\starttext
 test \footnote{}
 text
 test \startfootnote note \stopfootnote
 test \startsubfootnote subnote \stopsubfootnote
 test \startfootnote note \stopfootnote
\stoptext



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] subfootnote with wrong structureconversionset

2012-03-19 Thread Wolfgang Schuster

Am 19.03.2012 um 22:27 schrieb Steffen Wolfrum:

 Hi,
 
 are subfootnotes not yet rewritten, or did the syntax change?
 
 The following example expects 2.a but gives 2.1:
 
 \definestructureseparatorset [footnote][][]
 \definestructureconversionset[footnote][numbers,characters][numbers]
 \setupenumerations[footnote][numberconversionset=footnote,numberseparatorset=footnote]

Use \setupnotation[footnote][…].

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] subfootnote

2011-02-15 Thread Steffen Wolfrum

Am 07.10.2010 um 10:36 schrieb Hans Hagen:

 
 \definestructureseparatorset [footnote][][]
 \definestructureconversionset[footnote][number,characters][numbers]
 \setupenumerations[footnote][numberconversionset=footnote,numberseparatorset=footnote]
 
 \setupfootnotes[way=bytext]%- here is the problem!!
 
 \starttext
  test \footnote{}
  text
  test \startfootnote note \stopfootnote
  test \startsubfootnote subnote \stopsubfootnote
  test \startfootnote note \stopfootnote
 \stoptext
 
 fixed in next beta


Yes, this was fixed. 
But in todays beta (20110211) suddenly there appears number in front of the 
actual footnote number.
Please run example below:


\definestructureseparatorset [footnote][][]
\definestructureconversionset[footnote][number,characters][numbers]
\setupenumerations[footnote][numberconversionset=footnote,numberseparatorset=footnote]

\setupfootnotes[way=bytext]

\starttext
test \footnote{}
text
test \startfootnote note \stopfootnote
test \startsubfootnote subnote \stopsubfootnote
test \startfootnote note \stopfootnote
\stoptext


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] subfootnote

2010-10-07 Thread Hans Hagen



\definestructureseparatorset [footnote][][]
\definestructureconversionset[footnote][number,characters][numbers]
\setupenumerations[footnote][numberconversionset=footnote,numberseparatorset=footnote]

\setupfootnotes[way=bytext]%- here is the problem!!

\starttext
  test \footnote{}
  text
  test \startfootnote note \stopfootnote
  test \startsubfootnote subnote \stopsubfootnote
  test \startfootnote note \stopfootnote
\stoptext


fixed in next beta

-
  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] subfootnote

2010-10-05 Thread Alan BRASLAU
On Thursday 30 September 2010 18:53:43 Steffen Wolfrum wrote:
 
 --- test file:
 
 \starttext
   test \footnote{}
   text
   test \startfootnote note \stopfootnote
   test \startsubfootnote subnote \stopsubfootnote
   text
 \stoptext

On Thursday 30 September 2010 20:42:39 Wolfgang Schuster wrote:
 
 \definestructureseparatorset [footnote][][]
 \definestructureconversionset[footnote][number,characters][numbers]
 \setupenumerations[footnote][numberconversionset=footnote,numberseparatorse
 t=footnote]
 
Nice to discover subfootnotes!

The above example illustrates a *spacing problem* after
\startfootnote \stopfootnote
(the spacing after the footnote enumerator differs from \footnote{})

Alan
___
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] subfootnote

2010-10-05 Thread Wolfgang Schuster

Am 05.10.2010 um 14:41 schrieb Alan BRASLAU:

 On Thursday 30 September 2010 18:53:43 Steffen Wolfrum wrote:
 
 --- test file:
 
 \starttext
  test \footnote{}
  text
  test \startfootnote note \stopfootnote
  test \startsubfootnote subnote \stopsubfootnote
  text
 \stoptext
 
 On Thursday 30 September 2010 20:42:39 Wolfgang Schuster wrote:
 
 \definestructureseparatorset [footnote][][]
 \definestructureconversionset[footnote][number,characters][numbers]
 \setupenumerations[footnote][numberconversionset=footnote,numberseparatorset=footnote]
 
 Nice to discover subfootnotes!
 
 The above example illustrates a *spacing problem* after
 \startfootnote \stopfootnote
 (the spacing after the footnote enumerator differs from \footnote{})

The \stopfootnote gobbles the next space, to prevent this you can say in mkii 
\setupnote[footnote][next=\autoinsertnextspace] but the ”next” key is missing 
in mkiv.

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] subfootnote

2010-10-05 Thread Steffen Wolfrum

Am 05.10.2010 um 15:32 schrieb Wolfgang Schuster:

 
 Am 05.10.2010 um 14:41 schrieb Alan BRASLAU:
 
 On Thursday 30 September 2010 18:53:43 Steffen Wolfrum wrote:
 
 --- test file:
 
 \starttext
 test \footnote{}
 text
 test \startfootnote note \stopfootnote
 test \startsubfootnote subnote \stopsubfootnote
 text
 \stoptext
 
 On Thursday 30 September 2010 20:42:39 Wolfgang Schuster wrote:
 
 \definestructureseparatorset [footnote][][]
 \definestructureconversionset[footnote][number,characters][numbers]
 \setupenumerations[footnote][numberconversionset=footnote,numberseparatorset=footnote]
 
 Nice to discover subfootnotes!
 
 The above example illustrates a *spacing problem* after
 \startfootnote \stopfootnote
 (the spacing after the footnote enumerator differs from \footnote{})
 
 The \stopfootnote gobbles the next space, to prevent this you can say in mkii 
 \setupnote[footnote][next=\autoinsertnextspace] but the ”next” key is missing 
 in mkiv.
 
 Wolfgang



I can't switch it off


\definestructureseparatorset [footnote][][]
\definestructureconversionset[footnote][number,characters][numbers]
\setupenumerations[footnote][numberconversionset=footnote,numberseparatorset=footnote]

\setupfootnotes[way=bytext]% - here is the problem!!

\starttext
 test \footnote{}
 text
 test \startfootnote note \stopfootnote
 test \startsubfootnote subnote \stopsubfootnote
 test \startfootnote note \stopfootnote
\stoptext


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] subfootnote

2010-09-30 Thread Steffen Wolfrum
Hi,

how do I change the numbering of subfootnote from eg. 2.1 to 2a?

See minimal example, please:

\setupenumerations[subfootnote][conversion=a] % ?
\setupsubfootnotes[conversion=a] % ?

\starttext
  test \footnote{} \subfootnote{}
  text
  test \startfootnote note \stopfootnote
  test \startsubfootnote subnote \stopsubfootnote
  text 
\stoptext


Thanks,
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] subfootnote

2010-09-30 Thread Aditya Mahajan
Untested, but the usual option is conversion=characters

Aditya

On Sep 30, 2010, at 8:03 AM, Steffen Wolfrum cont...@st.estfiles.de wrote:

 Hi,
 
 how do I change the numbering of subfootnote from eg. 2.1 to 2a?
 
 See minimal example, please:
 
 \setupenumerations[subfootnote][conversion=a] % ?
 \setupsubfootnotes[conversion=a] % ?
 
 \starttext
  test \footnote{} \subfootnote{}
  text
  test \startfootnote note \stopfootnote
  test \startsubfootnote subnote \stopsubfootnote
  text 
 \stoptext
 
 
 Thanks,
 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
 ___
___
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] subfootnote

2010-09-30 Thread Wolfgang Schuster

Am 30.09.2010 um 14:03 schrieb Steffen Wolfrum:

 Hi,
 
 how do I change the numbering of subfootnote from eg. 2.1 to 2a?
 
 See minimal example, please:
 
 \setupenumerations[subfootnote][conversion=a] % ?
 \setupsubfootnotes[conversion=a] % ?

numberconversion=...

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] subfootnote

2010-09-30 Thread Steffen Wolfrum

Am 30.09.2010 um 18:28 schrieb Wolfgang Schuster:

 
 Am 30.09.2010 um 14:03 schrieb Steffen Wolfrum:
 
 Hi,
 
 how do I change the numbering of subfootnote from eg. 2.1 to 2a?
 
 See minimal example, please:
 
 \setupenumerations[subfootnote][conversion=a] % ?
 \setupsubfootnotes[conversion=a] % ?
 
 numberconversion=...


No, not yet.

Now the result is 1, 2 and b.a ... but it should be 2a

Steffen

--- test file:

\setupenumerations[subfootnote][numberconversion=character]

\starttext
  test \footnote{}
  text
  test \startfootnote note \stopfootnote
  test \startsubfootnote subnote \stopsubfootnote
  text 
\stoptext


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

2010-09-30 Thread Wolfgang Schuster

Am 30.09.2010 um 18:53 schrieb Steffen Wolfrum:

 
 Am 30.09.2010 um 18:28 schrieb Wolfgang Schuster:
 
 
 Am 30.09.2010 um 14:03 schrieb Steffen Wolfrum:
 
 Hi,
 
 how do I change the numbering of subfootnote from eg. 2.1 to 2a?
 
 See minimal example, please:
 
 \setupenumerations[subfootnote][conversion=a] % ?
 \setupsubfootnotes[conversion=a] % ?
 
 numberconversion=...
 
 No, not yet.
 
 Now the result is 1, 2 and b.a ... but it should be 2a

\definestructureconversionset[footnote][number,characters][numbers]
\setupenumerations[footnote][numberconversionset=footnote]

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] subfootnote

2010-09-30 Thread Steffen Wolfrum

Am 30.09.2010 um 20:06 schrieb Wolfgang Schuster:

 
 Am 30.09.2010 um 18:53 schrieb Steffen Wolfrum:
 
 
 Am 30.09.2010 um 18:28 schrieb Wolfgang Schuster:
 
 
 Am 30.09.2010 um 14:03 schrieb Steffen Wolfrum:
 
 Hi,
 
 how do I change the numbering of subfootnote from eg. 2.1 to 2a?
 
 See minimal example, please:
 
 \setupenumerations[subfootnote][conversion=a] % ?
 \setupsubfootnotes[conversion=a] % ?
 
 numberconversion=...
 
 No, not yet.
 
 Now the result is 1, 2 and b.a ... but it should be 2a
 
 \definestructureconversionset[footnote][number,characters][numbers]
 \setupenumerations[footnote][numberconversionset=footnote]


Again, not yet! 

Please run the test file: now we have 2.a ... instead of 2a.

And setupenumerations[footnote] doesn't take a stopper!
So, how do I get rid of this . inbetween??

Steffen

--- test file:

\definestructureconversionset[footnote][number,characters][numbers]
\setupenumerations[footnote][numberconversionset=footnote]

\starttext
  test \footnote{}
  text
  test \startfootnote note \stopfootnote
  test \startsubfootnote subnote \stopsubfootnote
  text 
\stoptext


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

2010-09-30 Thread Wolfgang Schuster

Am 30.09.2010 um 20:31 schrieb Steffen Wolfrum:

 \definestructureconversionset[footnote][number,characters][numbers]
 \setupenumerations[footnote][numberconversionset=footnote]
 
 Again, not yet! 
 
 Please run the test file: now we have 2.a ... instead of 2a.

\definestructureseparatorset [footnote][][]
\definestructureconversionset[footnote][number,characters][numbers]
\setupenumerations[footnote][numberconversionset=footnote,numberseparatorset=footnote]

@Hans Can you make synonyms of the \define... commands without the “structure” 
in the name!

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] subfootnote

2010-09-30 Thread Steffen Wolfrum

Am 30.09.2010 um 20:42 schrieb Wolfgang Schuster:

 
 Am 30.09.2010 um 20:31 schrieb Steffen Wolfrum:
 
 \definestructureconversionset[footnote][number,characters][numbers]
 \setupenumerations[footnote][numberconversionset=footnote]
 
 Again, not yet! 
 
 Please run the test file: now we have 2.a ... instead of 2a.
 
 \definestructureseparatorset [footnote][][]
 \definestructureconversionset[footnote][number,characters][numbers]
 \setupenumerations[footnote][numberconversionset=footnote,numberseparatorset=footnote]


Wow, it's really needs a lot to change the outfit of one tiny subfoonote  ;o)


 @Hans Can you make synonyms of the \define... commands without the 
 “structure” in the name!


+1

I assumed that \definestructurefoo is always related to structure, meaning 
structure of document, sections ... not the formatting of footnotes.

Next time I know better: it's all about enumeration, it's all about structure 
today.


Thank you very much!

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] subfootnote

2010-09-30 Thread Hans Hagen

On 30-9-2010 8:42, Wolfgang Schuster wrote:


Am 30.09.2010 um 20:31 schrieb Steffen Wolfrum:


\definestructureconversionset[footnote][number,characters][numbers]
\setupenumerations[footnote][numberconversionset=footnote]


Again, not yet!

Please run the test file: now we have 2.a ... instead of 2a.


\definestructureseparatorset [footnote][][]
\definestructureconversionset[footnote][number,characters][numbers]
\setupenumerations[footnote][numberconversionset=footnote,numberseparatorset=footnote]

@Hans Can you make synonyms of the \define... commands without the “structure” 
in the name!


yes ... later ... eventually 'structure' will go and be the synonyms 
(compatinility)


--

-
  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] subfootnote

2010-09-30 Thread Hans Hagen

On 30-9-2010 8:57, Steffen Wolfrum wrote:


Am 30.09.2010 um 20:42 schrieb Wolfgang Schuster:



Am 30.09.2010 um 20:31 schrieb Steffen Wolfrum:


\definestructureconversionset[footnote][number,characters][numbers]
\setupenumerations[footnote][numberconversionset=footnote]


Again, not yet!

Please run the test file: now we have 2.a ... instead of 2a.


\definestructureseparatorset [footnote][][]
\definestructureconversionset[footnote][number,characters][numbers]
\setupenumerations[footnote][numberconversionset=footnote,numberseparatorset=footnote]



Wow, it's really needs a lot to change the outfit of one tiny subfoonote  ;o)


that's the price that comes with flexibility ... better this than messy 
definitions when you want more control


Hans

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