我一直在尝试找到将 OTF 文件转换为 Type 1 所需的文件,使用 OT1、T1、TS1、LGR、OML、OMS 和 OMX 编码。
我在 texmf-dist/tex/latex/base 中找到了 ot1enc.def、t1enc.def、ts1enc.def、omlenc.def 和 omsenc.def,在 texmf-dist/tex/latex/greek-fontenc 中找到了 lgrenc.def,但没有 omxenc.def。'tlmgr info omxenc.def' 找不到任何包含该文件的包。
OT1、T1、TS1、LGR 的编码位于 texmf-dist/fonts/enc/dvips/fontools 中。但是,我注意到一些 .enc 文件位于 texmf-dist/fonts/enc/dvips/base 中,并且名称与我预期的不同:
omx.enc = texmext.enc oml.enc = texmital.enc oms.enc = texmsym.enc
有人知道在哪里可以找到 omxenc.def 吗?或者它的实际名称是否不同,就像最后提到的三个 .enc 文件一样?
提前致谢。