IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs 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?
How to use Pandas to get the count of every combination inclusive
What are these boxed doors outside store fronts in New York?
What does "enim et" mean?
Where to refill my bottle in India?
"listening to me about as much as you're listening to this pole here"
Shell script can be run only with sh command
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
Download, install and reboot computer at night if needed
how to create a data type and make it available in all Databases?
Should I join an office cleaning event for free?
Can I make popcorn with any corn?
How can I fix this gap between bookcases I made?
How to determine if window is maximised or minimised from bash script
Why are 150k or 200k jobs considered good when there are 300k+ births a month?
"which" command doesn't work / path of Safari?
Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?
Are tax years 2016 & 2017 back taxes deductible for tax year 2018?
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
What would be the ramifications if you were to increase the speed of light by at least a factor of 10?
Schwarzschild Radius of the Universe
Is it possible to make sharp wind that can cut stuff from afar?
Is Fable (1996) connected in any way to the Fable franchise from Lionhead Studios?
N.B. ligature in Latex
What is the meaning of "of trouble" in the following sentence?
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:
authorAli Al-Obaidi hrefhttps://orcid.org/0000-0000-0000-0000includegraphics[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
usepackageacademicons
definecolororcidlogocolHTMLA6CE39
authorAAA hrefhttps://orcid.org/0000-0000-0000-0000textcolororcidlogocolaiOrcid
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:
authorAli Al-Obaidi hrefhttps://orcid.org/0000-0000-0000-0000includegraphics[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
usepackageacademicons
definecolororcidlogocolHTMLA6CE39
authorAAA hrefhttps://orcid.org/0000-0000-0000-0000textcolororcidlogocolaiOrcid
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
usepackageacademiconsdoesn'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:
authorAli Al-Obaidi hrefhttps://orcid.org/0000-0000-0000-0000includegraphics[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
usepackageacademicons
definecolororcidlogocolHTMLA6CE39
authorAAA hrefhttps://orcid.org/0000-0000-0000-0000textcolororcidlogocolaiOrcid
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:
authorAli Al-Obaidi hrefhttps://orcid.org/0000-0000-0000-0000includegraphics[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
usepackageacademicons
definecolororcidlogocolHTMLA6CE39
authorAAA hrefhttps://orcid.org/0000-0000-0000-0000textcolororcidlogocolaiOrcid
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
usepackageacademiconsdoesn't work withpdflatex
– Milo
Aug 11 '18 at 2:25
add a comment |
usepackageacademiconsdoesn't work withpdflatex
– Milo
Aug 11 '18 at 2:25
usepackageacademicons doesn't work with pdflatex– Milo
Aug 11 '18 at 2:25
usepackageacademicons doesn't work with pdflatex– Milo
Aug 11 '18 at 2:25
add a comment |
2 Answers
2
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.pathTikZ library you can faithfully replicate the icon.I've used the
scalerelpackage 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
orcidiconwhich takes as an input the orcid code, e.g.orcidicon0000-0000-0000-0000.hreftakes 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
documentclassIEEEtran
usepackagescalerel
usepackagetikz
usetikzlibrarysvg.path
definecolororcidlogocolHTMLA6CE39
tikzset
orcidlogo/.pic=
fill[orcidlogocol] svgM256,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] svgM86.3,186.2H70.9V79.1h15.4v48.4V186.2z
svgM108.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
svgM88.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]hrefhttps://orcid.org/#1mboxscalerel*
begintikzpicture[yscale=-1,transform shape]
picorcidlogo;
endtikzpicture
usepackagehyperref %<--- Load after everything else
begindocument
titleTitle goes here
authorJohn Doe orcidicon0000-0000-0000-0000,, IEEEmembershipSenior Member, IEEE
maketitle
enddocument
Is there a way to male this work with theauthblkpackage? First theorcidiconcommand needs aprotectthere 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
add a comment |
How to move the position of the logo so look it as a superscript of the name?
This is not an answer to the question. If you have a new question, please ask it.
– JouleV
14 mins 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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
2 Answers
2
active
oldest
votes
2 Answers
2
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.pathTikZ library you can faithfully replicate the icon.I've used the
scalerelpackage 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
orcidiconwhich takes as an input the orcid code, e.g.orcidicon0000-0000-0000-0000.hreftakes 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
documentclassIEEEtran
usepackagescalerel
usepackagetikz
usetikzlibrarysvg.path
definecolororcidlogocolHTMLA6CE39
tikzset
orcidlogo/.pic=
fill[orcidlogocol] svgM256,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] svgM86.3,186.2H70.9V79.1h15.4v48.4V186.2z
svgM108.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
svgM88.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]hrefhttps://orcid.org/#1mboxscalerel*
begintikzpicture[yscale=-1,transform shape]
picorcidlogo;
endtikzpicture
usepackagehyperref %<--- Load after everything else
begindocument
titleTitle goes here
authorJohn Doe orcidicon0000-0000-0000-0000,, IEEEmembershipSenior Member, IEEE
maketitle
enddocument
Is there a way to male this work with theauthblkpackage? First theorcidiconcommand needs aprotectthere 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
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.pathTikZ library you can faithfully replicate the icon.I've used the
scalerelpackage 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
orcidiconwhich takes as an input the orcid code, e.g.orcidicon0000-0000-0000-0000.hreftakes 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
documentclassIEEEtran
usepackagescalerel
usepackagetikz
usetikzlibrarysvg.path
definecolororcidlogocolHTMLA6CE39
tikzset
orcidlogo/.pic=
fill[orcidlogocol] svgM256,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] svgM86.3,186.2H70.9V79.1h15.4v48.4V186.2z
svgM108.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
svgM88.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]hrefhttps://orcid.org/#1mboxscalerel*
begintikzpicture[yscale=-1,transform shape]
picorcidlogo;
endtikzpicture
usepackagehyperref %<--- Load after everything else
begindocument
titleTitle goes here
authorJohn Doe orcidicon0000-0000-0000-0000,, IEEEmembershipSenior Member, IEEE
maketitle
enddocument
Is there a way to male this work with theauthblkpackage? First theorcidiconcommand needs aprotectthere 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
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.pathTikZ library you can faithfully replicate the icon.I've used the
scalerelpackage 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
orcidiconwhich takes as an input the orcid code, e.g.orcidicon0000-0000-0000-0000.hreftakes 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
documentclassIEEEtran
usepackagescalerel
usepackagetikz
usetikzlibrarysvg.path
definecolororcidlogocolHTMLA6CE39
tikzset
orcidlogo/.pic=
fill[orcidlogocol] svgM256,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] svgM86.3,186.2H70.9V79.1h15.4v48.4V186.2z
svgM108.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
svgM88.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]hrefhttps://orcid.org/#1mboxscalerel*
begintikzpicture[yscale=-1,transform shape]
picorcidlogo;
endtikzpicture
usepackagehyperref %<--- Load after everything else
begindocument
titleTitle goes here
authorJohn Doe orcidicon0000-0000-0000-0000,, IEEEmembershipSenior Member, IEEE
maketitle
enddocument
Here is a pdflatex solution which uses tikz and the original .svg of the orcid icon.

Here are the steps:
Using the
svg.pathTikZ library you can faithfully replicate the icon.I've used the
scalerelpackage 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
orcidiconwhich takes as an input the orcid code, e.g.orcidicon0000-0000-0000-0000.hreftakes 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
documentclassIEEEtran
usepackagescalerel
usepackagetikz
usetikzlibrarysvg.path
definecolororcidlogocolHTMLA6CE39
tikzset
orcidlogo/.pic=
fill[orcidlogocol] svgM256,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] svgM86.3,186.2H70.9V79.1h15.4v48.4V186.2z
svgM108.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
svgM88.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]hrefhttps://orcid.org/#1mboxscalerel*
begintikzpicture[yscale=-1,transform shape]
picorcidlogo;
endtikzpicture
usepackagehyperref %<--- Load after everything else
begindocument
titleTitle goes here
authorJohn Doe orcidicon0000-0000-0000-0000,, IEEEmembershipSenior Member, IEEE
maketitle
enddocument
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 theauthblkpackage? First theorcidiconcommand needs aprotectthere 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
add a comment |
Is there a way to male this work with theauthblkpackage? First theorcidiconcommand needs aprotectthere 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
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
add a comment |
How to move the position of the logo so look it as a superscript of the name?
This is not an answer to the question. If you have a new question, please ask it.
– JouleV
14 mins ago
add a comment |
How to move the position of the logo so look it as a superscript of the name?
This is not an answer to the question. If you have a new question, please ask it.
– JouleV
14 mins ago
add a comment |
How to move the position of the logo so look it as a superscript of the name?
How to move the position of the logo so look it as a superscript of the name?
answered 16 mins ago
pankaj singhpankaj singh
212
212
This is not an answer to the question. If you have a new question, please ask it.
– JouleV
14 mins ago
add a comment |
This is not an answer to the question. If you have a new question, please ask it.
– JouleV
14 mins ago
This is not an answer to the question. If you have a new question, please ask it.
– JouleV
14 mins ago
This is not an answer to the question. If you have a new question, please ask it.
– JouleV
14 mins 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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
usepackageacademiconsdoesn't work withpdflatex– Milo
Aug 11 '18 at 2:25