Am Fri, 25 Feb 2011 16:45:31 +0100 schrieb Ulrike Fischer:
Ah, yes, the transcript of my first example clearly shows fontspec operating in node mode.
Yes, but I could also reproduce the problem without fontspec (only with luaotfload).
Please excuse my naive asking: Is there any way to continue using fontspec's setmainfont command (it is convenient for someone unexperienced like me) and at the same force luaotfload into using base mode?
The following seems to work:
\documentclass{article} \usepackage[ngerman]{babel} \usepackage{fontspec} \setmainfont[RawFeature={mode=base},FeatureFile=bonum.fea]{TeX Gyre Bonum} \begin{document} fh aufhalten \end{document}
And after a look in the fontspec code: \setmainfont[Renderer=Basic,FeatureFile=bonum.fea]{TeX Gyre Bonum} -- Ulrike Fischer