\documentclass{tdp}

\begin{document}

\title{Title of the paper: On Author's family}
\author{First Author$^{*}$, Second Author$^{**,***}$, Third Author$^{***}$}
\address{$^{*}$My house, My address, My City, My ZIP Code, My Country. 
  $^{**}$My house, My address, My City, My ZIP Code, My Country.\\
  $^{***}$My house, My address, My City, My ZIP Code, My Country.\\
  E-mail: {\small \tt{address@my.domain.cat}}, {\small \tt{address2@another.domain.cat}}
}
%% Avoid if possible
\thanks{My thanks to those that deserve them.} 

%% This part here is not needed for submission
\TDPRunningAuthors{Author F., Author S., Author T.}
\TDPRunningTitle{Running title}
\TDPThisVolume{1}
\TDPThisYear{2008}
\TDPFirstPageNumber{1000}
\TDPSubmissionDates{Received 29 February 2008; received in revised form 30 February 2008; accepted 1 March 2008}


\maketitle

\begin{abstract}
This paper describes our family
\end{abstract}

\begin{keywords}
Family, Author
\end{keywords}

\section{Introduction}
Our name is First, Second and Third.~\cite{ref:Author.2008} is the best paper in the world. 

\section{Preliminaries}
We live in {\em My Country} (MC). 

\section*{Acknowledgements}
Acknowledgements go here. Partial support by A.B.C is acknowledged. 

\begin{thebibliography}{99}

\bibitem{ref:Author.2008}
Author, F., Author, S., Author, T. (2008) Title of the paper: On Author's family, Transactions on Data Privacy 1 1-2. 


\end{thebibliography}

\end{document}

