ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* endnotemarkers
@ 2013-04-17 18:23 Meer, H. van der
  2013-04-17 18:27 ` endnotemarkers Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Meer, H. van der @ 2013-04-17 18:23 UTC (permalink / raw)
  To: NTG ConTeXt

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
___________________________________________________________________________________


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

* Re: endnotemarkers
  2013-04-17 18:23 endnotemarkers Meer, H. van der
@ 2013-04-17 18:27 ` Wolfgang Schuster
  2013-04-17 19:28   ` endnotemarkers Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2013-04-17 18:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 17.04.2013 um 20:23 schrieb "Meer, H. van der" <H.vanderMeer@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
___________________________________________________________________________________


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

* Re: endnotemarkers
  2013-04-17 18:27 ` endnotemarkers Wolfgang Schuster
@ 2013-04-17 19:28   ` Hans Hagen
  2013-04-17 19:35     ` endnotemarkers Meer, H. van der
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2013-04-17 19:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 4/17/2013 8:27 PM, Wolfgang Schuster wrote:
>
> Am 17.04.2013 um 20:23 schrieb "Meer, H. van der" <H.vanderMeer@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
___________________________________________________________________________________


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

* Re: endnotemarkers
  2013-04-17 19:28   ` endnotemarkers Hans Hagen
@ 2013-04-17 19:35     ` Meer, H. van der
  2013-04-18  4:40       ` endnotemarkers Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Meer, H. van der @ 2013-04-17 19:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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 <pragma@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.vanderMeer@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
___________________________________________________________________________________


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

* Re: endnotemarkers
  2013-04-17 19:35     ` endnotemarkers Meer, H. van der
@ 2013-04-18  4:40       ` Wolfgang Schuster
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2013-04-18  4:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 17.04.2013 um 21:35 schrieb "Meer, H. van der" <H.vanderMeer@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
___________________________________________________________________________________


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

end of thread, other threads:[~2013-04-18  4:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-17 18:23 endnotemarkers Meer, H. van der
2013-04-17 18:27 ` endnotemarkers Wolfgang Schuster
2013-04-17 19:28   ` endnotemarkers Hans Hagen
2013-04-17 19:35     ` endnotemarkers Meer, H. van der
2013-04-18  4:40       ` endnotemarkers 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).