Re: [NTG-context] How to invoke Unicode symbols?
On 09.01.2011 18:33, ntg-context-request@ntg.nl wrote:
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/ http://users.teilar.gr/%7Eg1951d/
Wolfgang
Thank you, but... I can easily get ♪ just by copy-pasting, but I cannot get ♩ ! Even when the font is specified. When I paste ♩ symbol into TeXWorks, it disappears. That's why I want how to call it by name. -- Best Regards, Vyatcheslav Yatskovsky
Am 09.01.2011 um 19:14 schrieb Vyatcheslav Yatskovsky:
I can easily get ♪ just by copy-pasting, but I cannot get ♩ ! Even when the font is specified. When I paste ♩ symbol into TeXWorks, it disappears. That's why I want how to call it by name.
\starttext \startfont[file:Symbola sa 2] \fontchar{notequarter} \fontchar{musicalnote} \fontchar{musicalnotedbl} \fontchar{sixteenthnotedbl} \stopfont \stoptext You can define symbols for them. Wolfgang
participants (2)
-
Vyatcheslav Yatskovsky
-
Wolfgang Schuster