\documentclass{parnum05}

%%%%%%put your title
\title{A Sample Parnum 2005 Paper}

%%%%%%put author name(s) and address(es), formatted as
%%%%%%in this sample; also mark the corresponding author's e-mail
\authors{Marjan \v Sterk $^{1,}$%
\correspondingauthor{marjan.sterk@ijs.si}%
, Borut Robi\v c $^2$}
\address {$^1$ Institute Jo\v zef Stefan \\
 Jamova 39, SI-1000 Ljubljana, Slovenia \\
 \medskip
 $^2$ Faculty of Computer Science and Informatics, \\
 University of Ljubljana \\
 Tr\v za\v ska 25, SI-1000 Ljubljana, Slovenia}

%%%%%%put author(s) as the first parameter ro \markboth
%%%%%%put title (or a shortened version) as the second parameter
\markboth{M. \v Sterk and B. Robi\v c}{A Sample Parnum 2005 Paper}

\begin{document}

\maketitle 

\begin{abstract}
This is an example of a paper written in \LaTeX\ $2\epsilon$ using
parnum05.cls class. You can use the \LaTeX\ source of this document
as a template for your papers. The abstract should have no more
than 200 words, no equations and no citations. American spelling
is recommended.
\end{abstract}

%------------------------------------------------------------------------
\section{Introduction}

From here on, write in \LaTeX\ as normally. Use the default formatting
for section headings, equations, lists etc. Refer to this document for
formatting author addresses and references. Include pictures as in
Figure \ref{fig:sample}. For reference formatting, see end of this paper.

\begin{figure}[htbp]
	\centering
	\framebox[80mm]{\Huge\textsl{Sample}}
	\caption{\label{fig:sample}A sample figure}
\end{figure}


To make this sample document more than one page, we add
\parnumsamplearticlebody %delete this line to get rid of sample text


%%%%%format the bibliography as in this sample
\begin{thebibliography}{99}

\bibitem{bib:this} M.~\v Sterk and B.~Robi\v c,
		{\em A Sample Parnum 2005 Paper},
		Institute Jo\v zef Stefan, 2005.
\bibitem{bib:another} J.~Q.~Public,
		A Journal Article,
		{\em JQP Journal 181} (1984), 42-99.

\end{thebibliography}

\end{document}


