On Fri, 4 Jan 2008 21:30:09 +0100
"Thomas A. Schmitz"
On Jan 4, 2008, at 6:39 PM, Wolfgang Schuster wrote:
The following should work.
% engine=luatex
\definecharacter anglebracketleft \char"2329 \definecharacter anglebracketright \char"232A
\starttext
text \anglebracketleft text\anglebracketright\ text
\stoptext
Wolfgang
On Jan 4, 2008, at 7:42 PM, Hans Hagen wrote:
\definedfont[name:TeXGyreHeros-Regular] \otfchar{uni0323} % 803 ?
Hans, Wolfgang,
thanks a lot! Wolfgang's approach works immediately. \otfchar doesn't seem to work, but I could combine your suggestion with Wolfgang's and now have
{\bgroup\definedfont[name:TeXGyreHeros-Regular]\char"2329\egroup}
Cool! Without fiddling with map files and encodings, I can take glyphs from whatever OTF font I want.
There is a better font if you need only symbols, choose the "Unicode Symbols" link on the following page. http://users.teilar.gr/~g1951d/ Wolfgang