IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs there a standard way to include ORCID in TeX /...
Does it makes sense to buy a new cycle to learn riding?
Is there any use for defining additional entity types in a SOQL FROM clause?
Is this food a bread or a loaf?
Does the average primeness of natural numbers tend to zero?
If a centaur druid Wild Shapes into a Giant Elk, do their Charge features stack?
Prime joint compound before latex paint?
Is it wise to focus on putting odd beats on left when playing double bass drums?
Can the Produce Flame cantrip be used to grapple, or as an unarmed strike, in the right circumstances?
What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?
What is the command to reset a PC without deleting any files
New order #4: World
Is a vector space a subspace of itself?
Is it wise to hold on to stock that has plummeted and then stabilized?
Email Account under attack (really) - anything I can do?
Is domain driven design an anti-SQL pattern?
Is "plugging out" electronic devices an American expression?
Could a US political party gain complete control over the government by removing checks & balances?
Ideas for 3rd eye abilities
Information to fellow intern about hiring?
What do the Banks children have against barley water?
What does "enim et" mean?
Unbreakable Formation vs. Cry of the Carnarium
IEEEtran - How to include ORCID in TeX/PDF with PdfLatex
Is there a standard way to include ORCID in TeX / PDF?Using TikZ to create a custom word which combines an svg image and textauthblk with protected commands and pdflatexForcing page numbers with IEEEtranHow to include EPS figures using pdfLaTeX?IEEEtran command list along with example?problems in cite{} with IEEEtranIEEEtran with XeLaTeXProblem running document with IEEEtran classWarning with bibTeX and IEEEtranIs there a standard way to include ORCID in TeX / PDF?How to align author blocks when using IEEEtran document classieeetran: how to start page with (wide) figure on top?
I would like to display the ORCID id in author list in IEEEtran pdf, like that
Is there a standard way to include it in an IEEEtran article with PdfLaTex?
I used two approaches in Is there a standard way to include ORCID in TeX / PDF?, but I failed.
One is to insert the ORCID icon in the author list. I used the blow code:
author{Ali Al-Obaidi href{https://orcid.org/0000-0000-0000-0000}{includegraphics[scale=1]{figures/orcid_16x16.png}}}
where orchid_16x16.png is provided in the link https://orcid.org/trademark-and-id-display-guidelines. But the result is that the icon is not clear enough, even I replaced it with the different size.
The other approach is to use the academicons package, like that
usepackage{academicons}
definecolor{orcidlogocol}{HTML}{A6CE39}
author{AAA href{https://orcid.org/0000-0000-0000-0000}{textcolor{orcidlogocol}{aiOrcid}}}
However, the result is like that:
And I also got two errors "Latex Error: Encoding scheme 'TU' unknown" and "Bad character code (59865)".
In the lastest academicons.sty (see ftp://ftp.dante.de/tex-archive/fonts/academicons/academicons.sty), academicons use the font TU. However, it seems that the compiler PdfLatex cannot support this font.
Thus, is there anyone that knows a standard way to include it in an IEEEtran article with PdfLaTex? Help me.
symbols ieeetran hyperlink
add a comment |
I would like to display the ORCID id in author list in IEEEtran pdf, like that
Is there a standard way to include it in an IEEEtran article with PdfLaTex?
I used two approaches in Is there a standard way to include ORCID in TeX / PDF?, but I failed.
One is to insert the ORCID icon in the author list. I used the blow code:
author{Ali Al-Obaidi href{https://orcid.org/0000-0000-0000-0000}{includegraphics[scale=1]{figures/orcid_16x16.png}}}
where orchid_16x16.png is provided in the link https://orcid.org/trademark-and-id-display-guidelines. But the result is that the icon is not clear enough, even I replaced it with the different size.
The other approach is to use the academicons package, like that
usepackage{academicons}
definecolor{orcidlogocol}{HTML}{A6CE39}
author{AAA href{https://orcid.org/0000-0000-0000-0000}{textcolor{orcidlogocol}{aiOrcid}}}
However, the result is like that:
And I also got two errors "Latex Error: Encoding scheme 'TU' unknown" and "Bad character code (59865)".
In the lastest academicons.sty (see ftp://ftp.dante.de/tex-archive/fonts/academicons/academicons.sty), academicons use the font TU. However, it seems that the compiler PdfLatex cannot support this font.
Thus, is there anyone that knows a standard way to include it in an IEEEtran article with PdfLaTex? Help me.
symbols ieeetran hyperlink
usepackage{academicons}
doesn't work withpdflatex
– Milo
Aug 11 '18 at 2:25
add a comment |
I would like to display the ORCID id in author list in IEEEtran pdf, like that
Is there a standard way to include it in an IEEEtran article with PdfLaTex?
I used two approaches in Is there a standard way to include ORCID in TeX / PDF?, but I failed.
One is to insert the ORCID icon in the author list. I used the blow code:
author{Ali Al-Obaidi href{https://orcid.org/0000-0000-0000-0000}{includegraphics[scale=1]{figures/orcid_16x16.png}}}
where orchid_16x16.png is provided in the link https://orcid.org/trademark-and-id-display-guidelines. But the result is that the icon is not clear enough, even I replaced it with the different size.
The other approach is to use the academicons package, like that
usepackage{academicons}
definecolor{orcidlogocol}{HTML}{A6CE39}
author{AAA href{https://orcid.org/0000-0000-0000-0000}{textcolor{orcidlogocol}{aiOrcid}}}
However, the result is like that:
And I also got two errors "Latex Error: Encoding scheme 'TU' unknown" and "Bad character code (59865)".
In the lastest academicons.sty (see ftp://ftp.dante.de/tex-archive/fonts/academicons/academicons.sty), academicons use the font TU. However, it seems that the compiler PdfLatex cannot support this font.
Thus, is there anyone that knows a standard way to include it in an IEEEtran article with PdfLaTex? Help me.
symbols ieeetran hyperlink
I would like to display the ORCID id in author list in IEEEtran pdf, like that
Is there a standard way to include it in an IEEEtran article with PdfLaTex?
I used two approaches in Is there a standard way to include ORCID in TeX / PDF?, but I failed.
One is to insert the ORCID icon in the author list. I used the blow code:
author{Ali Al-Obaidi href{https://orcid.org/0000-0000-0000-0000}{includegraphics[scale=1]{figures/orcid_16x16.png}}}
where orchid_16x16.png is provided in the link https://orcid.org/trademark-and-id-display-guidelines. But the result is that the icon is not clear enough, even I replaced it with the different size.
The other approach is to use the academicons package, like that
usepackage{academicons}
definecolor{orcidlogocol}{HTML}{A6CE39}
author{AAA href{https://orcid.org/0000-0000-0000-0000}{textcolor{orcidlogocol}{aiOrcid}}}
However, the result is like that:
And I also got two errors "Latex Error: Encoding scheme 'TU' unknown" and "Bad character code (59865)".
In the lastest academicons.sty (see ftp://ftp.dante.de/tex-archive/fonts/academicons/academicons.sty), academicons use the font TU. However, it seems that the compiler PdfLatex cannot support this font.
Thus, is there anyone that knows a standard way to include it in an IEEEtran article with PdfLaTex? Help me.
symbols ieeetran hyperlink
symbols ieeetran hyperlink
edited Aug 11 '18 at 2:49
Milo
6,82221951
6,82221951
asked Aug 10 '18 at 21:47
EboEbo
333
333
usepackage{academicons}
doesn't work withpdflatex
– Milo
Aug 11 '18 at 2:25
add a comment |
usepackage{academicons}
doesn't work withpdflatex
– Milo
Aug 11 '18 at 2:25
usepackage{academicons}
doesn't work with pdflatex
– Milo
Aug 11 '18 at 2:25
usepackage{academicons}
doesn't work with pdflatex
– Milo
Aug 11 '18 at 2:25
add a comment |
1 Answer
1
active
oldest
votes
Here is a pdflatex
solution which uses tikz
and the original .svg
of the orcid icon.
Here are the steps:
Using the
svg.path
TikZ library you can faithfully replicate the icon.I've used the
scalerel
package to scale the icon to the size of|
(a vertical bar). This means it scales nicely with the size of the font. No special reason for choosing|
other than it makes the size and placement roughly match the guidelines on the orcid website, which illustrate the icon placement should look something like this:
This has all been wrapped in a command called
orcidicon
which takes as an input the orcid code, e.g.orcidicon{0000-0000-0000-0000}
.href
takes care of making it hyperlinked.
Note to get a bit of additional spacing after the logo I've used ,
to add some thinspace.
Inspired by Using TikZ to create a custom word which combines an svg image and text.
CODE
documentclass{IEEEtran}
usepackage{scalerel}
usepackage{tikz}
usetikzlibrary{svg.path}
definecolor{orcidlogocol}{HTML}{A6CE39}
tikzset{
orcidlogo/.pic={
fill[orcidlogocol] svg{M256,128c0,70.7-57.3,128-128,128C57.3,256,0,198.7,0,128C0,57.3,57.3,0,128,0C198.7,0,256,57.3,256,128z};
fill[white] svg{M86.3,186.2H70.9V79.1h15.4v48.4V186.2z}
svg{M108.9,79.1h41.6c39.6,0,57,28.3,57,53.6c0,27.5-21.5,53.6-56.8,53.6h-41.8V79.1z M124.3,172.4h24.5c34.9,0,42.9-26.5,42.9-39.7c0-21.5-13.7-39.7-43.7-39.7h-23.7V172.4z}
svg{M88.7,56.8c0,5.5-4.5,10.1-10.1,10.1c-5.6,0-10.1-4.6-10.1-10.1c0-5.6,4.5-10.1,10.1-10.1C84.2,46.7,88.7,51.3,88.7,56.8z};
}
}
newcommandorcidicon[1]{href{https://orcid.org/#1}{mbox{scalerel*{
begin{tikzpicture}[yscale=-1,transform shape]
pic{orcidlogo};
end{tikzpicture}
}{|}}}}
usepackage{hyperref} %<--- Load after everything else
begin{document}
title{Title goes here}
author{John Doe orcidicon{0000-0000-0000-0000},, IEEEmembership{Senior Member, IEEE}}
maketitle
end{document}
Is there a way to male this work with theauthblk
package? First theorcidicon
command needs aprotect
there and then it completely garbles how more than one author is typeset...
– quazgar
Oct 11 '18 at 15:24
Sorry, can't help with this. Perhaps you can ask a new question on the site with a MWE of your problem.
– Milo
Oct 11 '18 at 15:59
How to move the position of the logo so look it as a superscript of the name?
– pankaj singh
19 hours ago
@pankajsingh If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review
– Stefan Pinnow
18 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f445563%2fieeetran-how-to-include-orcid-in-tex-pdf-with-pdflatex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here is a pdflatex
solution which uses tikz
and the original .svg
of the orcid icon.
Here are the steps:
Using the
svg.path
TikZ library you can faithfully replicate the icon.I've used the
scalerel
package to scale the icon to the size of|
(a vertical bar). This means it scales nicely with the size of the font. No special reason for choosing|
other than it makes the size and placement roughly match the guidelines on the orcid website, which illustrate the icon placement should look something like this:
This has all been wrapped in a command called
orcidicon
which takes as an input the orcid code, e.g.orcidicon{0000-0000-0000-0000}
.href
takes care of making it hyperlinked.
Note to get a bit of additional spacing after the logo I've used ,
to add some thinspace.
Inspired by Using TikZ to create a custom word which combines an svg image and text.
CODE
documentclass{IEEEtran}
usepackage{scalerel}
usepackage{tikz}
usetikzlibrary{svg.path}
definecolor{orcidlogocol}{HTML}{A6CE39}
tikzset{
orcidlogo/.pic={
fill[orcidlogocol] svg{M256,128c0,70.7-57.3,128-128,128C57.3,256,0,198.7,0,128C0,57.3,57.3,0,128,0C198.7,0,256,57.3,256,128z};
fill[white] svg{M86.3,186.2H70.9V79.1h15.4v48.4V186.2z}
svg{M108.9,79.1h41.6c39.6,0,57,28.3,57,53.6c0,27.5-21.5,53.6-56.8,53.6h-41.8V79.1z M124.3,172.4h24.5c34.9,0,42.9-26.5,42.9-39.7c0-21.5-13.7-39.7-43.7-39.7h-23.7V172.4z}
svg{M88.7,56.8c0,5.5-4.5,10.1-10.1,10.1c-5.6,0-10.1-4.6-10.1-10.1c0-5.6,4.5-10.1,10.1-10.1C84.2,46.7,88.7,51.3,88.7,56.8z};
}
}
newcommandorcidicon[1]{href{https://orcid.org/#1}{mbox{scalerel*{
begin{tikzpicture}[yscale=-1,transform shape]
pic{orcidlogo};
end{tikzpicture}
}{|}}}}
usepackage{hyperref} %<--- Load after everything else
begin{document}
title{Title goes here}
author{John Doe orcidicon{0000-0000-0000-0000},, IEEEmembership{Senior Member, IEEE}}
maketitle
end{document}
Is there a way to male this work with theauthblk
package? First theorcidicon
command needs aprotect
there and then it completely garbles how more than one author is typeset...
– quazgar
Oct 11 '18 at 15:24
Sorry, can't help with this. Perhaps you can ask a new question on the site with a MWE of your problem.
– Milo
Oct 11 '18 at 15:59
How to move the position of the logo so look it as a superscript of the name?
– pankaj singh
19 hours ago
@pankajsingh If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review
– Stefan Pinnow
18 hours ago
add a comment |
Here is a pdflatex
solution which uses tikz
and the original .svg
of the orcid icon.
Here are the steps:
Using the
svg.path
TikZ library you can faithfully replicate the icon.I've used the
scalerel
package to scale the icon to the size of|
(a vertical bar). This means it scales nicely with the size of the font. No special reason for choosing|
other than it makes the size and placement roughly match the guidelines on the orcid website, which illustrate the icon placement should look something like this:
This has all been wrapped in a command called
orcidicon
which takes as an input the orcid code, e.g.orcidicon{0000-0000-0000-0000}
.href
takes care of making it hyperlinked.
Note to get a bit of additional spacing after the logo I've used ,
to add some thinspace.
Inspired by Using TikZ to create a custom word which combines an svg image and text.
CODE
documentclass{IEEEtran}
usepackage{scalerel}
usepackage{tikz}
usetikzlibrary{svg.path}
definecolor{orcidlogocol}{HTML}{A6CE39}
tikzset{
orcidlogo/.pic={
fill[orcidlogocol] svg{M256,128c0,70.7-57.3,128-128,128C57.3,256,0,198.7,0,128C0,57.3,57.3,0,128,0C198.7,0,256,57.3,256,128z};
fill[white] svg{M86.3,186.2H70.9V79.1h15.4v48.4V186.2z}
svg{M108.9,79.1h41.6c39.6,0,57,28.3,57,53.6c0,27.5-21.5,53.6-56.8,53.6h-41.8V79.1z M124.3,172.4h24.5c34.9,0,42.9-26.5,42.9-39.7c0-21.5-13.7-39.7-43.7-39.7h-23.7V172.4z}
svg{M88.7,56.8c0,5.5-4.5,10.1-10.1,10.1c-5.6,0-10.1-4.6-10.1-10.1c0-5.6,4.5-10.1,10.1-10.1C84.2,46.7,88.7,51.3,88.7,56.8z};
}
}
newcommandorcidicon[1]{href{https://orcid.org/#1}{mbox{scalerel*{
begin{tikzpicture}[yscale=-1,transform shape]
pic{orcidlogo};
end{tikzpicture}
}{|}}}}
usepackage{hyperref} %<--- Load after everything else
begin{document}
title{Title goes here}
author{John Doe orcidicon{0000-0000-0000-0000},, IEEEmembership{Senior Member, IEEE}}
maketitle
end{document}
Is there a way to male this work with theauthblk
package? First theorcidicon
command needs aprotect
there and then it completely garbles how more than one author is typeset...
– quazgar
Oct 11 '18 at 15:24
Sorry, can't help with this. Perhaps you can ask a new question on the site with a MWE of your problem.
– Milo
Oct 11 '18 at 15:59
How to move the position of the logo so look it as a superscript of the name?
– pankaj singh
19 hours ago
@pankajsingh If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review
– Stefan Pinnow
18 hours ago
add a comment |
Here is a pdflatex
solution which uses tikz
and the original .svg
of the orcid icon.
Here are the steps:
Using the
svg.path
TikZ library you can faithfully replicate the icon.I've used the
scalerel
package to scale the icon to the size of|
(a vertical bar). This means it scales nicely with the size of the font. No special reason for choosing|
other than it makes the size and placement roughly match the guidelines on the orcid website, which illustrate the icon placement should look something like this:
This has all been wrapped in a command called
orcidicon
which takes as an input the orcid code, e.g.orcidicon{0000-0000-0000-0000}
.href
takes care of making it hyperlinked.
Note to get a bit of additional spacing after the logo I've used ,
to add some thinspace.
Inspired by Using TikZ to create a custom word which combines an svg image and text.
CODE
documentclass{IEEEtran}
usepackage{scalerel}
usepackage{tikz}
usetikzlibrary{svg.path}
definecolor{orcidlogocol}{HTML}{A6CE39}
tikzset{
orcidlogo/.pic={
fill[orcidlogocol] svg{M256,128c0,70.7-57.3,128-128,128C57.3,256,0,198.7,0,128C0,57.3,57.3,0,128,0C198.7,0,256,57.3,256,128z};
fill[white] svg{M86.3,186.2H70.9V79.1h15.4v48.4V186.2z}
svg{M108.9,79.1h41.6c39.6,0,57,28.3,57,53.6c0,27.5-21.5,53.6-56.8,53.6h-41.8V79.1z M124.3,172.4h24.5c34.9,0,42.9-26.5,42.9-39.7c0-21.5-13.7-39.7-43.7-39.7h-23.7V172.4z}
svg{M88.7,56.8c0,5.5-4.5,10.1-10.1,10.1c-5.6,0-10.1-4.6-10.1-10.1c0-5.6,4.5-10.1,10.1-10.1C84.2,46.7,88.7,51.3,88.7,56.8z};
}
}
newcommandorcidicon[1]{href{https://orcid.org/#1}{mbox{scalerel*{
begin{tikzpicture}[yscale=-1,transform shape]
pic{orcidlogo};
end{tikzpicture}
}{|}}}}
usepackage{hyperref} %<--- Load after everything else
begin{document}
title{Title goes here}
author{John Doe orcidicon{0000-0000-0000-0000},, IEEEmembership{Senior Member, IEEE}}
maketitle
end{document}
Here is a pdflatex
solution which uses tikz
and the original .svg
of the orcid icon.
Here are the steps:
Using the
svg.path
TikZ library you can faithfully replicate the icon.I've used the
scalerel
package to scale the icon to the size of|
(a vertical bar). This means it scales nicely with the size of the font. No special reason for choosing|
other than it makes the size and placement roughly match the guidelines on the orcid website, which illustrate the icon placement should look something like this:
This has all been wrapped in a command called
orcidicon
which takes as an input the orcid code, e.g.orcidicon{0000-0000-0000-0000}
.href
takes care of making it hyperlinked.
Note to get a bit of additional spacing after the logo I've used ,
to add some thinspace.
Inspired by Using TikZ to create a custom word which combines an svg image and text.
CODE
documentclass{IEEEtran}
usepackage{scalerel}
usepackage{tikz}
usetikzlibrary{svg.path}
definecolor{orcidlogocol}{HTML}{A6CE39}
tikzset{
orcidlogo/.pic={
fill[orcidlogocol] svg{M256,128c0,70.7-57.3,128-128,128C57.3,256,0,198.7,0,128C0,57.3,57.3,0,128,0C198.7,0,256,57.3,256,128z};
fill[white] svg{M86.3,186.2H70.9V79.1h15.4v48.4V186.2z}
svg{M108.9,79.1h41.6c39.6,0,57,28.3,57,53.6c0,27.5-21.5,53.6-56.8,53.6h-41.8V79.1z M124.3,172.4h24.5c34.9,0,42.9-26.5,42.9-39.7c0-21.5-13.7-39.7-43.7-39.7h-23.7V172.4z}
svg{M88.7,56.8c0,5.5-4.5,10.1-10.1,10.1c-5.6,0-10.1-4.6-10.1-10.1c0-5.6,4.5-10.1,10.1-10.1C84.2,46.7,88.7,51.3,88.7,56.8z};
}
}
newcommandorcidicon[1]{href{https://orcid.org/#1}{mbox{scalerel*{
begin{tikzpicture}[yscale=-1,transform shape]
pic{orcidlogo};
end{tikzpicture}
}{|}}}}
usepackage{hyperref} %<--- Load after everything else
begin{document}
title{Title goes here}
author{John Doe orcidicon{0000-0000-0000-0000},, IEEEmembership{Senior Member, IEEE}}
maketitle
end{document}
edited Aug 11 '18 at 2:46
answered Aug 11 '18 at 2:00
MiloMilo
6,82221951
6,82221951
Is there a way to male this work with theauthblk
package? First theorcidicon
command needs aprotect
there and then it completely garbles how more than one author is typeset...
– quazgar
Oct 11 '18 at 15:24
Sorry, can't help with this. Perhaps you can ask a new question on the site with a MWE of your problem.
– Milo
Oct 11 '18 at 15:59
How to move the position of the logo so look it as a superscript of the name?
– pankaj singh
19 hours ago
@pankajsingh If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review
– Stefan Pinnow
18 hours ago
add a comment |
Is there a way to male this work with theauthblk
package? First theorcidicon
command needs aprotect
there and then it completely garbles how more than one author is typeset...
– quazgar
Oct 11 '18 at 15:24
Sorry, can't help with this. Perhaps you can ask a new question on the site with a MWE of your problem.
– Milo
Oct 11 '18 at 15:59
How to move the position of the logo so look it as a superscript of the name?
– pankaj singh
19 hours ago
@pankajsingh If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review
– Stefan Pinnow
18 hours ago
Is there a way to male this work with the
authblk
package? First the orcidicon
command needs a protect
there and then it completely garbles how more than one author is typeset...– quazgar
Oct 11 '18 at 15:24
Is there a way to male this work with the
authblk
package? First the orcidicon
command needs a protect
there and then it completely garbles how more than one author is typeset...– quazgar
Oct 11 '18 at 15:24
Sorry, can't help with this. Perhaps you can ask a new question on the site with a MWE of your problem.
– Milo
Oct 11 '18 at 15:59
Sorry, can't help with this. Perhaps you can ask a new question on the site with a MWE of your problem.
– Milo
Oct 11 '18 at 15:59
How to move the position of the logo so look it as a superscript of the name?
– pankaj singh
19 hours ago
How to move the position of the logo so look it as a superscript of the name?
– pankaj singh
19 hours ago
@pankajsingh If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review
– Stefan Pinnow
18 hours ago
@pankajsingh If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review
– Stefan Pinnow
18 hours ago
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f445563%2fieeetran-how-to-include-orcid-in-tex-pdf-with-pdflatex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
usepackage{academicons}
doesn't work withpdflatex
– Milo
Aug 11 '18 at 2:25