Add an image into LaTeX IEEE Journal template, Thanks section The 2019 Stack Overflow Developer Survey Results Are InTemplate for *Proceedings of the IEEE* JournalLaTeX template for the journal “Blood”IET Software journal latex templateFinding a template for Mathematical Finance journalFEBS Letters journal latex templateHow to add a page into Cambridge Phd Latex template?Requesting for the Latex template of IET image processing journalConflict with template for publication in a journallatex Template for Elsevier journalEmbedding complex tables in a journal template
What are my rights when I have a Sparpreis ticket but can't board an overcrowded train?
Is this food a bread or a loaf?
Is bread bad for ducks?
In What Way Would Cryomancy Affect the Food Eaten by Medieval People?
Poison Arrows Piercing damage reduced to 0, do you still get poisoned?
Can one use the reaction spell from the War Caster feat to cast Bigby's Hand?
sleep command using command is not displayed in ps
Who is that cowgirl appearing during the Columbia Pictures intro?
What is the purpose of trimming the bottom corners of TLC plates?
Patience, young "Padovan"
Is there a familial term for apples and pears?
Why isn't airport relocation done gradually?
Why the maximum length of openwrt’s root password is 8?
Fractional alignment
Why do UK politicians seemingly ignore opinion polls on Brexit?
aging parents with no investments
Why Did Howard Stark Use All The Vibranium They Had On A Prototype Shield?
Dual Citizen. Exited the US on Italian passport recently
Information to fellow intern about hiring?
New order #4: World
How can I fix this gap between bookcases I made?
get_users(...) only returns one user
The difference between dialogue marks
How could a lack of term limits lead to a "dictatorship?"
Add an image into LaTeX IEEE Journal template, Thanks section
The 2019 Stack Overflow Developer Survey Results Are InTemplate for *Proceedings of the IEEE* JournalLaTeX template for the journal “Blood”IET Software journal latex templateFinding a template for Mathematical Finance journalFEBS Letters journal latex templateHow to add a page into Cambridge Phd Latex template?Requesting for the Latex template of IET image processing journalConflict with template for publication in a journallatex Template for Elsevier journalEmbedding complex tables in a journal template
I am wondering how is it possible to add an image into thanks section of IEEE journal template. I would be grateful if anyone can help me.
documentclass[journal]IEEEtran
ifCLASSINFOpdf
else
fi
usepackagegraphicx
usepackage[colorlinks=false]hyperref
hyphenationop-tical net-works semi-conduc-tor
begindocument
titlePaper Title
authorFisrtName~LastName,~IEEEmembershipMember,~IEEE,
thanksText
includegraphics[width=1cm,height=1cm]Picture.jpg
templates journal
bumped to the homepage by Community♦ 31 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am wondering how is it possible to add an image into thanks section of IEEE journal template. I would be grateful if anyone can help me.
documentclass[journal]IEEEtran
ifCLASSINFOpdf
else
fi
usepackagegraphicx
usepackage[colorlinks=false]hyperref
hyphenationop-tical net-works semi-conduc-tor
begindocument
titlePaper Title
authorFisrtName~LastName,~IEEEmembershipMember,~IEEE,
thanksText
includegraphics[width=1cm,height=1cm]Picture.jpg
templates journal
bumped to the homepage by Community♦ 31 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
4
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) includingdocumentclass
and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– user36296
Nov 5 '18 at 15:00
@campa Thanks, I have tried that, but It was not shown, I think the reason is the place ofthanks
which is located withinauthor
command.
– Roozbeh
Nov 5 '18 at 15:02
3
Well, then as samcarter said you must provide a MWE. Otherwise no one can know what you are trying to do.
– campa
Nov 5 '18 at 15:03
@Roozbeh Thanks for adding some code. Can you please make a compilable document that actually shows the thanks section?
– user36296
Nov 5 '18 at 15:28
Uhm, the argument ofthanks
is basically a footnote.protectincludegraphics
might do the trick.
– campa
Nov 5 '18 at 15:33
add a comment |
I am wondering how is it possible to add an image into thanks section of IEEE journal template. I would be grateful if anyone can help me.
documentclass[journal]IEEEtran
ifCLASSINFOpdf
else
fi
usepackagegraphicx
usepackage[colorlinks=false]hyperref
hyphenationop-tical net-works semi-conduc-tor
begindocument
titlePaper Title
authorFisrtName~LastName,~IEEEmembershipMember,~IEEE,
thanksText
includegraphics[width=1cm,height=1cm]Picture.jpg
templates journal
I am wondering how is it possible to add an image into thanks section of IEEE journal template. I would be grateful if anyone can help me.
documentclass[journal]IEEEtran
ifCLASSINFOpdf
else
fi
usepackagegraphicx
usepackage[colorlinks=false]hyperref
hyphenationop-tical net-works semi-conduc-tor
begindocument
titlePaper Title
authorFisrtName~LastName,~IEEEmembershipMember,~IEEE,
thanksText
includegraphics[width=1cm,height=1cm]Picture.jpg
templates journal
templates journal
edited Nov 5 '18 at 16:11
Roozbeh
asked Nov 5 '18 at 14:55
RoozbehRoozbeh
112
112
bumped to the homepage by Community♦ 31 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 31 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
4
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) includingdocumentclass
and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– user36296
Nov 5 '18 at 15:00
@campa Thanks, I have tried that, but It was not shown, I think the reason is the place ofthanks
which is located withinauthor
command.
– Roozbeh
Nov 5 '18 at 15:02
3
Well, then as samcarter said you must provide a MWE. Otherwise no one can know what you are trying to do.
– campa
Nov 5 '18 at 15:03
@Roozbeh Thanks for adding some code. Can you please make a compilable document that actually shows the thanks section?
– user36296
Nov 5 '18 at 15:28
Uhm, the argument ofthanks
is basically a footnote.protectincludegraphics
might do the trick.
– campa
Nov 5 '18 at 15:33
add a comment |
4
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) includingdocumentclass
and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– user36296
Nov 5 '18 at 15:00
@campa Thanks, I have tried that, but It was not shown, I think the reason is the place ofthanks
which is located withinauthor
command.
– Roozbeh
Nov 5 '18 at 15:02
3
Well, then as samcarter said you must provide a MWE. Otherwise no one can know what you are trying to do.
– campa
Nov 5 '18 at 15:03
@Roozbeh Thanks for adding some code. Can you please make a compilable document that actually shows the thanks section?
– user36296
Nov 5 '18 at 15:28
Uhm, the argument ofthanks
is basically a footnote.protectincludegraphics
might do the trick.
– campa
Nov 5 '18 at 15:33
4
4
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) including
documentclass
and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.– user36296
Nov 5 '18 at 15:00
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) including
documentclass
and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.– user36296
Nov 5 '18 at 15:00
@campa Thanks, I have tried that, but It was not shown, I think the reason is the place of
thanks
which is located within author
command.– Roozbeh
Nov 5 '18 at 15:02
@campa Thanks, I have tried that, but It was not shown, I think the reason is the place of
thanks
which is located within author
command.– Roozbeh
Nov 5 '18 at 15:02
3
3
Well, then as samcarter said you must provide a MWE. Otherwise no one can know what you are trying to do.
– campa
Nov 5 '18 at 15:03
Well, then as samcarter said you must provide a MWE. Otherwise no one can know what you are trying to do.
– campa
Nov 5 '18 at 15:03
@Roozbeh Thanks for adding some code. Can you please make a compilable document that actually shows the thanks section?
– user36296
Nov 5 '18 at 15:28
@Roozbeh Thanks for adding some code. Can you please make a compilable document that actually shows the thanks section?
– user36296
Nov 5 '18 at 15:28
Uhm, the argument of
thanks
is basically a footnote. protectincludegraphics
might do the trick.– campa
Nov 5 '18 at 15:33
Uhm, the argument of
thanks
is basically a footnote. protectincludegraphics
might do the trick.– campa
Nov 5 '18 at 15:33
add a comment |
1 Answer
1
active
oldest
votes
The IEEEtran
class defines thanks
is a somewhat faulty way
%IEEEtran.cls lines 4878-4882
longdefthanks#1footnotemark
protected@xdef@thanks@thanks
protectfootnotetext[thec@footnote]@IEEEcompsoconlyitshape
protect@IEEEtriggeroneshotfootnoterulerelaxignorespaces#1
let@thanks@empty
Basically they are trying to append some code to @thanks
bu using protected@xdef
(instead of e.g. the safer g@addto@macro
). Passing includegraphics
to thanks
breaks down because the expansion will happen at the wrong place. Without tweaking the class code the easiest way to make includegraphics
work here is to add protect
in front of it.
documentclass[journal]IEEEtran
usepackagegraphicx
titlePaper Title
authorFisrtName~LastName,~IEEEmembershipMember,~IEEE,
thanksText
protectincludegraphics[width=1cm,height=1cm]Picture.jpg%
begindocument
maketitle
...
enddocument
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%2f458491%2fadd-an-image-into-latex-ieee-journal-template-thanks-section%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
The IEEEtran
class defines thanks
is a somewhat faulty way
%IEEEtran.cls lines 4878-4882
longdefthanks#1footnotemark
protected@xdef@thanks@thanks
protectfootnotetext[thec@footnote]@IEEEcompsoconlyitshape
protect@IEEEtriggeroneshotfootnoterulerelaxignorespaces#1
let@thanks@empty
Basically they are trying to append some code to @thanks
bu using protected@xdef
(instead of e.g. the safer g@addto@macro
). Passing includegraphics
to thanks
breaks down because the expansion will happen at the wrong place. Without tweaking the class code the easiest way to make includegraphics
work here is to add protect
in front of it.
documentclass[journal]IEEEtran
usepackagegraphicx
titlePaper Title
authorFisrtName~LastName,~IEEEmembershipMember,~IEEE,
thanksText
protectincludegraphics[width=1cm,height=1cm]Picture.jpg%
begindocument
maketitle
...
enddocument
add a comment |
The IEEEtran
class defines thanks
is a somewhat faulty way
%IEEEtran.cls lines 4878-4882
longdefthanks#1footnotemark
protected@xdef@thanks@thanks
protectfootnotetext[thec@footnote]@IEEEcompsoconlyitshape
protect@IEEEtriggeroneshotfootnoterulerelaxignorespaces#1
let@thanks@empty
Basically they are trying to append some code to @thanks
bu using protected@xdef
(instead of e.g. the safer g@addto@macro
). Passing includegraphics
to thanks
breaks down because the expansion will happen at the wrong place. Without tweaking the class code the easiest way to make includegraphics
work here is to add protect
in front of it.
documentclass[journal]IEEEtran
usepackagegraphicx
titlePaper Title
authorFisrtName~LastName,~IEEEmembershipMember,~IEEE,
thanksText
protectincludegraphics[width=1cm,height=1cm]Picture.jpg%
begindocument
maketitle
...
enddocument
add a comment |
The IEEEtran
class defines thanks
is a somewhat faulty way
%IEEEtran.cls lines 4878-4882
longdefthanks#1footnotemark
protected@xdef@thanks@thanks
protectfootnotetext[thec@footnote]@IEEEcompsoconlyitshape
protect@IEEEtriggeroneshotfootnoterulerelaxignorespaces#1
let@thanks@empty
Basically they are trying to append some code to @thanks
bu using protected@xdef
(instead of e.g. the safer g@addto@macro
). Passing includegraphics
to thanks
breaks down because the expansion will happen at the wrong place. Without tweaking the class code the easiest way to make includegraphics
work here is to add protect
in front of it.
documentclass[journal]IEEEtran
usepackagegraphicx
titlePaper Title
authorFisrtName~LastName,~IEEEmembershipMember,~IEEE,
thanksText
protectincludegraphics[width=1cm,height=1cm]Picture.jpg%
begindocument
maketitle
...
enddocument
The IEEEtran
class defines thanks
is a somewhat faulty way
%IEEEtran.cls lines 4878-4882
longdefthanks#1footnotemark
protected@xdef@thanks@thanks
protectfootnotetext[thec@footnote]@IEEEcompsoconlyitshape
protect@IEEEtriggeroneshotfootnoterulerelaxignorespaces#1
let@thanks@empty
Basically they are trying to append some code to @thanks
bu using protected@xdef
(instead of e.g. the safer g@addto@macro
). Passing includegraphics
to thanks
breaks down because the expansion will happen at the wrong place. Without tweaking the class code the easiest way to make includegraphics
work here is to add protect
in front of it.
documentclass[journal]IEEEtran
usepackagegraphicx
titlePaper Title
authorFisrtName~LastName,~IEEEmembershipMember,~IEEE,
thanksText
protectincludegraphics[width=1cm,height=1cm]Picture.jpg%
begindocument
maketitle
...
enddocument
edited Nov 10 '18 at 13:31
answered Nov 9 '18 at 12:23
campacampa
6,68521439
6,68521439
add a comment |
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%2f458491%2fadd-an-image-into-latex-ieee-journal-template-thanks-section%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
4
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) including
documentclass
and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.– user36296
Nov 5 '18 at 15:00
@campa Thanks, I have tried that, but It was not shown, I think the reason is the place of
thanks
which is located withinauthor
command.– Roozbeh
Nov 5 '18 at 15:02
3
Well, then as samcarter said you must provide a MWE. Otherwise no one can know what you are trying to do.
– campa
Nov 5 '18 at 15:03
@Roozbeh Thanks for adding some code. Can you please make a compilable document that actually shows the thanks section?
– user36296
Nov 5 '18 at 15:28
Uhm, the argument of
thanks
is basically a footnote.protectincludegraphics
might do the trick.– campa
Nov 5 '18 at 15:33