经典风格 moderncv 中的 googlescholar 链接问题

经典风格 moderncv 中的 googlescholar 链接问题

我在简历中添加 Google Scholar 链接时遇到了麻烦。具体来说,以下内容无法通过审核:

\documentclass{moderncv}
\moderncvstyle{classic} % works with `casual' instead of `classic'
\name{Max}{Power}
\social[googlescholar]{XYZ}

\begin{document}
\makecvtitle
\end{document}

classic但用替换时确实可以编译casual。这是一个错误吗?有人有快速解决方法吗?

谢谢!

编辑:

以下是输出的结尾pdflatex(在 ubuntu 22.04 上,使用 texlive 2021.20220204-1):

(./cv-test.aux)
(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
(/usr/share/texlive/texmf-dist/tex/latex/microtype/mt-cmr.cfg)
(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
(/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty)
(/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
(./cv-test.out) (./cv-test.out)
! Undefined control sequence.
\Url Error ->\url used in a moving argument. 
                                             
l.8 \makecvtitle

我刚刚注意到lualatex用!编译

相关内容