Re: [NTG-context] groupedcommand italic and upright (MkIV)

2010-02-24 Thread Steffen Wolfrum

Am 24.02.2010 um 18:10 schrieb Wolfgang Schuster:

> Am 24.02.10 18:02, schrieb Steffen Wolfrum:
>> Hi,
>> 
>> in MkII the slash became set upright, in MkIV it stays italic:
>> 
>> \def\Textit{\groupedcommand\it\/}
>> \def\Textmr{\groupedcommand\mr\/}
>>   
> \mr is for math, you want \tf


Ah!


Thank you, Wolfgang.

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] groupedcommand italic and upright (MkIV)

2010-02-24 Thread Wolfgang Schuster

Am 24.02.10 18:02, schrieb Steffen Wolfrum:

Hi,

in MkII the slash became set upright, in MkIV it stays italic:

\def\Textit{\groupedcommand\it\/}
\def\Textmr{\groupedcommand\mr\/}
   

\mr is for math, you want \tf

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
___


[NTG-context] groupedcommand italic and upright (MkIV)

2010-02-24 Thread Steffen Wolfrum
Hi,

in MkII the slash became set upright, in MkIV it stays italic:


\def\Textit{\groupedcommand\it\/}
\def\Textmr{\groupedcommand\mr\/}

\definetextmodediscretionary :
  
{\prewordbreak\discretionary{\kern.05em\Textmr/}{}{\kern.05em\Textmr/}\kern.05em\prewordbreak}%
 ist schon Textmr = aufrecht !

\starttext

test \Textit{non|:|italic} here.

\stoptext



What needs to be changed to get an upright slash in that italic group?

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
___