We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\setmathfontface does not recognize Style= key in font options if luatex engine is used
\setmathfontface
Style=
\documentclass{article} \usepackage{unicode-math} \setmathfontface\symbsw{Arsenal-Regular.otf}[Style=Swash] \begin{document} $\symbsw{ABCD}$ \end{document}
This example defines a swash alphabet in XeLaTeX, but LuaLaTeX drops the swashes. Rawfeatures=swsh has the same effect
Rawfeatures=swsh
The text was updated successfully, but these errors were encountered:
\setmathfontface does not seem to set mode=base which is required in LuaTeX for fonts used in Math mode.
mode=base
Sorry, something went wrong.
The corresponding fontspec/unicode-math font option would be Renderer=Basic.
Renderer=Basic
No branches or pull requests
Description
\setmathfontface
does not recognizeStyle=
key in font options if luatex engine is usedAdd info or delete as appropriate:
Minimal example demonstrating the issue
Further details
This example defines a swash alphabet in XeLaTeX, but LuaLaTeX drops the swashes.
Rawfeatures=swsh
has the same effectThe text was updated successfully, but these errors were encountered: