\documentclass[a4paper,10pt]{article}

\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage{graphicx}

\hoffset -1in \topmargin 0mm \voffset 0mm \headheight 0mm
\headsep0mm
\oddsidemargin  20mm     %   Left margin on odd-numbered pages.
\evensidemargin 20mm     %   Left margin on even-numbered pages.
\textwidth   170mm       %   Width of text line.
\textheight  252mm

\makeatletter
\renewcommand\@openbib@code{%
     \advance\leftmargin  \z@ %\bibindent
      \itemindent \z@
     % Move bibitems close together
     \parsep -0.8ex
     }
\makeatother

\makeatletter
\renewcommand\section{\@startsection {section}{1}{\z@}%
                                   {-3.5ex \@plus -1ex \@minus -.2ex}%
                                   {2.3ex \@plus.2ex}%
                                   {\large\bfseries}}
\makeatother

\makeatletter
\renewcommand\subsection{\@startsection {subsection}{1}{\z@}%
                                   {-3.5ex \@plus -1ex \@minus -.2ex}%
                                   {2.3ex \@plus.2ex}%
                                   {\normalsize\bfseries}}
\makeatother

\begin{document}
\pagestyle{empty}

\begin{center}
{\bf \Large TITLE OF THE PAPER (Capitals 14pt, Bold, Centered)}
\end{center}

\smallskip
\begin{center}
{\large Authors' Names (Name Surname) (12pt Times New Roman, centered)}
\end{center}

\smallskip
\begin{center}
University (10pt Times New Roman, centered)\\
Department (10pt Times New Roman, centered)\\
Address (10pt Times New Roman, centered)\\
Country (10pt Times New Roman, centered)\\
youremailaccount@xxx.xxx.xx (10pt Times New Roman, centered)
\end{center}

\bigskip
\noindent Abstract: \textit{This is a sample of the format of your
full paper. Use Word for Windows (Microsoft) (or equivalent Word
Processor with exactly the same "printing results") or LaTeX by
tuning - A4 sheet, 20 mm from right, left and above, and 25 mm
below. Please do not number the pages! Use single space. Use
single-column format after the keywords. Use 10pt, Times New
Roman. For the words Abstract, Keywords use Italics, 10pt, Times
New Roman. Leave one blank line after the Abstract.}

\vspace*{10pt} \noindent Keywords: \textit{Write your keywords (6
- 10 words). Leave double blank line after your keywords.}

\bigskip
\section{Introduction}
As you can see for the title of the paper you must use 14pt,
Capital, Centered, Bold, Times New Roman. \textit{Please do not
number the pages!} Leave one blank line (14pt) and then type
Authors' Names etc., see above.

Paper text should be typed in 10pt Times New Roman, and justify to
block. The heading of each section should be printed in small,
12pt, left justified, bold, Times New Roman. You must use numbers
1, 2, 3,$\ldots$ for the sections' numbering and not Latin
numbering (I, II, III,$\ldots$).

\section{Problem Formulation}
Please, leave two blank lines between successive sections as here.

Mathematical equations must be centered and numbered as follows: (1),
(2),$\ldots$, (99) and not (1.1), (1.2),$\ldots$, (2.1),
(2.2),$\ldots$ depending on your various Sections.
\begin{equation}z^{EO}=\min\limits_{e,\,g(\xi)}\mathbb{E}(F(\xi,e,g(\xi)))\end{equation}

\subsection{Subsection}
When including a subsection you must use, for its heading, small
letters, 10pt, left justified, bold, Times New Roman as here.

\section{Problem Solution}
Figures and Tables should be numbered as follows: Fig.1,
Fig.2,$\ldots$ etc., Table 1, Table 2,$\ldots$.etc. All figures
will be printed black and white only. Figure caption must be placed below the figure and table caption must be placed above the table.

If your paper deviates significantly from these specifications,
our Mendel publishing house may not be able to include your paper
in the Proceedings. When citing references in the text of the
abstract, type the corresponding number in square brackets as
shown at the end of this sentence \cite{1}.

\section{Conclusion}
Please, follow our instructions faithfully; otherwise you have to
resubmit your full paper. This will enable us to maintain
uniformity in the conference proceedings. The better you look, the
better we all look. Thank you for your cooperation and
contribution. We are looking forward to seeing you at the Mendel
conference in Brno.

\vspace*{10pt} \noindent {\bf Acknowledgement:} On this place you
can return thanks for the support. Use 10pt Times New Roman.

% References
\begin{thebibliography}{99}
\vskip12pt
\bibitem{1} Surname, N., Title of the Paper, \textit{International Journal of Science
and Technology}, Vol.X, No.X, 19XX, pp. XX-XX.
\bibitem{2} Surname, N., \textit{Title of the Book}, Publishing House, 19XX
\end{thebibliography}
\end{document}

