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}