Re: [NTG-context] How to adjust the sistance between a letter and subscript

2018-11-22 Thread Jeong Dal
Dear Huseyin,

Thank you. It works well.
And, I didn’t see any side effect either.

Thanks again.

Best regards,

Dalyoung

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] How to adjust the sistance between a letter and subscript

2018-11-22 Thread Huseyin Özoguz

Hi Jeong,

you can always adjust the space between characters like this:

\startformula
T_X    \quad {\cal T}{\hskip-1mm}_X    \quad      T_Y    \quad {\cal 
T}{\hskip-1mm}_Y

\stopformula

I am not sure about side effects, but seems to work fine at least in 
this example.


Huseyin


--
Huseyin Özoguz

E-Mail: h.oezo...@mmnetz.de

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] How to adjust the sistance between a letter and subscript

2018-11-22 Thread Jeong Dal
Hi,

In the following example, the distance between a letter ${\cal T}$ and its 
subscript is too big.
It is not an error, but it looks a little bit strange.

How to reduce  it for a good looking?

Thank you.

Best regards,

Dalyoung

*
\starttext

Compare the distance between a letter and its subscript of the following 
example.

\startformula
T_X \quad {\cal T}_X\quad   T_Y \quad {\cal T}_Y
\stopformula

\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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___