
私は同じファイルを別の古い Mac でうまくコンパイルして使用しました。現在、新しい Mac に MacTex を新しくインストールしましたが、xelatex は非常に遅く、コンパイルすらできません。
すべてのフォントはユーザー フォルダーではなくシステム フォルダーにあります。
以前、私は xelatex と lualatex を別の Mac で使用しました。
ここでコンパイルが停止します:
/usr/local/texlive/2020/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty
/usr/local/texlive/2020/texmf-dist/tex/latex/base/fontenc.sty)
/usr/local/texlive/2020/texmf-dist/tex/latex/fontspec/fontspec.cfg)))
Process aborted
MWE は次のとおりです。
\documentclass[10pt]{beamer}
\usetheme[progressbar=frametitle,numbering=fraction,block=fill]{metropolis}
\begin{document}
\begin{frame}{test}
\end{frame}
\end{document}
どういうわけか、これは他のコンピュータではコンパイルされますが、インストールしたばかりの mactex ではコンパイルされません。
何か助けて?