在Latex文章中插入orcid标志
论文里往往需要在作者名字边上附上ORCID链接。网上中文博客很多方法都是凑出来的,在stackexchange上看到了一个帖子,其实已经有现成的包可以做到了,简洁方便。
原文链接:
https://tex.stackexchange.com/questions/572730/how-to-add-orcid-id-in-latex-article
为方便阅读,摘录如下:
If you have a very up-to-date TeX installation, you can use the
orcidlink
package.
\documentclass{article}
\usepackage{orcidlink}
\begin{document}
\orcidlink{https://orcid.org} is an ORCID link.
\end{document}
Have you LBCCed today?