4 Jan
2008
4 Jan
'08
8:30 p.m.
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. Thanks so much! Thomas