\documentclass[a4paper,11pt,fleqn]{article}    % Specifies the document style.
\usepackage{amsmath,latexsym,amsmath}
\usepackage{graphicx}
\usepackage{pgf,tikz}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[slovak]{babel}
%\usepackage{amsthm}
\oddsidemargin 1.25cm \evensidemargin -0.5cm \topmargin -2cm
\textwidth 15cm \textheight 24.75cm
\parindent 1.2cm

\newtheorem{teorem}{Theorem}[section]
\newtheorem{proposition}[teorem]{Proposition}
\newtheorem{definition}[teorem]{Definition}
\newtheorem{example}[teorem]{Example}
\newtheorem{lemma}[teorem]{Lemma}
\newtheorem{corollary}[teorem]{Corollary}

\title{Pokyny pre autorov}
\author{{\bf Autor1}\\
Adresa\\ e-mail \\ {\bf Autor2}\\ Adresa\\ e-mail }
\date{}

\begin{document}

\maketitle
\thispagestyle{empty}
\medskip\noindent

 
Tu začína abstrakt. Dĺžka do 2 strán s vypnutým číslovaním strán. Text písaný v~LaTeX-u (s použitím štandartných balíkov) alebo vo Worde 
(Open Office, Libre Office, apod.).\\
Abstrakt môže byť písaný v slovenčine, češtine alebo v angličtine.

V texte treba spraviť odkazy na citovanú literatúru \cite{DelfosseLoubaton_article,Haykin_book,VrinsArchambeau_proceedings}. Vzor pre časopisecké 
články je \cite{DelfosseLoubaton_article}, pre monografie \cite{Haykin_book} a pre články zo zborníkov je \cite{VrinsArchambeau_proceedings}.



\medskip\noindent
{\small{\bf Kľúčové slová:} keyword 1,keyword 2, keyword 3}

\medskip\noindent
{\bf Poďakovanie}\\
Práca bola podporená grantom\dots

\begin{thebibliography}{9}

\bibitem{DelfosseLoubaton_article} N. Delfosse and P. Loubaton, Adaptive blind separation of sources: A deflation
approach, \emph{Signal Processing} {\bf 45} (1995), 59--83.

\bibitem{Haykin_book} S. Haykin, editor. \emph{Unsupervised Adaptive Filtering vol. 1: Blind Source Separation}, John Willey ans Sons, New York, 2000.



\bibitem{VrinsArchambeau_proceedings} F. Vrins, C. Archambeau and M. Verleysen,
Towards a local separation performances estimator using common ICA contrast functions? In M. Verleysen, editor, \emph{proceedings of the $12^{th}$
European Symposium on Artificial Neural Networks} ({ESANN} 2004),
d-side pub., pages 211--216, April 28--30, Bruges (Belgium),
2004.


\end{thebibliography}
\end{document}
