Capacidade do xunicode&xeCJK TeX excedida, desculpe [tamanho da pilha de entrada = 5000]. \begin{documento}

Capacidade do xunicode&xeCJK TeX excedida, desculpe [tamanho da pilha de entrada = 5000]. \begin{documento}

Estou fazendo meu currículo chinês com moderncv, mas encontro alguns problemas. Passei a tarde inteira procurando alguma solução, mas não funcionou. Estou usando o texlive2019 no win10. por favor ajude. Muito obrigado antecipadamente.

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

Além disso, recebi alguns avisos, como estes:

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)'.

Acho que é o problema do xunicode ou xeCJK. E me certifico de que meu microtipo esteja atualizado.

Não funcionou em overleaf.com.

Atualização: Quando não uso o xunicode, ele pode funcionar. Mas quando uso itemize no documento, encontro outro problema:

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

E recebo algumas informações como esta:

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.

Responder1

Não use o pacote xunicode. Está obsoleto agora.

Isso aqui compila (mas não sei como o nome deve ser definido corretamente):

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

informação relacionada