Where to put the institute information in the article document class?
I've seen in other document classes that one can input the authors' institutes via special commands, for example in revtex4
I can put
title{Aggregation According to Classical Kinetics---From Nucleation to
Coarsening}
author{Yossi Farjoun}
email{yfarjoun@math.mit.edu}
thanks{Corresponding author}
affiliation{G. Mill'an Institute of Fluid Dynamics, Nanoscience and Industrial
Mathematics, Universidad Carlos III de Madrid, Spain}
author{John C. Neu}%
email{neu@math.berkeley.edu}
affiliation{Department of Mathematics, University of California, Berkeley}
and it gets typeset nicely:
--snip--
Is there a nice of doing the same with plain-old article
?
titles document-classes
add a comment |
I've seen in other document classes that one can input the authors' institutes via special commands, for example in revtex4
I can put
title{Aggregation According to Classical Kinetics---From Nucleation to
Coarsening}
author{Yossi Farjoun}
email{yfarjoun@math.mit.edu}
thanks{Corresponding author}
affiliation{G. Mill'an Institute of Fluid Dynamics, Nanoscience and Industrial
Mathematics, Universidad Carlos III de Madrid, Spain}
author{John C. Neu}%
email{neu@math.berkeley.edu}
affiliation{Department of Mathematics, University of California, Berkeley}
and it gets typeset nicely:
--snip--
Is there a nice of doing the same with plain-old article
?
titles document-classes
I'm not sure you can add that to the standard title page, but you could use the titling package to write a custom one.
– wishihadabettername
Aug 9 '10 at 18:03
6
Is using the Koma-Skript replacement for the standard classes an option? I.e. usescrartcl
instead of plainarticle
– that should have the relevant commands, too.
– Konrad Rudolph
Aug 10 '10 at 9:40
I'm also a bit lost. Do you mean the concept ofinstitute
as a macro, or simply where to include it in the title data to get it to print?
– Joseph Wright♦
Sep 2 '10 at 7:43
Funny, maybe it was a permission issue. Thanks for reuploading it.
– Martin Scharrer♦
Oct 26 '11 at 16:29
add a comment |
I've seen in other document classes that one can input the authors' institutes via special commands, for example in revtex4
I can put
title{Aggregation According to Classical Kinetics---From Nucleation to
Coarsening}
author{Yossi Farjoun}
email{yfarjoun@math.mit.edu}
thanks{Corresponding author}
affiliation{G. Mill'an Institute of Fluid Dynamics, Nanoscience and Industrial
Mathematics, Universidad Carlos III de Madrid, Spain}
author{John C. Neu}%
email{neu@math.berkeley.edu}
affiliation{Department of Mathematics, University of California, Berkeley}
and it gets typeset nicely:
--snip--
Is there a nice of doing the same with plain-old article
?
titles document-classes
I've seen in other document classes that one can input the authors' institutes via special commands, for example in revtex4
I can put
title{Aggregation According to Classical Kinetics---From Nucleation to
Coarsening}
author{Yossi Farjoun}
email{yfarjoun@math.mit.edu}
thanks{Corresponding author}
affiliation{G. Mill'an Institute of Fluid Dynamics, Nanoscience and Industrial
Mathematics, Universidad Carlos III de Madrid, Spain}
author{John C. Neu}%
email{neu@math.berkeley.edu}
affiliation{Department of Mathematics, University of California, Berkeley}
and it gets typeset nicely:
--snip--
Is there a nice of doing the same with plain-old article
?
titles document-classes
titles document-classes
edited Mar 5 '14 at 11:30
lockstep
190k52585719
190k52585719
asked Aug 9 '10 at 17:24
Yossi FarjounYossi Farjoun
8,02695890
8,02695890
I'm not sure you can add that to the standard title page, but you could use the titling package to write a custom one.
– wishihadabettername
Aug 9 '10 at 18:03
6
Is using the Koma-Skript replacement for the standard classes an option? I.e. usescrartcl
instead of plainarticle
– that should have the relevant commands, too.
– Konrad Rudolph
Aug 10 '10 at 9:40
I'm also a bit lost. Do you mean the concept ofinstitute
as a macro, or simply where to include it in the title data to get it to print?
– Joseph Wright♦
Sep 2 '10 at 7:43
Funny, maybe it was a permission issue. Thanks for reuploading it.
– Martin Scharrer♦
Oct 26 '11 at 16:29
add a comment |
I'm not sure you can add that to the standard title page, but you could use the titling package to write a custom one.
– wishihadabettername
Aug 9 '10 at 18:03
6
Is using the Koma-Skript replacement for the standard classes an option? I.e. usescrartcl
instead of plainarticle
– that should have the relevant commands, too.
– Konrad Rudolph
Aug 10 '10 at 9:40
I'm also a bit lost. Do you mean the concept ofinstitute
as a macro, or simply where to include it in the title data to get it to print?
– Joseph Wright♦
Sep 2 '10 at 7:43
Funny, maybe it was a permission issue. Thanks for reuploading it.
– Martin Scharrer♦
Oct 26 '11 at 16:29
I'm not sure you can add that to the standard title page, but you could use the titling package to write a custom one.
– wishihadabettername
Aug 9 '10 at 18:03
I'm not sure you can add that to the standard title page, but you could use the titling package to write a custom one.
– wishihadabettername
Aug 9 '10 at 18:03
6
6
Is using the Koma-Skript replacement for the standard classes an option? I.e. use
scrartcl
instead of plain article
– that should have the relevant commands, too.– Konrad Rudolph
Aug 10 '10 at 9:40
Is using the Koma-Skript replacement for the standard classes an option? I.e. use
scrartcl
instead of plain article
– that should have the relevant commands, too.– Konrad Rudolph
Aug 10 '10 at 9:40
I'm also a bit lost. Do you mean the concept of
institute
as a macro, or simply where to include it in the title data to get it to print?– Joseph Wright♦
Sep 2 '10 at 7:43
I'm also a bit lost. Do you mean the concept of
institute
as a macro, or simply where to include it in the title data to get it to print?– Joseph Wright♦
Sep 2 '10 at 7:43
Funny, maybe it was a permission issue. Thanks for reuploading it.
– Martin Scharrer♦
Oct 26 '11 at 16:29
Funny, maybe it was a permission issue. Thanks for reuploading it.
– Martin Scharrer♦
Oct 26 '11 at 16:29
add a comment |
3 Answers
3
active
oldest
votes
The authblk package does this:
documentclass[a4paper]{article}
usepackage[affil-it]{authblk}
begin{document}
title{Aggregation According to Classical Kinetics---From Nucleation to
Coarsening}
author{Yossi Farjoun%
thanks{Electronic address: texttt{yfarjoun@math.mit.edu}; Corresponding author}}
affil{G. Mill'an Institute of Fluid Dynamics,\ Nanoscience and Industrial
Mathematics,\ Universidad Carlos III de Madrid, Spain}
author{John C. Neu%
thanks{Electronic address: texttt{neu@math.berkeley.edu}}}
affil{Department of Mathematics, University of California, Berkeley}
date{Dated: today}
maketitle
end{document}
Some tweaking to @maketitle
may be necessary, for example
makeatletter
def@maketitle{%
newpage
null
vskip 2em%
begin{center}%
let footnote thanks
{Largebfseries @title par}%
vskip 1.5em%
{normalsize
lineskip .5em%
begin{tabular}[t]{c}%
@author
end{tabular}par}%
vskip 1em%
{normalsize @date}%
end{center}%
par
vskip 1.5em}
makeatother
With this you'd get
add a comment |
As article
doesn't support it, you may use a titlepage
environment. If you would like just to use the standard maketitle
, you could redefine this command or hook into the author macro.
The author is typeset using a simple table:
begin{tabular}[t]{c}%
@author
end{tabular}par}
So, you could use tabular
features inside the argument to author
. Simply use \
for a new row, perhaps several times. It would be set below and centered. Demonstrating tabular commands:
documentclass[titlepage]{article}
usepackage[onehalfspacing]{setspace}
begin{document}
title{Aggregation According to Classical Kinetics---From
Nucleation to Coarsening}
author{Yossi Farjoun \
multicolumn{1}{p{.7textwidth}}{centeringemph{G. Mill'an Institute
of Fluid Dynamics, Nanoscience and Industrial Mathematics,
Universidad Carlos III de Madrid, Spain}}}
maketitle
end{document}
Output:
You could add further rows for further authors and institutes.
This is just a workaround and a demonstration what happens internally. I would recommend to use a titlepage
environment instead of misusing the article
maketitle
feature that isn't intended to be used with an institute.
add a comment |
If for some reason you need compatibility with Beamer's institute
command, you can also add it to maketitle
using etoolbox
:
documentclass{article}
usepackage{etoolbox}
makeatletter
providecommand{institute}[1]{% add institute to maketitle
apptocmd{@author}{end{tabular}
par
begin{tabular}[t]{c}
#1}{}{}
}
makeatother
title{Test}
author{Tester 1 and Tester 2}
institute{University of Testing and University of Diagnostics}
date{2019}
begin{document}
maketitle
end{document}
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');
});
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%2f1408%2fwhere-to-put-the-institute-information-in-the-article-document-class%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
The authblk package does this:
documentclass[a4paper]{article}
usepackage[affil-it]{authblk}
begin{document}
title{Aggregation According to Classical Kinetics---From Nucleation to
Coarsening}
author{Yossi Farjoun%
thanks{Electronic address: texttt{yfarjoun@math.mit.edu}; Corresponding author}}
affil{G. Mill'an Institute of Fluid Dynamics,\ Nanoscience and Industrial
Mathematics,\ Universidad Carlos III de Madrid, Spain}
author{John C. Neu%
thanks{Electronic address: texttt{neu@math.berkeley.edu}}}
affil{Department of Mathematics, University of California, Berkeley}
date{Dated: today}
maketitle
end{document}
Some tweaking to @maketitle
may be necessary, for example
makeatletter
def@maketitle{%
newpage
null
vskip 2em%
begin{center}%
let footnote thanks
{Largebfseries @title par}%
vskip 1.5em%
{normalsize
lineskip .5em%
begin{tabular}[t]{c}%
@author
end{tabular}par}%
vskip 1em%
{normalsize @date}%
end{center}%
par
vskip 1.5em}
makeatother
With this you'd get
add a comment |
The authblk package does this:
documentclass[a4paper]{article}
usepackage[affil-it]{authblk}
begin{document}
title{Aggregation According to Classical Kinetics---From Nucleation to
Coarsening}
author{Yossi Farjoun%
thanks{Electronic address: texttt{yfarjoun@math.mit.edu}; Corresponding author}}
affil{G. Mill'an Institute of Fluid Dynamics,\ Nanoscience and Industrial
Mathematics,\ Universidad Carlos III de Madrid, Spain}
author{John C. Neu%
thanks{Electronic address: texttt{neu@math.berkeley.edu}}}
affil{Department of Mathematics, University of California, Berkeley}
date{Dated: today}
maketitle
end{document}
Some tweaking to @maketitle
may be necessary, for example
makeatletter
def@maketitle{%
newpage
null
vskip 2em%
begin{center}%
let footnote thanks
{Largebfseries @title par}%
vskip 1.5em%
{normalsize
lineskip .5em%
begin{tabular}[t]{c}%
@author
end{tabular}par}%
vskip 1em%
{normalsize @date}%
end{center}%
par
vskip 1.5em}
makeatother
With this you'd get
add a comment |
The authblk package does this:
documentclass[a4paper]{article}
usepackage[affil-it]{authblk}
begin{document}
title{Aggregation According to Classical Kinetics---From Nucleation to
Coarsening}
author{Yossi Farjoun%
thanks{Electronic address: texttt{yfarjoun@math.mit.edu}; Corresponding author}}
affil{G. Mill'an Institute of Fluid Dynamics,\ Nanoscience and Industrial
Mathematics,\ Universidad Carlos III de Madrid, Spain}
author{John C. Neu%
thanks{Electronic address: texttt{neu@math.berkeley.edu}}}
affil{Department of Mathematics, University of California, Berkeley}
date{Dated: today}
maketitle
end{document}
Some tweaking to @maketitle
may be necessary, for example
makeatletter
def@maketitle{%
newpage
null
vskip 2em%
begin{center}%
let footnote thanks
{Largebfseries @title par}%
vskip 1.5em%
{normalsize
lineskip .5em%
begin{tabular}[t]{c}%
@author
end{tabular}par}%
vskip 1em%
{normalsize @date}%
end{center}%
par
vskip 1.5em}
makeatother
With this you'd get
The authblk package does this:
documentclass[a4paper]{article}
usepackage[affil-it]{authblk}
begin{document}
title{Aggregation According to Classical Kinetics---From Nucleation to
Coarsening}
author{Yossi Farjoun%
thanks{Electronic address: texttt{yfarjoun@math.mit.edu}; Corresponding author}}
affil{G. Mill'an Institute of Fluid Dynamics,\ Nanoscience and Industrial
Mathematics,\ Universidad Carlos III de Madrid, Spain}
author{John C. Neu%
thanks{Electronic address: texttt{neu@math.berkeley.edu}}}
affil{Department of Mathematics, University of California, Berkeley}
date{Dated: today}
maketitle
end{document}
Some tweaking to @maketitle
may be necessary, for example
makeatletter
def@maketitle{%
newpage
null
vskip 2em%
begin{center}%
let footnote thanks
{Largebfseries @title par}%
vskip 1.5em%
{normalsize
lineskip .5em%
begin{tabular}[t]{c}%
@author
end{tabular}par}%
vskip 1em%
{normalsize @date}%
end{center}%
par
vskip 1.5em}
makeatother
With this you'd get
answered Oct 26 '11 at 23:58
egregegreg
712k8618913174
712k8618913174
add a comment |
add a comment |
As article
doesn't support it, you may use a titlepage
environment. If you would like just to use the standard maketitle
, you could redefine this command or hook into the author macro.
The author is typeset using a simple table:
begin{tabular}[t]{c}%
@author
end{tabular}par}
So, you could use tabular
features inside the argument to author
. Simply use \
for a new row, perhaps several times. It would be set below and centered. Demonstrating tabular commands:
documentclass[titlepage]{article}
usepackage[onehalfspacing]{setspace}
begin{document}
title{Aggregation According to Classical Kinetics---From
Nucleation to Coarsening}
author{Yossi Farjoun \
multicolumn{1}{p{.7textwidth}}{centeringemph{G. Mill'an Institute
of Fluid Dynamics, Nanoscience and Industrial Mathematics,
Universidad Carlos III de Madrid, Spain}}}
maketitle
end{document}
Output:
You could add further rows for further authors and institutes.
This is just a workaround and a demonstration what happens internally. I would recommend to use a titlepage
environment instead of misusing the article
maketitle
feature that isn't intended to be used with an institute.
add a comment |
As article
doesn't support it, you may use a titlepage
environment. If you would like just to use the standard maketitle
, you could redefine this command or hook into the author macro.
The author is typeset using a simple table:
begin{tabular}[t]{c}%
@author
end{tabular}par}
So, you could use tabular
features inside the argument to author
. Simply use \
for a new row, perhaps several times. It would be set below and centered. Demonstrating tabular commands:
documentclass[titlepage]{article}
usepackage[onehalfspacing]{setspace}
begin{document}
title{Aggregation According to Classical Kinetics---From
Nucleation to Coarsening}
author{Yossi Farjoun \
multicolumn{1}{p{.7textwidth}}{centeringemph{G. Mill'an Institute
of Fluid Dynamics, Nanoscience and Industrial Mathematics,
Universidad Carlos III de Madrid, Spain}}}
maketitle
end{document}
Output:
You could add further rows for further authors and institutes.
This is just a workaround and a demonstration what happens internally. I would recommend to use a titlepage
environment instead of misusing the article
maketitle
feature that isn't intended to be used with an institute.
add a comment |
As article
doesn't support it, you may use a titlepage
environment. If you would like just to use the standard maketitle
, you could redefine this command or hook into the author macro.
The author is typeset using a simple table:
begin{tabular}[t]{c}%
@author
end{tabular}par}
So, you could use tabular
features inside the argument to author
. Simply use \
for a new row, perhaps several times. It would be set below and centered. Demonstrating tabular commands:
documentclass[titlepage]{article}
usepackage[onehalfspacing]{setspace}
begin{document}
title{Aggregation According to Classical Kinetics---From
Nucleation to Coarsening}
author{Yossi Farjoun \
multicolumn{1}{p{.7textwidth}}{centeringemph{G. Mill'an Institute
of Fluid Dynamics, Nanoscience and Industrial Mathematics,
Universidad Carlos III de Madrid, Spain}}}
maketitle
end{document}
Output:
You could add further rows for further authors and institutes.
This is just a workaround and a demonstration what happens internally. I would recommend to use a titlepage
environment instead of misusing the article
maketitle
feature that isn't intended to be used with an institute.
As article
doesn't support it, you may use a titlepage
environment. If you would like just to use the standard maketitle
, you could redefine this command or hook into the author macro.
The author is typeset using a simple table:
begin{tabular}[t]{c}%
@author
end{tabular}par}
So, you could use tabular
features inside the argument to author
. Simply use \
for a new row, perhaps several times. It would be set below and centered. Demonstrating tabular commands:
documentclass[titlepage]{article}
usepackage[onehalfspacing]{setspace}
begin{document}
title{Aggregation According to Classical Kinetics---From
Nucleation to Coarsening}
author{Yossi Farjoun \
multicolumn{1}{p{.7textwidth}}{centeringemph{G. Mill'an Institute
of Fluid Dynamics, Nanoscience and Industrial Mathematics,
Universidad Carlos III de Madrid, Spain}}}
maketitle
end{document}
Output:
You could add further rows for further authors and institutes.
This is just a workaround and a demonstration what happens internally. I would recommend to use a titlepage
environment instead of misusing the article
maketitle
feature that isn't intended to be used with an institute.
edited Feb 20 '17 at 7:06
Werner
439k659651658
439k659651658
answered Aug 9 '10 at 18:05
Stefan Kottwitz♦Stefan Kottwitz
176k63568759
176k63568759
add a comment |
add a comment |
If for some reason you need compatibility with Beamer's institute
command, you can also add it to maketitle
using etoolbox
:
documentclass{article}
usepackage{etoolbox}
makeatletter
providecommand{institute}[1]{% add institute to maketitle
apptocmd{@author}{end{tabular}
par
begin{tabular}[t]{c}
#1}{}{}
}
makeatother
title{Test}
author{Tester 1 and Tester 2}
institute{University of Testing and University of Diagnostics}
date{2019}
begin{document}
maketitle
end{document}
add a comment |
If for some reason you need compatibility with Beamer's institute
command, you can also add it to maketitle
using etoolbox
:
documentclass{article}
usepackage{etoolbox}
makeatletter
providecommand{institute}[1]{% add institute to maketitle
apptocmd{@author}{end{tabular}
par
begin{tabular}[t]{c}
#1}{}{}
}
makeatother
title{Test}
author{Tester 1 and Tester 2}
institute{University of Testing and University of Diagnostics}
date{2019}
begin{document}
maketitle
end{document}
add a comment |
If for some reason you need compatibility with Beamer's institute
command, you can also add it to maketitle
using etoolbox
:
documentclass{article}
usepackage{etoolbox}
makeatletter
providecommand{institute}[1]{% add institute to maketitle
apptocmd{@author}{end{tabular}
par
begin{tabular}[t]{c}
#1}{}{}
}
makeatother
title{Test}
author{Tester 1 and Tester 2}
institute{University of Testing and University of Diagnostics}
date{2019}
begin{document}
maketitle
end{document}
If for some reason you need compatibility with Beamer's institute
command, you can also add it to maketitle
using etoolbox
:
documentclass{article}
usepackage{etoolbox}
makeatletter
providecommand{institute}[1]{% add institute to maketitle
apptocmd{@author}{end{tabular}
par
begin{tabular}[t]{c}
#1}{}{}
}
makeatother
title{Test}
author{Tester 1 and Tester 2}
institute{University of Testing and University of Diagnostics}
date{2019}
begin{document}
maketitle
end{document}
answered 15 mins ago
Andrew DunningAndrew Dunning
1097
1097
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');
});
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%2f1408%2fwhere-to-put-the-institute-information-in-the-article-document-class%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
I'm not sure you can add that to the standard title page, but you could use the titling package to write a custom one.
– wishihadabettername
Aug 9 '10 at 18:03
6
Is using the Koma-Skript replacement for the standard classes an option? I.e. use
scrartcl
instead of plainarticle
– that should have the relevant commands, too.– Konrad Rudolph
Aug 10 '10 at 9:40
I'm also a bit lost. Do you mean the concept of
institute
as a macro, or simply where to include it in the title data to get it to print?– Joseph Wright♦
Sep 2 '10 at 7:43
Funny, maybe it was a permission issue. Thanks for reuploading it.
– Martin Scharrer♦
Oct 26 '11 at 16:29