Centering with 3 authors in Latex?











up vote
1
down vote

favorite












My paper having 3 different authors with a common affiliation. I am trying to center the third author position using centering command but it's not working. Its IEEE conference latex version.I used below script:



    begin{document}

title{Paper Title*\
{footnotesize textsuperscript{*}Note: Sub-titles are not captured in Xplore and
should not be used}
thanks{Identify applicable funding agency here. If none, delete this.}
}
author{IEEEauthorblockN{textsuperscript{}Ali}
IEEEauthorblockA{textit{School of Engineering and Information Technology } \
textit{The University of New South Wales (UNSW) }\
Australia \
}
and
IEEEauthorblockN{textsuperscript{}Abbass}
IEEEauthorblockA{textit{School of Engineering and Information Technology} \
textit{The University of New South Wales (UNSW) }\
Australia \
}
and
centering
IEEEauthorblockN{textsuperscript{} sayed}
IEEEauthorblockA{textit{School of Engineering and Information Technology} \
textit{The University of New South Wales }\
Australia \
}

}
maketitle
end{document}


enter image description here










share|improve this question









New contributor




Case Msee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Try manually adding some horizontal space. Not the best solution, I know, but still worth a try while waiting a proper answer.
    – Edoardo Serra
    yesterday










  • @EdoardoSerra.I was wondering,what is the function of centering command?
    – Case Msee
    yesterday










  • @CaseMsee.The function of centering is to add or remove just the right amount of horizontal space so that, in this case, the block of text results correctly centred in the middle of the page respect to its margins. If it is not working try to manually add some horizontal space using the hspace{} command instead of the centering one and inserting in it a value to shift the text. This is not a nice nor a very precise solution, but if you do that accurately enough it could avoid the problem until a better and nicer solution will be posted as an answer
    – Edoardo Serra
    23 hours ago

















up vote
1
down vote

favorite












My paper having 3 different authors with a common affiliation. I am trying to center the third author position using centering command but it's not working. Its IEEE conference latex version.I used below script:



    begin{document}

title{Paper Title*\
{footnotesize textsuperscript{*}Note: Sub-titles are not captured in Xplore and
should not be used}
thanks{Identify applicable funding agency here. If none, delete this.}
}
author{IEEEauthorblockN{textsuperscript{}Ali}
IEEEauthorblockA{textit{School of Engineering and Information Technology } \
textit{The University of New South Wales (UNSW) }\
Australia \
}
and
IEEEauthorblockN{textsuperscript{}Abbass}
IEEEauthorblockA{textit{School of Engineering and Information Technology} \
textit{The University of New South Wales (UNSW) }\
Australia \
}
and
centering
IEEEauthorblockN{textsuperscript{} sayed}
IEEEauthorblockA{textit{School of Engineering and Information Technology} \
textit{The University of New South Wales }\
Australia \
}

}
maketitle
end{document}


enter image description here










share|improve this question









New contributor




Case Msee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Try manually adding some horizontal space. Not the best solution, I know, but still worth a try while waiting a proper answer.
    – Edoardo Serra
    yesterday










  • @EdoardoSerra.I was wondering,what is the function of centering command?
    – Case Msee
    yesterday










  • @CaseMsee.The function of centering is to add or remove just the right amount of horizontal space so that, in this case, the block of text results correctly centred in the middle of the page respect to its margins. If it is not working try to manually add some horizontal space using the hspace{} command instead of the centering one and inserting in it a value to shift the text. This is not a nice nor a very precise solution, but if you do that accurately enough it could avoid the problem until a better and nicer solution will be posted as an answer
    – Edoardo Serra
    23 hours ago















up vote
1
down vote

favorite









up vote
1
down vote

favorite











My paper having 3 different authors with a common affiliation. I am trying to center the third author position using centering command but it's not working. Its IEEE conference latex version.I used below script:



    begin{document}

title{Paper Title*\
{footnotesize textsuperscript{*}Note: Sub-titles are not captured in Xplore and
should not be used}
thanks{Identify applicable funding agency here. If none, delete this.}
}
author{IEEEauthorblockN{textsuperscript{}Ali}
IEEEauthorblockA{textit{School of Engineering and Information Technology } \
textit{The University of New South Wales (UNSW) }\
Australia \
}
and
IEEEauthorblockN{textsuperscript{}Abbass}
IEEEauthorblockA{textit{School of Engineering and Information Technology} \
textit{The University of New South Wales (UNSW) }\
Australia \
}
and
centering
IEEEauthorblockN{textsuperscript{} sayed}
IEEEauthorblockA{textit{School of Engineering and Information Technology} \
textit{The University of New South Wales }\
Australia \
}

}
maketitle
end{document}


enter image description here










share|improve this question









New contributor




Case Msee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











My paper having 3 different authors with a common affiliation. I am trying to center the third author position using centering command but it's not working. Its IEEE conference latex version.I used below script:



    begin{document}

title{Paper Title*\
{footnotesize textsuperscript{*}Note: Sub-titles are not captured in Xplore and
should not be used}
thanks{Identify applicable funding agency here. If none, delete this.}
}
author{IEEEauthorblockN{textsuperscript{}Ali}
IEEEauthorblockA{textit{School of Engineering and Information Technology } \
textit{The University of New South Wales (UNSW) }\
Australia \
}
and
IEEEauthorblockN{textsuperscript{}Abbass}
IEEEauthorblockA{textit{School of Engineering and Information Technology} \
textit{The University of New South Wales (UNSW) }\
Australia \
}
and
centering
IEEEauthorblockN{textsuperscript{} sayed}
IEEEauthorblockA{textit{School of Engineering and Information Technology} \
textit{The University of New South Wales }\
Australia \
}

}
maketitle
end{document}


enter image description here







horizontal-alignment titles ieeeconf






share|improve this question









New contributor




Case Msee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Case Msee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago









moewe

82.8k8106317




82.8k8106317






New contributor




Case Msee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









Case Msee

1063




1063




New contributor




Case Msee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Case Msee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Case Msee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Try manually adding some horizontal space. Not the best solution, I know, but still worth a try while waiting a proper answer.
    – Edoardo Serra
    yesterday










  • @EdoardoSerra.I was wondering,what is the function of centering command?
    – Case Msee
    yesterday










  • @CaseMsee.The function of centering is to add or remove just the right amount of horizontal space so that, in this case, the block of text results correctly centred in the middle of the page respect to its margins. If it is not working try to manually add some horizontal space using the hspace{} command instead of the centering one and inserting in it a value to shift the text. This is not a nice nor a very precise solution, but if you do that accurately enough it could avoid the problem until a better and nicer solution will be posted as an answer
    – Edoardo Serra
    23 hours ago




















  • Try manually adding some horizontal space. Not the best solution, I know, but still worth a try while waiting a proper answer.
    – Edoardo Serra
    yesterday










  • @EdoardoSerra.I was wondering,what is the function of centering command?
    – Case Msee
    yesterday










  • @CaseMsee.The function of centering is to add or remove just the right amount of horizontal space so that, in this case, the block of text results correctly centred in the middle of the page respect to its margins. If it is not working try to manually add some horizontal space using the hspace{} command instead of the centering one and inserting in it a value to shift the text. This is not a nice nor a very precise solution, but if you do that accurately enough it could avoid the problem until a better and nicer solution will be posted as an answer
    – Edoardo Serra
    23 hours ago


















Try manually adding some horizontal space. Not the best solution, I know, but still worth a try while waiting a proper answer.
– Edoardo Serra
yesterday




Try manually adding some horizontal space. Not the best solution, I know, but still worth a try while waiting a proper answer.
– Edoardo Serra
yesterday












@EdoardoSerra.I was wondering,what is the function of centering command?
– Case Msee
yesterday




@EdoardoSerra.I was wondering,what is the function of centering command?
– Case Msee
yesterday












@CaseMsee.The function of centering is to add or remove just the right amount of horizontal space so that, in this case, the block of text results correctly centred in the middle of the page respect to its margins. If it is not working try to manually add some horizontal space using the hspace{} command instead of the centering one and inserting in it a value to shift the text. This is not a nice nor a very precise solution, but if you do that accurately enough it could avoid the problem until a better and nicer solution will be posted as an answer
– Edoardo Serra
23 hours ago






@CaseMsee.The function of centering is to add or remove just the right amount of horizontal space so that, in this case, the block of text results correctly centred in the middle of the page respect to its margins. If it is not working try to manually add some horizontal space using the hspace{} command instead of the centering one and inserting in it a value to shift the text. This is not a nice nor a very precise solution, but if you do that accurately enough it could avoid the problem until a better and nicer solution will be posted as an answer
– Edoardo Serra
23 hours ago












1 Answer
1






active

oldest

votes

















up vote
1
down vote













SOURCE: bare_conf.tex from IEEE



For over three affiliations, or if they all won't fit within the width of the page, use this alternative format:



begin{document}

title{Paper Title*\
{footnotesize textsuperscript{*}Note: Sub-titles are not captured in Xplore and
should not be used}
thanks{Identify applicable funding agency here. If none, delete this.}
}
author{IEEEauthorblockN{AliIEEEauthorrefmark{1},
AbbassIEEEauthorrefmark{2},
sayedIEEEauthorrefmark{3},
}
IEEEauthorblockA{IEEEauthorrefmark{1}textit{School of Engineering and Information Technology } \
textit{The University of New South Wales (UNSW) }\
Australia \}
IEEEauthorblockA{IEEEauthorrefmark{2}textit{School of Engineering and Information Technology} \
textit{The University of New South Wales (UNSW) }\
Australia \
}
IEEEauthorblockA{IEEEauthorrefmark{3}textit{School of Engineering and Information Technology} \
textit{The University of New South Wales }\
Australia \
}
}
maketitle

end{document}


enter image description here






share|improve this answer





















  • Thank you @Saravanan.But i need to use the same format as i mentioned in question.No command in Latex to align the third author at center?
    – Case Msee
    yesterday













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',
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
});


}
});






Case Msee is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f460875%2fcentering-with-3-authors-in-latex%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








up vote
1
down vote













SOURCE: bare_conf.tex from IEEE



For over three affiliations, or if they all won't fit within the width of the page, use this alternative format:



begin{document}

title{Paper Title*\
{footnotesize textsuperscript{*}Note: Sub-titles are not captured in Xplore and
should not be used}
thanks{Identify applicable funding agency here. If none, delete this.}
}
author{IEEEauthorblockN{AliIEEEauthorrefmark{1},
AbbassIEEEauthorrefmark{2},
sayedIEEEauthorrefmark{3},
}
IEEEauthorblockA{IEEEauthorrefmark{1}textit{School of Engineering and Information Technology } \
textit{The University of New South Wales (UNSW) }\
Australia \}
IEEEauthorblockA{IEEEauthorrefmark{2}textit{School of Engineering and Information Technology} \
textit{The University of New South Wales (UNSW) }\
Australia \
}
IEEEauthorblockA{IEEEauthorrefmark{3}textit{School of Engineering and Information Technology} \
textit{The University of New South Wales }\
Australia \
}
}
maketitle

end{document}


enter image description here






share|improve this answer





















  • Thank you @Saravanan.But i need to use the same format as i mentioned in question.No command in Latex to align the third author at center?
    – Case Msee
    yesterday

















up vote
1
down vote













SOURCE: bare_conf.tex from IEEE



For over three affiliations, or if they all won't fit within the width of the page, use this alternative format:



begin{document}

title{Paper Title*\
{footnotesize textsuperscript{*}Note: Sub-titles are not captured in Xplore and
should not be used}
thanks{Identify applicable funding agency here. If none, delete this.}
}
author{IEEEauthorblockN{AliIEEEauthorrefmark{1},
AbbassIEEEauthorrefmark{2},
sayedIEEEauthorrefmark{3},
}
IEEEauthorblockA{IEEEauthorrefmark{1}textit{School of Engineering and Information Technology } \
textit{The University of New South Wales (UNSW) }\
Australia \}
IEEEauthorblockA{IEEEauthorrefmark{2}textit{School of Engineering and Information Technology} \
textit{The University of New South Wales (UNSW) }\
Australia \
}
IEEEauthorblockA{IEEEauthorrefmark{3}textit{School of Engineering and Information Technology} \
textit{The University of New South Wales }\
Australia \
}
}
maketitle

end{document}


enter image description here






share|improve this answer





















  • Thank you @Saravanan.But i need to use the same format as i mentioned in question.No command in Latex to align the third author at center?
    – Case Msee
    yesterday















up vote
1
down vote










up vote
1
down vote









SOURCE: bare_conf.tex from IEEE



For over three affiliations, or if they all won't fit within the width of the page, use this alternative format:



begin{document}

title{Paper Title*\
{footnotesize textsuperscript{*}Note: Sub-titles are not captured in Xplore and
should not be used}
thanks{Identify applicable funding agency here. If none, delete this.}
}
author{IEEEauthorblockN{AliIEEEauthorrefmark{1},
AbbassIEEEauthorrefmark{2},
sayedIEEEauthorrefmark{3},
}
IEEEauthorblockA{IEEEauthorrefmark{1}textit{School of Engineering and Information Technology } \
textit{The University of New South Wales (UNSW) }\
Australia \}
IEEEauthorblockA{IEEEauthorrefmark{2}textit{School of Engineering and Information Technology} \
textit{The University of New South Wales (UNSW) }\
Australia \
}
IEEEauthorblockA{IEEEauthorrefmark{3}textit{School of Engineering and Information Technology} \
textit{The University of New South Wales }\
Australia \
}
}
maketitle

end{document}


enter image description here






share|improve this answer












SOURCE: bare_conf.tex from IEEE



For over three affiliations, or if they all won't fit within the width of the page, use this alternative format:



begin{document}

title{Paper Title*\
{footnotesize textsuperscript{*}Note: Sub-titles are not captured in Xplore and
should not be used}
thanks{Identify applicable funding agency here. If none, delete this.}
}
author{IEEEauthorblockN{AliIEEEauthorrefmark{1},
AbbassIEEEauthorrefmark{2},
sayedIEEEauthorrefmark{3},
}
IEEEauthorblockA{IEEEauthorrefmark{1}textit{School of Engineering and Information Technology } \
textit{The University of New South Wales (UNSW) }\
Australia \}
IEEEauthorblockA{IEEEauthorrefmark{2}textit{School of Engineering and Information Technology} \
textit{The University of New South Wales (UNSW) }\
Australia \
}
IEEEauthorblockA{IEEEauthorrefmark{3}textit{School of Engineering and Information Technology} \
textit{The University of New South Wales }\
Australia \
}
}
maketitle

end{document}


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered yesterday









Saravanan

998112




998112












  • Thank you @Saravanan.But i need to use the same format as i mentioned in question.No command in Latex to align the third author at center?
    – Case Msee
    yesterday




















  • Thank you @Saravanan.But i need to use the same format as i mentioned in question.No command in Latex to align the third author at center?
    – Case Msee
    yesterday


















Thank you @Saravanan.But i need to use the same format as i mentioned in question.No command in Latex to align the third author at center?
– Case Msee
yesterday






Thank you @Saravanan.But i need to use the same format as i mentioned in question.No command in Latex to align the third author at center?
– Case Msee
yesterday












Case Msee is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















Case Msee is a new contributor. Be nice, and check out our Code of Conduct.













Case Msee is a new contributor. Be nice, and check out our Code of Conduct.












Case Msee is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f460875%2fcentering-with-3-authors-in-latex%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

サソリ

広島県道265号伴広島線

Accessing regular linux commands in Huawei's Dopra Linux