sábado, 27 de octubre de 2012

Varios autores en LateX

Para incluir más de un autor en Latex, con el estilo article:

 \author{ 
 Apellido 1, Nombre 1\\ 
 \texttt{informacionRelevante} \\ 
 \texttt{$correo@electronico1$} 
 \and 
 Apellido 2, Nombre 2\\ 
 \texttt{informacionRelevante} \\ 
 \texttt{$correo@electronico2$} 

 \begin{document} 
 \maketitle 
 \end{document}