I have a problem with using Hoefler Text and the newly updated fontspec.
Before the update it was possible to avoid fancy swirls at the beginning and end of italicised words by specifying something like the following:
Code: Select all
\setmainfont[ItalicFeatures={Contextuals={NoLineFinal,NoLineInitial}}]{Hoefler Text}
Code: Select all
\documentclass{article}
\usepackage{fontspec}
\setmainfont[Contextuals=NoLineFinal]{Hoefler Text Italic}
\begin{document}
\end{document}
<argument> \intexpr_if_even:nTF
{7}{\tl_set:Nx \l_tmpb_tl {\XeTeXselectornam...
and the document does not compile.
Is there another way of turning off the swirls at the beginning and end of words in Italic Hoefler Text, or, alternatively, an easy way of reverting to the working fontspec version?
Thanks in advance for your help.
Best,
Alex.