日記/2021-10-29 の履歴ソース(No.1)

#author("2021-10-29T07:42:21+09:00","michiro","michiro")
**macOS Montereyのアップグレードをしたらuplatexがコンパイルできなくなった [#s10af653]
 $ sudo cjk-gs-integrate-macos --link-texmf --fontdef-add=cjkgs-macos-highsierra.dat
 $ sudo kanji-config-updmap-sys --jis2004 hiragino-highsierra-pron
これで復活。

cjk-gs-integrate-macosが入ってない場合は、


 $ sudo tlmgr repository add http://contrib.texlive.info/current tlcontrib
 $ sudo tlmgr pinning add tlcontrib '*'
 $ sudo tlmgr install japanese-otf-nonfree japanese-otf-uptex-nonfree ptex-fontmaps-macos cjk-gs-integrate-macos

とすると入る。

[[日記]]