[Tex/LaTex] Address and email in article class

addressesarticle

How can I typeset email and address at the end of text (after References) in the article class just like in the amsart class? Does anyone know a macro for doing this?

Best Answer

In the article class you can use the package authblkand the command \affil

\documentclass{article}
\usepackage{authblk}
\title{An important paper}

\author[$\dagger$]{R. Campbell}
\author[$\star$]{M. Dane}
\author[$\ddag$]{J. Jones}

\affil[$\dagger$]{Department of Mathematics, Pennsylvania State University,Pittsburgh, Pennsylvania 13593}
\affil[$\star$]{Atmospheric Research Station,
Pala Lundi, Fiji}
\affil[$\ddag$]{Department of Philosophy, Freedman College,
Periwinkle, Colorado 84320}