% Please make sure you insert your
% data according to the instructions in PoSauthmanual.pdf
\documentclass[a4paper,11pt]{article}
\usepackage{pos}
\title{Contribution title}
%% \ShortTitle{Short Title for header}
\author*[a]{First Author}
\author[a,b]{Second Author}
% Uncomment if you need to display "on behalf" data on the first page
% \onbehalf{for the X collaboration}
\affiliation[a]{Institution,\\
Street number, City, Country}
\affiliation[b]{Department, University,\\
Street number, City, Country}
\emailAdd{f.author@inst.edu}
\emailAdd{s.author@univ.country}
\abstract{...}
%% This will be set according to conference metadata
\FullConference{%
*** FIXME: Name of conference, ***\\
*** FIXME: day-day Month YEAR ***\\
*** FIXME: Location, City, Country ***
}
%% \tableofcontents
\begin{document}
\maketitle
\section{...}
\begin{thebibliography}{99}
\bibitem{...}
....
\end{thebibliography}
\end{document}