Closed quark67 closed 2 months ago
Thanks so much for catching this!
This misunderstanding stemmed from Computer Modern Bright not actually being installed on my computer. Under those conditions, pdflatex
fails to compile with an error. However with both xelatex
and lualatex
, they just gave a warning and finished compiling with a substitute font which happened to look like CM Bright but actually wasn't.
Describe the problem or request The documentation say that the package
fontenc
needs XeLaTeX or LuaLaTeX. This seems false (fontspec
needs these engine, but here thecmbright
option don't loadfontspec
, butfontenc
).Screenshots
Additional context The lines 99 to 106 of
edmaths.sty
are:The comment in line 101 seems to be wrong.
On lines 108 to 113, we read:
Perhaps the line 101 is a copy and paste of line 110 (which is correct, because of the loading of
fontspec
at line 111).