Summary
macOS 10.14 Mojave で TeX 環境 (TeXLive2019) の構築。homebrew, brewcask で ghostscript, imagemagick, mactex をインストール
$ brew install ghostscript imagemagick
$ brew cask install mactex
$ sudo chown -R USERNAME:admin /usr/local/texlive
mactexをアップデート
$ tlmgr update --self --all
tlmgr: The TeX Live versions supported by the repository
http://ftp.jaist.ac.jp/pub/CTAN/systems/texlive/tlnet
(2016--2018)
do not include the version of the local installation
(2019).
ミラーのリポジトリが2019に対応していなかったので、本家のリポジトリを参照
$ tlmgr option repository "ftp://ftp.tug.org/texlive/tlnet"
tlmgr: setting default package repository to ftp://ftp.tug.org/texlive/tlnet
ミラーのリポジトリを指定
$ tlmgr option repository "http://mirror.ctan.org/systems/texlive/tlnet"tlmgr: setting default package repository to http://mirror.ctan.org/systems/texlive/tlnet