lualatex / luamplib

generic TeX package - including MetaPost code in LuaTeX documents
http://ctan.org/pkg/luamplib
16 stars 11 forks source link

Extra check for \pdfliteral #89

Closed hmenke closed 4 years ago

hmenke commented 4 years ago

Unfortuantely there are still packages out there that think it is a good idea to manually set \pdfoutput which defeats the above branch that defines \pdfliteral. To cover that case we need an extra check.

dohyunkim commented 4 years ago

Thanks a lot. I will release a new version in a few days.