\documentclass{CSITproc}


\newtheorem{theorem}{Theorem} %Change {Theorem} to {Lemma}, {Definition}, etc. - for the lemma, definition, etc...


\begin{document}

% Title -------------------------------------------------------------------------
\title{Instructions for Preparation and Submission of Papers for the Proceedings of 7th International Conference on
 Computer Science and Information Technologies (CSIT 2009)
 \titlenote{Title note...}}
% Title -------------------------------------------------------------------------

% Authors -----------------------------------------------------------------------
\numberofauthors{2} %The number of authors

\author{
\alignauthor First-Name, Second-Name \\ %First author
    \affiliation{University Name\\ City, Country }
    \email{email1@email.com}
\alignauthor First-Name, Second-Name\\ %Second author
    \affiliation{Group, Company\\ City, Country}
    \email{email2@email.com}\\
%\alignauthor xxx\\%...
%    \affiliation{xxx}
%    \email{xxx}\\
}
% Authors -----------------------------------------------------------------------

\date{24-28 September, Yerevan, Armenia}
\maketitle

% Abstract of the paper ------------------------------------------------------
\abstract{This paper provides the instructions for the preparation
of papers for submission to CSIT 2009 and relevant style file that
produced this page.}
% Abstract of the paper ------------------------------------------------------


% Keywords -------------------------------------------------------------------
\keywords{Computer science, informatics, information technology.}
% Keywords -------------------------------------------------------------------

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

The 2009 Computer Science and Information Technologies Conference
will be held at Yerevan, Armenia, from 28 September till 2 October, 2009.

The major topics include, but are not limited to the following:

$\bullet$ Algorithms, Automata and Logic \\
$\bullet$ Discrete Mathematics and Combinatorial Analysis \\
$\bullet$ Information Theory and Coding Theory \\
$\bullet$ Artificial Intelligence and Management Support Systems \\
$\bullet$ Pattern Recognition and Image Processing \\
$\bullet$ Parallel and Distributed Computing\\
$\bullet$ Cluster and Grid Computing\\
$\bullet$ Design and Testing \\
$\bullet$ Telecommunication and Networking\\
$\bullet$ Information Technologies Applications\\

\section{Preparation of the Paper}

Authors are encouraged to use \LaTeX\ to prepare their extended abstracts, using
the style file and example on the conference web-site. Authors using other means
to prepare their abstracts should attempt to duplicate the style of the example
as closely as possible.

Authors are invited to submit papers in PDF format (template available on the
Conference site) by submission system.  Accepted papers will be published (up
to 4 pages in length) in the Conference Proceedings. 

\section {Details}
% Subsection -----------------------------------------------------------------
\subsection{Contact adress}
Institute for Informatics and Automation Problems, \\
1, P. Sevak str., Yerevan, 0014, Armenia \\
E-mail: csit@sci.am\\
Phone:  +(374 10)  527090, 282040\\
Fax: +(374 10) 569281\\

\subsection{  Important Dates}
Submission deadline:                    May 20, 2009\\
Notification of acceptance:            June 20, 2009\\
Final papers due                       July 20, 2009\\
Deadline for early registration        Aug 20, 2009\\

%\subsection{Expenses}
%Organizing fee is US \$250, which covers proceedings, local transport cost, cultural program and coffee breaks.
%
%Various hotels will be available for participants.
%For more details, submittals, and up-to-date information see our
%web-site: http://csit.am/2009.


% Sample Figure ------------------------------------------------------------
%\begin{figure}[h]
%\label{sample-figure}
%\begin{center}
%\includegraphics[width=5cm]{sample.eps}
%\caption{Sample figure}
%\end{center}
%\end{figure}

% Sample Table ------------------------------------------------------------
%\begin{table}[h]
%\renewcommand{\arraystretch}{1.2}
%\caption{Sample table}
%\vspace{1mm}
%\label{sample-table}
%\begin{center}
%\begin{tabular}{|c|c|c|}
%\hline
%Title 1 & Title 2  & Title 3\\
%\hline
%item 1,1 & item 1,2  & item 1,3\\
%\hline
%item 2,1 & item 2,2  & item 2,3\\
%\hline
%item 3,1 & item 3,2  & item 3,3\\
%\hline
%\end{tabular}
%\end{center}
%\end{table}

% Sample Theorem ----------------------------------------------------------
%\begin{theorem}
%This is the sample theorem...
%\end{theorem}
%
%\proof The proof of the theorem.
%\endproof


\section{Acknowledgement}
The authors would like to thank various sponsors for supporting their research.

% References -------------------------------------------------------------
\begin{thebibliography}{}

%1
\bibitem{2005}  N. Author, "Paper title", {\it Journal name}, pp. x-xx, year.


\end {thebibliography}
% References -------------------------------------------------------------

\end{document}

\section{Sample}

Sample formula:
% Formula --------------------------------------------------------------------
\begin{equation}
\label{formula1} A=B
\end{equation}

% Reference ------------------------------------------------------------------
This is the sample reference: \cite{}.


% Theorem, Lemma, Definition, Remark, etc. -----------------------------------
