How to fix image positioning in IEEEtrans format?


Can anyone help me with the positioning of the image in Project description?
graphics floats ieeetran
New contributor
Raghavendra S S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
|
show 5 more comments


Can anyone help me with the positioning of the image in Project description?
graphics floats ieeetran
New contributor
Raghavendra S S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
it is impossible to debug an iamage, please always post small test documents as text. Howeverfigure*does not supporthorbso your figure is set with[!tp]and spanning two-column figures always come, at the earliest, on the page after their position in the source file.
– David Carlisle
5 hours ago
@DavidCarlisle Exactly it's putting the image at the top of the second page. Whereas I want it to come in the first page.
– Raghavendra S S
5 hours ago
you can not use figure* in that case
– David Carlisle
5 hours ago
unrelated but why have you gottextnormal{... around your text?
– David Carlisle
5 hours ago
3
No, thetextnormalis wrong But please do not post code as images, it is impossible to debug anything if you post in that form.
– David Carlisle
4 hours ago
|
show 5 more comments


Can anyone help me with the positioning of the image in Project description?
graphics floats ieeetran
New contributor
Raghavendra S S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


Can anyone help me with the positioning of the image in Project description?
graphics floats ieeetran
graphics floats ieeetran
New contributor
Raghavendra S S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Raghavendra S S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 4 hours ago
moewe
94.9k10115358
94.9k10115358
New contributor
Raghavendra S S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 5 hours ago
Raghavendra S SRaghavendra S S
133
133
New contributor
Raghavendra S S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Raghavendra S S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Raghavendra S S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
it is impossible to debug an iamage, please always post small test documents as text. Howeverfigure*does not supporthorbso your figure is set with[!tp]and spanning two-column figures always come, at the earliest, on the page after their position in the source file.
– David Carlisle
5 hours ago
@DavidCarlisle Exactly it's putting the image at the top of the second page. Whereas I want it to come in the first page.
– Raghavendra S S
5 hours ago
you can not use figure* in that case
– David Carlisle
5 hours ago
unrelated but why have you gottextnormal{... around your text?
– David Carlisle
5 hours ago
3
No, thetextnormalis wrong But please do not post code as images, it is impossible to debug anything if you post in that form.
– David Carlisle
4 hours ago
|
show 5 more comments
2
it is impossible to debug an iamage, please always post small test documents as text. Howeverfigure*does not supporthorbso your figure is set with[!tp]and spanning two-column figures always come, at the earliest, on the page after their position in the source file.
– David Carlisle
5 hours ago
@DavidCarlisle Exactly it's putting the image at the top of the second page. Whereas I want it to come in the first page.
– Raghavendra S S
5 hours ago
you can not use figure* in that case
– David Carlisle
5 hours ago
unrelated but why have you gottextnormal{... around your text?
– David Carlisle
5 hours ago
3
No, thetextnormalis wrong But please do not post code as images, it is impossible to debug anything if you post in that form.
– David Carlisle
4 hours ago
2
2
it is impossible to debug an iamage, please always post small test documents as text. However
figure* does not support h or b so your figure is set with [!tp] and spanning two-column figures always come, at the earliest, on the page after their position in the source file.– David Carlisle
5 hours ago
it is impossible to debug an iamage, please always post small test documents as text. However
figure* does not support h or b so your figure is set with [!tp] and spanning two-column figures always come, at the earliest, on the page after their position in the source file.– David Carlisle
5 hours ago
@DavidCarlisle Exactly it's putting the image at the top of the second page. Whereas I want it to come in the first page.
– Raghavendra S S
5 hours ago
@DavidCarlisle Exactly it's putting the image at the top of the second page. Whereas I want it to come in the first page.
– Raghavendra S S
5 hours ago
you can not use figure* in that case
– David Carlisle
5 hours ago
you can not use figure* in that case
– David Carlisle
5 hours ago
unrelated but why have you got
textnormal{... around your text?– David Carlisle
5 hours ago
unrelated but why have you got
textnormal{... around your text?– David Carlisle
5 hours ago
3
3
No, the
textnormal is wrong But please do not post code as images, it is impossible to debug anything if you post in that form.– David Carlisle
4 hours ago
No, the
textnormal is wrong But please do not post code as images, it is impossible to debug anything if you post in that form.– David Carlisle
4 hours ago
|
show 5 more comments
1 Answer
1
active
oldest
votes
try the following:
documentclass{ieeetran}
usepackage[demo]{graphicx}
usepackage{stfloats} % for positioning of figure* on the same page
usepackage{tabularx}
usepackage{subcaption}
%---------------- show page layout. don't use in a real document!
usepackage{showframe}
renewcommandShowFrameLinethickness{0.15pt}
renewcommand*ShowFrameColor{color{red}}
%---------------------------------------------------------------%
usepackage{lipsum}
begin{document}
section{Introduction}
lipsum[1]
begin{figure*}[b]
setkeys{Gin}{width=0.9linewidth}
begin{subfigure}{0.2linewidth}centering
includegraphics{T1.png}
caption{First subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T2.png}
caption{Second subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T3.png}
caption{Third subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T4.png}
caption{Fourth subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T5.png}
caption{Fifth subfigure}
end{subfigure}
caption{Input Images}
end{figure*}
lipsum
end{document}
(it is follow-up answer to your previous question. actually it cover also this question)

Thank you very much! :)
– Raghavendra S S
4 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
});
}
});
Raghavendra S S is a new contributor. Be nice, and check out our Code of Conduct.
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%2f481414%2fhow-to-fix-image-positioning-in-ieeetrans-format%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
try the following:
documentclass{ieeetran}
usepackage[demo]{graphicx}
usepackage{stfloats} % for positioning of figure* on the same page
usepackage{tabularx}
usepackage{subcaption}
%---------------- show page layout. don't use in a real document!
usepackage{showframe}
renewcommandShowFrameLinethickness{0.15pt}
renewcommand*ShowFrameColor{color{red}}
%---------------------------------------------------------------%
usepackage{lipsum}
begin{document}
section{Introduction}
lipsum[1]
begin{figure*}[b]
setkeys{Gin}{width=0.9linewidth}
begin{subfigure}{0.2linewidth}centering
includegraphics{T1.png}
caption{First subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T2.png}
caption{Second subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T3.png}
caption{Third subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T4.png}
caption{Fourth subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T5.png}
caption{Fifth subfigure}
end{subfigure}
caption{Input Images}
end{figure*}
lipsum
end{document}
(it is follow-up answer to your previous question. actually it cover also this question)

Thank you very much! :)
– Raghavendra S S
4 hours ago
add a comment |
try the following:
documentclass{ieeetran}
usepackage[demo]{graphicx}
usepackage{stfloats} % for positioning of figure* on the same page
usepackage{tabularx}
usepackage{subcaption}
%---------------- show page layout. don't use in a real document!
usepackage{showframe}
renewcommandShowFrameLinethickness{0.15pt}
renewcommand*ShowFrameColor{color{red}}
%---------------------------------------------------------------%
usepackage{lipsum}
begin{document}
section{Introduction}
lipsum[1]
begin{figure*}[b]
setkeys{Gin}{width=0.9linewidth}
begin{subfigure}{0.2linewidth}centering
includegraphics{T1.png}
caption{First subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T2.png}
caption{Second subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T3.png}
caption{Third subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T4.png}
caption{Fourth subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T5.png}
caption{Fifth subfigure}
end{subfigure}
caption{Input Images}
end{figure*}
lipsum
end{document}
(it is follow-up answer to your previous question. actually it cover also this question)

Thank you very much! :)
– Raghavendra S S
4 hours ago
add a comment |
try the following:
documentclass{ieeetran}
usepackage[demo]{graphicx}
usepackage{stfloats} % for positioning of figure* on the same page
usepackage{tabularx}
usepackage{subcaption}
%---------------- show page layout. don't use in a real document!
usepackage{showframe}
renewcommandShowFrameLinethickness{0.15pt}
renewcommand*ShowFrameColor{color{red}}
%---------------------------------------------------------------%
usepackage{lipsum}
begin{document}
section{Introduction}
lipsum[1]
begin{figure*}[b]
setkeys{Gin}{width=0.9linewidth}
begin{subfigure}{0.2linewidth}centering
includegraphics{T1.png}
caption{First subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T2.png}
caption{Second subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T3.png}
caption{Third subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T4.png}
caption{Fourth subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T5.png}
caption{Fifth subfigure}
end{subfigure}
caption{Input Images}
end{figure*}
lipsum
end{document}
(it is follow-up answer to your previous question. actually it cover also this question)

try the following:
documentclass{ieeetran}
usepackage[demo]{graphicx}
usepackage{stfloats} % for positioning of figure* on the same page
usepackage{tabularx}
usepackage{subcaption}
%---------------- show page layout. don't use in a real document!
usepackage{showframe}
renewcommandShowFrameLinethickness{0.15pt}
renewcommand*ShowFrameColor{color{red}}
%---------------------------------------------------------------%
usepackage{lipsum}
begin{document}
section{Introduction}
lipsum[1]
begin{figure*}[b]
setkeys{Gin}{width=0.9linewidth}
begin{subfigure}{0.2linewidth}centering
includegraphics{T1.png}
caption{First subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T2.png}
caption{Second subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T3.png}
caption{Third subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T4.png}
caption{Fourth subfigure}
end{subfigure}%
begin{subfigure}{0.2linewidth}centering
includegraphics{T5.png}
caption{Fifth subfigure}
end{subfigure}
caption{Input Images}
end{figure*}
lipsum
end{document}
(it is follow-up answer to your previous question. actually it cover also this question)

answered 4 hours ago
ZarkoZarko
128k868167
128k868167
Thank you very much! :)
– Raghavendra S S
4 hours ago
add a comment |
Thank you very much! :)
– Raghavendra S S
4 hours ago
Thank you very much! :)
– Raghavendra S S
4 hours ago
Thank you very much! :)
– Raghavendra S S
4 hours ago
add a comment |
Raghavendra S S is a new contributor. Be nice, and check out our Code of Conduct.
Raghavendra S S is a new contributor. Be nice, and check out our Code of Conduct.
Raghavendra S S is a new contributor. Be nice, and check out our Code of Conduct.
Raghavendra S S is a new contributor. Be nice, and check out our Code of Conduct.
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%2f481414%2fhow-to-fix-image-positioning-in-ieeetrans-format%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
2
it is impossible to debug an iamage, please always post small test documents as text. However
figure*does not supporthorbso your figure is set with[!tp]and spanning two-column figures always come, at the earliest, on the page after their position in the source file.– David Carlisle
5 hours ago
@DavidCarlisle Exactly it's putting the image at the top of the second page. Whereas I want it to come in the first page.
– Raghavendra S S
5 hours ago
you can not use figure* in that case
– David Carlisle
5 hours ago
unrelated but why have you got
textnormal{... around your text?– David Carlisle
5 hours ago
3
No, the
textnormalis wrong But please do not post code as images, it is impossible to debug anything if you post in that form.– David Carlisle
4 hours ago