How to invoke Unicode symbols?
Hi, How to invoke pre-defined Unicode symbols? E.g., in "symb-uni.tex" I see \startsymbolset[Unicode Musical] % 0x2600: Requires UnicodeRegular26 \definesymbol[QuarterNote][\USymbChar{38}{105}] % QUARTER NOTE \definesymbol[EighthNote][\USymbChar{38}{106}] % EIGHTH NOTE ... \symbol[QuarterNote] gives me words "QuarterNote", and \QuarterNote is an invalid sequence. P.S. http://wiki.contextgarden.net/Reference/en/symbol is empty :( -- Best Regards, Vyatcheslav Yatskovsky
Am 09.01.2011 um 16:57 schrieb Vyatcheslav Yatskovsky:
Hi,
How to invoke pre-defined Unicode symbols?
Use a font with the symbols. \starttext Symbols: \definedfont[file:Symbola sa 2]♩♪ \stoptext You can download the font here: http://users.teilar.gr/~g1951d/ Wolfgang
participants (2)
-
Vyatcheslav Yatskovsky
-
Wolfgang Schuster