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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
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
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
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