1 Feb
2008
1 Feb
'08
11:53 a.m.
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