I want to compile the LX fonts demo on LuaLaTeX. Because I would want to use this font for my future presentations. Furthermore, I only use LuaLaTeX.
I'm not sure how to correctly proceed to rearrange the code to be compatible with LuaLaTeX and not pdfLaTeX. In addiction, I'm not sure if this is possible because:
Personally I believe that T1 encoded fonts should be the only ones to be used, unless the user has access to suitable UNICODE encoded OpenType fonts, but this is out of topic since these LX fonts can be used only by pdfLaTeX, that cannot directly handle OpenType fonts.
I know that fontenc and inputenc are not necessary on LuaLaTeX then I commented out their lines in the preamble. Then I compiled the code
latexmk -interaction=nonstopmode -synctex=1 -lualatex ./LXfonts-demo.tex
Unfortunately, it failed with
Missing character: There is no μ (U+03BC) in font [lmroman10-regular]:+tlig;!Missing character: There is no ₲ (U+20B2) in font [lmroman10-regular]:+tlig;!] [16


