XeLaTeX extremely slow on mac

XeLaTeX extremely slow on mac

I used the same file, compiled well in a different old mac. Now, I have a fresh installment of MacTex on a brand new mac, but my xelatex is very slow, not even compiling.

All fonts are in system folders, not in user folder.

I've used xelatex and lualatex in different macs before.

Compilation gets stuck here:

/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

Here is a MWE:

\documentclass[10pt]{beamer}
\usetheme[progressbar=frametitle,numbering=fraction,block=fill]{metropolis}

\begin{document}
 
\begin{frame}{test}
    
 \end{frame}
\end{document}

This compiles in my other computer for some weird reason but not on the fresh mactex I installed.

Any help?

相关内容