[NTG-context] endnotemarkers

2013-04-17 Thread Meer, H. van der
With the following setup my endnotes show up in the list with [number], as I 
would like to have it. But in the text they do not appear as [number] but just 
as plain numbers. 
Why does textcommand has not this effect, whereas numbercommand does? The 
manual strongly suggest this to me.

\def\fnmarker#1{[#1]}
\setupnotation[endnote][numbercommand=\fnmarker,textcommand=\fnmarker]

Hans van der Meer



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

2013-04-17 Thread Wolfgang Schuster

Am 17.04.2013 um 20:23 schrieb Meer, H. van der h.vanderm...@uva.nl:

 With the following setup my endnotes show up in the list with [number], as I 
 would like to have it. But in the text they do not appear as [number] but 
 just as plain numbers. 
 Why does textcommand has not this effect, whereas numbercommand does? The 
 manual strongly suggest this to me.
 
 \def\fnmarker#1{[#1]}
 \setupnotation[endnote][numbercommand=\fnmarker,textcommand=\fnmarker]

\setupnote[endnote][textcommand=\groupedcommand{[}{]}]
\setupnotation[endnote][numbercommand=\groupedcommand{[}{]}]

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

2013-04-17 Thread Hans Hagen

On 4/17/2013 8:27 PM, Wolfgang Schuster wrote:


Am 17.04.2013 um 20:23 schrieb Meer, H. van der h.vanderm...@uva.nl:


With the following setup my endnotes show up in the list with [number], as I 
would like to have it. But in the text they do not appear as [number] but just 
as plain numbers.
Why does textcommand has not this effect, whereas numbercommand does? The 
manual strongly suggest this to me.

\def\fnmarker#1{[#1]}
\setupnotation[endnote][numbercommand=\fnmarker,textcommand=\fnmarker]


\setupnote[endnote][textcommand=\groupedcommand{[}{]}]
\setupnotation[endnote][numbercommand=\groupedcommand{[}{]}]


neat

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
___


Re: [NTG-context] endnotemarkers

2013-04-17 Thread Meer, H. van der
A minor point perhaps on this textcommand= \groupedcommand for the marking of 
the notes in the text. I tried this but now the marking is not typeset as a 
superscript.
 
Hans van der Meer



On 17 Apr 2013, at 9:28 PM, Hans Hagen pra...@wxs.nl
 wrote:

 On 4/17/2013 8:27 PM, Wolfgang Schuster wrote:
 
 Am 17.04.2013 um 20:23 schrieb Meer, H. van der h.vanderm...@uva.nl:
 
 With the following setup my endnotes show up in the list with [number], as 
 I would like to have it. But in the text they do not appear as [number] but 
 just as plain numbers.
 Why does textcommand has not this effect, whereas numbercommand does? The 
 manual strongly suggest this to me.
 
 \def\fnmarker#1{[#1]}
 \setupnotation[endnote][numbercommand=\fnmarker,textcommand=\fnmarker]
 
 \setupnote[endnote][textcommand=\groupedcommand{[}{]}]
 \setupnotation[endnote][numbercommand=\groupedcommand{[}{]}]
 
 neat
 
 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
 ___

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

2013-04-17 Thread Wolfgang Schuster

Am 17.04.2013 um 21:35 schrieb Meer, H. van der h.vanderm...@uva.nl:

 A minor point perhaps on this textcommand= \groupedcommand for the marking of 
 the notes in the text. I tried this but now the marking is not typeset as a 
 superscript.

\defineprocessor[footnote][left={[},right={]}]
\defineconversionset[footnote][][footnote-n]

\setupnotation[footnote][numberconversionset=footnote]

\starttext
Text\footnote{Footnote}
\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
___