12 Mar
2012
12 Mar
'12
5:53 p.m.
Am 12.03.2012 um 17:13 schrieb Willi Egger:
Hi all,
Also with the todays beta I am unable to get Martin Vogel symbols.
If \showsymbols[martinvogel 2] is used a long list of symbols is typeset, but not what is defined as this symbolset.
Calling \setupsymbolset[atronomic] \symbol[zodiac]
does result in the text zodiac in the document.
1. You have to load the marvosym symbols with “\usesymbols[mvs]”. 2. There is no symbol with the name “zodiac”, only a symbolset with this name which contains the symbols ”Aries”, “Taurus” etc. 3. Example: \usesymbols[mvs] \setupsymbolset[martinvogel 2] \starttext \symbol[Female] \symbol[martinvogel 2][Female] \stoptext Wolfgang