Could you help me with these questions:
- How do you add 2 authors to a document that uses the article document class?
- Are there commands to specify where the authors are placed at on the paper?
Here is a minimal working example:
\documentclass{article}
\title{Example Article}
\author{Author 1 \\ Author 2}
\begin{document}
\maketitle
\end{document}
As you can see I hard-code the authors into two lines, but there might be a better way?
\author{...}macro (typeset via the\maketitlecommand), or do mean names in theauthorfield of a bibliographic entry of type@article? Please advise. – Mico Dec 12 '13 at 22:50\documentclassfor a journal, just follow their instructions, they surely have some. – yo' Dec 12 '13 at 22:52\author{foo \and faa}. – Sigur Dec 12 '13 at 22:53amsartis different fromarticle). so do read the publisher's instructions. – barbara beeton Dec 13 '13 at 15:09