Gour wrote:
> Hi!
> 
> I'm using muse for writing some astrological notes while studying and
> noticed there is problem with spacing after using symbols from 'mvs'.
> 
> Here is the test file:
> 
> \usesymbols[mvs]
> \setupsymbolset [astronomic]
> \setupsymbolset [zodiac]
> 
> \starttext
> 
> This is Mesha \symbol[Aries] and this \symbol[Cancer] is Kataka. 
> Let's see \symbol[Sun] too.
> 
> \stoptext
> 
> 
> Am I doing something wrong here?

\symbol[] gobbles following spaces, because it also has a second
argument for the symbol set. Use one of these to stop it from
doing so:

   {\symbol[Sun]}
   \symbol{sun}
   \symbol[zodiac][Sun]

Best wishes,
Taco
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to