% LaTeX2e template for 9th Cracow Conference 2022  abstract
%--------------------------------------------------------------------------
%  PLEASE DO NOT CHANGE THE FOLLOWING DEFINITIONS
%
\documentclass[12pt,b5paper]{article}
\usepackage[b5paper,left=3cm,right=3cm,bottom=3.5cm,top=3.5cm,twoside]{geometry}
\special{papersize=176mm,250mm}
\usepackage{amsmath,amssymb}
%--------------------------------------------------------------------------
% Include graphicx package for placing EPS figures in the text
\usepackage{graphicx}
%--------------------------------------------------------------------------
%\pagestyle{empty}
\def\refname{{\normalsize {\textbf  References}}}
% END OF DEFINITIONS

\begin{document}

%--------------------------------------------------------------------------
% Title of abstract
%
\begin{center}
{\large {\bf
Put the title of your abstract here
}}
\end{center}

%--------------------------------------------------------------------------
% List of authors
%
% In case there is more than one author every author's name must be
% followed by the number which refers to his/her affiliation.
% e.g. for affiliation number 1 the author's name must be followed by $^{(1)}$
% for affiliation number 2 the name must be followed by $^{(2)}$, etc.
%

\begin{center}
{\small
A.Author$^{(1)}$, B.Author$^{(2)}$, \underline{C.Author-Speaker$^{(1)}$}
}
\end{center}

%---------------------------------------------------------------------------
% List of addresses
%
% Affiliations should be short and must be numbered consistently with the numbers used in
% the previous section

{\small \noindent $^{(1)}$  University, City, Country\\
$^{(2)}$  Institution,  City, Country }

\bigskip

%---------------------------------------------------------------------------
% Text of abstract
%
Here comes the text of your abstract. The whole abstract should fit
into area of 11,5cm~x~18cm.

Please, remember that the length of your abstract must not exceed
one page!


If you want to place figures in your abstract, please use the
\textbf{graphicx} package. Figure~\ref{samplefig} is an example of
placing EPS graphics into abstract~\cite{cit1}.
%Placing of a sample figure
%\begin{figure}[ht]
%\begin{center}
%\includegraphics[scale=0.5]{logo.eps}
%\end{center}
%\caption{A sample of the figure} \label{samplefig}
%\end{figure}
%End of a figure.

\begin{thebibliography}{}

\bibitem{cit1} D.Author, E.Author, The title of the paper, \textit{Discrete Math.}
2007 pp.145-161.

\bibitem{cit2} F.Author, G.Author, \textit{The title of the book}, The
name of the publisher, City, (2002).

\end{thebibliography}

%
%---------------------------------------------------------------------------
% END OF USER INPUT
%---------------------------------------------------------------------------
\end{document}


