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
because tex.sprint() in fontspec.lua currently does not have optional parameter denoting a catcode table. Everything is ok with the code around line 30 in fontspec.lua being changed into the following:
locallatex=luatexbase.registernumber("catcodetable@latex")
localfunctiontempswatrue() tex.sprint(latex,[[\FontspecSetCheckBoolTrue ]]) endlocalfunctiontempswafalse() tex.sprint(latex,[[\FontspecSetCheckBoolFalse]]) end
The text was updated successfully, but these errors were encountered:
Seems like this issue also causes ! LaTeX Error: Something's wrong--perhaps a missing \item. error when using Verbatim environment from fancyvrb package (similarly while non-english languages set in preamble). Reverting to 2.4e version of fontspec helps.
I get a bunch of unexpected
\FontspecSetCheckBoolTrue
s in the pdf with the MWE compiled with lualatex:because
tex.sprint()
in fontspec.lua currently does not have optional parameter denoting a catcode table. Everything is ok with the code around line 30 in fontspec.lua being changed into the following:The text was updated successfully, but these errors were encountered: