xunicode&xeCJK TeX 容量超出,抱歉 [輸入堆疊大小=5000]。 \開始{文件}

xunicode&xeCJK TeX 容量超出,抱歉 [輸入堆疊大小=5000]。 \開始{文件}

我正在用moderncv製作我的中文履歷,但遇到了一些問題。我花了整個下午的時間尋找一些解決方案,但沒有成功。我在win10使用的是texlive2019。請幫忙。提前謝謝了。

\documentclass[14pt,a4paper]{moderncv}
\usepackage{xunicode}
\usepackage{xeCJK}
\name 啊啊
\begin{document}
    啊啊啊
\end{document}

此外,我還收到了一些警告,例如:

Unknown slot number of character(microtype) `\`A'(microtype) in font encoding `TU' in inheritance list(microtype) `microtype.cfg/376(protrusion)'.
Unknown slot number of character(microtype) `\'A'(microtype) in font encoding `TU' in inheritance list(microtype) `microtype.cfg/376(protrusion)'.
Unknown slot number of character(microtype) `\^A'(microtype) in font encoding `TU' in inheritance list(microtype) `microtype.cfg/376(protrusion)'.

我認為是xunicode或xeCJK的問題。我確保我的微類型已更新。

它在 overleaf.com 上不起作用。

更新:當我不使用 xunicode 時,它可以工作。但是當我在文件中使用 itemize 時,我遇到了另一個問題:

\documentclass[14pt,a4paper]{moderncv}
\moderncvstyle{classic}
\usepackage{xeCJK}
\name {啊}{}
\begin{document}
    \section{}
    \cventry{}{}{}{}{}{
    \begin{itemize}
            \item 啊
    \end{itemize}}
\end{document}

我得到一些這樣的訊息:

name = umvs, rootname = umvs, pointsize = mktexmf: empty or non-existent rootfile!

Cannot find font umvs in map file(s).

kpathsea: Running mktexmf umvs.mf The command name is C:\texlive\2018\bin\win32\mktexmf Cannot find umvs.mf . I try ps2pk --> gsftopk --> ttf2pk --> hbf2gf. ps2pk cannot be used. I try gsftopk. gsftopk.exe umvs 600 gsftopk cannot be used. Next I try ttf2pk. ttf2pk.exe -q umvs 600 ttf2pk failed. Finally I try hbf2gf. hbf2gf.exe -q -p umvs 600 All trials failed. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 umvs The command name is C:\texlive\2018\bin\win32\mktexpk kpathsea: Appending font creation commands to missfont.log. xdvipdfmx:fatal: Cannot proceed without .vf or "physical" font for PDF output... No output PDF file written.

答案1

不要使用 xunicode 包。現在已經過時了。

這裡編譯(但我不知道應該如何正確設定名稱):

\documentclass[14pt,a4paper]{moderncv}
\usepackage{xeCJK}
\name{啊啊}{}
\begin{document}
    啊啊啊
\end{document}

相關內容