Am 19.04.2012 um 00:56 schrieb Kip Warner:

> On Wed, 2012-04-18 at 09:10 +0200, Wolfgang Schuster wrote:
>> You need \setupnote because the other setting for the number in the text re 
>> also set with \setupnote.
> 
> So this should suffice then in the environment?
> 
>    % Implemented by Hans in bleeding edge ConTeXt...
>    \setupnote[footnote]
>        [textseparator={\textcomma}]

Don’t use \textcomma in MkIV, it’s a math symbol and doesn’t scale when you 
change the relative font size.

\starttext

a, b\textcomma\ c

{\tfxx a, b\textcomma\ c}

{\tfb a, b\textcomma\ c}

\stoptext

@Hans/Aditya: Is it a good idea to put “textcomma” in the mathspec entry 
(char-def.lua):

 {
  adobename="comma",
  category="po",
  cjkwd="na",
  description="COMMA",
  direction="cs",
  linebreak="is",
  mathclass="punctuation",
  mathspec={
   {
    class="punctuation",
    name="textcomma",
   },
   {
    class="ord",
    name="mathcomma",
   },
  },
  unicodeslot=0x002C,
 },

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
___________________________________________________________________________________

Reply via email to