Windows 平台下 TeXLive 2023 安装 mtpro2 宏包
1. 安装 TeXLive 2023
安装请参考 https://zhuanlan.zhihu.com/p/493412905 安装完成后更新宏包
以管理员身份运行cmd(命令提示符), 依次运行下列代码
set LC_ALL=C
set LANG=C
tlmgr option repository ctan
tlmgr update --self --all
也可以使用 TeXLive 宏包管理器 TLShell TeX Live Manager 进行升级.
2. 下载 mtpro2 宏包
从 GitHub (https://github.com/armeyer/mcs_web/tree/master/macros/mtp2fonts) 或 123 云盘 (https://www.123pan.com/s/0BI3jv-EfGL3.html) 下载 mtpro2 宏包, 复制 ~\mtpro2\texmf 中全部文件夹到 D:\LaTeX\texlive\2023\texmf-dist (注意更改路径).

3. 添加字体映射并刷新文件数据库和字体映射
以管理员身份运行 cmd (命令行提示符),依次运行下列代码
texhash
updmap-sys --enable Map=mtpro2.map
updmap-user --enable Map=mtpro2.map
4. 测试
打开 ~\mtp2fonts\templates 文件夹编译 MTPro2 LaTeX test.tex 文件.


浙公网安备 33010602011771号