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
Fixed in dev with 80c94d6, but the underlying issue is that patch_font callbacks do not run for harf fonts. I'm wondering if that might have other effects too. It's probably not safe to chsnge though since these fonts do look very different and aren't very patchable.
run with
luahbtex
This is causing problems in LaTeX as the kernel assume
\fontname
can befed up to
\font
back again, and since the font name has spaces and\fontname
does not have any protection (no braces, nor quotation marks) this
leads to errors. See https://tex.stackexchange.com/questions/721772/conflict-between-setmainfont-and-mainmatter.
The text was updated successfully, but these errors were encountered: