答案1
答案2
就我而言,链接的解决方案确实对我有用(也许你的 LaTeX 发行版太旧了?),所以我会向访问此页面的人提及它。你可以使用\social
Moderncv 中已包含的命令。摘自这个例子在“手册”中:
\social[linkedin]{john.doe}
\social[xing]{john\_doe}
\social[twitter]{jdoe}
\social[github]{jdoe}
\social[gitlab]{jdoe}
\social[skype]{jdoe}
你也可以自定义网址使用类似:
\social[linkedin][www.linkedin.com/in/myname/]{My name}
答案3
首先,添加一个新的类文件名“moderncv.cls”,并将代码粘贴到链接中 https://github.com/xdanaux/moderncv/blob/master/moderncv.cls
如果你想添加图标图像,那么从谷歌搜索下载图标图像并上传到你的项目,然后找到以下行
\collectionnew{socials}
然后在其前面添加下面的代码(根据需要复制)
\newcommand*{\googlescholarsocialsymbol} {\includegraphics[width=0.5cm]{example-image-a}~}
'example-image-a' 是相应的图像名称。
现在使用如下 -
\social[researchgate]{name}
\social[googlescholar]{id}