Page LayoutTitle with separate affiliation for each author

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
hanshdk
Posts: 11
Joined: Wed Aug 26, 2009 2:40 pm

Title with separate affiliation for each author

Post by hanshdk »

Hi all,
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
Last edited by hanshdk on Mon Aug 02, 2010 12:31 pm, edited 2 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Title with separate affiliation for each author

Post by localghost »

The »Quote« tag seems inappropriate for source code.

Try the authblk package. It lets you supplement the title of your document with author affiliations.


Thorsten
hanshdk
Posts: 11
Joined: Wed Aug 26, 2009 2:40 pm

Re: Title with separate affiliation for each author

Post by hanshdk »

Hi

Sorry, I hit the wrong one, should have been "Code", and not italic. It is changed no.

Thank you for the help, works great! Problem solved
Post Reply