当前位置:网站首页>Latex fast insert author ORCID
Latex fast insert author ORCID
2022-08-04 22:19:00 【I am a lion fighting a rabbit】
I started to write the third paper. When I wrote the first paper, I inserted ORCID, and then I forgot how to operate it. Now record it.
I have tried two other methods in CSDN, but all failed, either an error is reported, or only the icon has no URL or only the URL has no icon.The two methods tried are as follows:
LaTex universal method to add ORCID
An improved version of Method 1 in "Adding ORCID iD Links to LaTeX Files":
The above two methods can't be used at all. Anyway, it can't be used in my texstudio+miktex+IEEE ACCESS template.
Share my third method here:
①First download one at githubThe file orcidlink.sty, I also put it in My CSDN Resource Library, no points or money.
②Put the orcidlink.sty file into the template root directory, which is where the tex file is located.
③Load ORCIDLINK package:
\usepackage{orcidlink}④Insert ORCID after the author:
\author{\uppercase{Author1}\orcidlink{0000-0000-0000-0000}\authorrefmark{},\uppercase{Author2}\authorrefmark{},\uppercase{AND Author3}\authorrefmark{}}This can be displayed, but the title will disappear, as shown below:

⑤Finally add the following to the header fileThe code title is restored:
\usepackage{tikz}\NewSpotColorSpace{PANTONE}\AddSpotColor{PANTONE} {PANTONE3015C} {PANTONE\SpotSpace 3015\SpotSpace C} {1 0.3 0 0.2}\SetPageColorSpace{PANTONE}If you have any questions, please leave a message to discuss, and you will reply when you see it!
边栏推荐
猜你喜欢
随机推荐
AI/ML无线通信
Debian防火墙的开关以及状态
【组成原理 六 存储器类型】
备战9月,美团50道软件测试经典面试题及答案汇总
The upgrade and transformation plan of the fortress machine for medium and large commercial banks!Must see!
三个多月、40余场面试浓缩为6000字
ROS packages visualization
[Linear Algebra 02] 2 interpretations of AX=b and 5 perspectives of matrix multiplication
ES 数据聚合、数据同步、集群
七夕特制:《牛郎会织女》
Qiangwang Cup 2022 - WEB
promise详解
rk3399-9.0 first-level and second-level dormancy
PMP证书在哪些行业有用?
OC-归档(序列化)(了解的不多 没细看)
Milvus configuration related
Rt-thread [三] link.lds链接脚本详解
The use and principle of CountDownLatch
Open source summer | Cloud server ECS installs Mysql, JDK, RocketMQ
docker 搭建mysql 主从复制







