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}
horizontal-alignment titles ieeeconf
New contributor
add a comment |
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}
horizontal-alignment titles ieeeconf
New contributor
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
add a comment |
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}
horizontal-alignment titles ieeeconf
New contributor
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}
horizontal-alignment titles ieeeconf
horizontal-alignment titles ieeeconf
New contributor
New contributor
edited 2 days ago
moewe
82.8k8106317
82.8k8106317
New contributor
asked 2 days ago
Case Msee
1063
1063
New contributor
New contributor
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
add a comment |
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
add a comment |
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}
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
add a comment |
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}
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
add a comment |
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}
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
add a comment |
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}
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}
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
add a comment |
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
add a comment |
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.
Case Msee 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%2f460875%2fcentering-with-3-authors-in-latex%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
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