Tagged Questions
11
votes
2answers
236 views
How to use OpenType fonts with plain-LuaTeX?
Is it possible to have OpenType fonts with LuaTeX using the plain format?
I have tried:
\font\test="texgyrepagellaregular"\test test\bye
but I get ! Font \test=texgyrepagellaregular not loadable: ...
3
votes
0answers
107 views
Debugging OpenType Feature / Substitution Problems with XeTeX
I have been sent an updated set of fonts from a professionally developed OTF typeface which I am trying to use with plain XeTeX.
When using them with XeTeX, I could not get the OpenType features to ...
3
votes
1answer
255 views
Loading a math font with stylistic set in plain XeTeX
How does one activate a stylistic set in plain XeTeX?
I have tried:
\font\test="XITS Math:+ss01" % for calligraphic
\textfont2=\test
$ \fam2 A $
\bye
but with no luck.