I have looked a couple of days for the possibility of creating something like this:
Code: Select all
\documentclass{article}
\begin{document}
\title{Title of the paper}
\author{Author 1}
\author{Author 2}
\affiliation{Institute of 1 and 2}
\author{Author 3}
\affiliation{Institute of 3}
\begin{abstract}
Some text
\end{abstract}
\end{frontmatter}
bla bla
\end{document}
Can this be done with some package? The only option I have seen is ltxfront, which is not working well.
Thanks in advance,
Hans