我正在尝试MTPro2
按照说明进行安装这里。我已经安装了 MacTex 2017。
$ ./mtpro2-texlive.sh -i ../mtp2lite.zip.tpm
Installing MathTime Professional 2 from ../mtp2lite.zip.tpm.
Unpacking ../mtp2lite.zip.tpm.
Copying files.
Installing MathTime Professional 2.
> running texhash
> updating map references
> editing updmap.cfg
> updating TeX Live databases
TeX Live updated; checking that MTPro2 works...
Succesfully compiled LaTeX file with MTPro2 included.
MathTime Professional 2 installed.
Documentation available at /usr/local/texlive/texmf-local/docs/
编译完成后,我使用latexmk -pdf document.tex
它来生成 pdf。我使用的示例文档取自这里。
当我运行该命令时,出现以下错误:
------------
Running 'pdflatex -recorder "some.tex"'
------------
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017)
(preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
[................................................]
kpathsea: Running mktextfm mt2syat
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1;
nonstopmode; input mt2syat
This is METAFONT, Version 2.7182818 (TeX Live 2017) (preloaded base=mf)
kpathsea: Running mktexmf mt2syat
! I can't find file `mt2syat'.
<*> ...=ljfour; mag:=1; nonstopmode; input mt2syat
Please type another input file name
! Emergency stop.
<*> ...=ljfour; mag:=1; nonstopmode; input mt2syat
看起来像是路径问题,但是我不明白问题到底是什么。如果能提供任何指点,我将不胜感激。
谢谢