You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using LuaTeX, the CharacterVariant feature doesn't work for small font sizes such as \scriptstyle and \footnotesize. This problem doesn't occur with XeTeX.
✗ Relevant for XeTeX
✓ Relevant for LuaTeX
✓ Issue tracker has been searched for similar issues?
Minimal example demonstrating the issue
\documentclass{article}
\usepackage{unicode-math}
\setmathfont{STIXTwoMath-Regular.otf}[CharacterVariant=3]
\begin{document}
$\varnothing$% The following produce incorrect output:$\scriptstyle\varnothing$$\scriptscriptstyle\varnothing$\footnotesize$\varnothing$\scriptsize$\varnothing$\tiny$\varnothing$\end{document}
Further details
Compiling the above code yields the following output:
with LuaTeX
with XeTeX
The text was updated successfully, but these errors were encountered:
Description
When using LuaTeX, the
CharacterVariant
feature doesn't work for small font sizes such as\scriptstyle
and\footnotesize
. This problem doesn't occur with XeTeX.Minimal example demonstrating the issue
Further details
Compiling the above code yields the following output:
with LuaTeX
with XeTeX
The text was updated successfully, but these errors were encountered: