josephwright / luatex85

This package provides emulation of pdfTeX primitives for LuaTeX v0.85+
3 stars 0 forks source link

\let\pdftracingfonts\tracingfonts #1

Closed schlcht closed 8 years ago

schlcht commented 8 years ago

\pdftracingfonts has been renamed to \tracingfonts (It's not mentioned in the CHANGES, but in the manual, "Changes from pdftex") Note that this conflicts with the tracefnt package...

davidcarlisle commented 8 years ago

Thanks for the comment, I guess safest would be to add

\directlua{tex.enableprimitives('pdf',{'tracingfonts'})}

to define \pdftracingfonts whether or not \tracingfonts has the primitive definition or a latex format or tracefint definition.

davidcarlisle commented 8 years ago

\pdftracingfonts now defined in version submitted to ctan