diff --git a/luametalatex-back-pdf.lua b/luametalatex-back-pdf.lua index cd3f6e0..a9194db 100644 --- a/luametalatex-back-pdf.lua +++ b/luametalatex-back-pdf.lua @@ -835,6 +835,8 @@ lmlt.luacmd("pdfextension", function(_, immediate) error[[Unsupported dest type]] end node.write(whatsit) + elseif scan_keyword'mapfile' then + fontmap.mapfile(scan_string()) elseif scan_keyword'mapline' then fontmap.mapline(scan_string()) else