Tufte-LaTeX / tufte-latex

A Tufte-inspired LaTeX class for producing handouts, papers, and books
https://tufte-latex.github.io/tufte-latex/
1.68k stars 300 forks source link

Renderer=Basic breaks font processing with LuaTeX #172

Open michaelcadilhac opened 1 year ago

michaelcadilhac commented 1 year ago

As reported in:

The font loading features should use Renderer=Harfbuzz here: https://github.com/Tufte-LaTeX/tufte-latex/blob/efb8c8e836890bad71fb5834acdd316ebde6db12/tufte-common.def#L308-L310

u-fischer commented 1 year ago

The font loading features should use Renderer=Harfbuzz here:

I wouldn't force Harfbuzz. For latin scripts node mode is fine. See e.g. the comment here https://github.com/latex3/luaotfload/issues/175#issuecomment-773481343. So simply remove the Renderer option.