%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%% Mathematica Moravica document template %%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[b5cutpaper, twoside, 11pt, leqno]{moravica}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[left=1.95cm, top=1.75cm, bottom=1.75cm, right=1.95cm, nofoot]{geometry}
\usepackage[T1]{fontenc}
\usepackage{gensymb}

% allow equation break from page to page
\allowdisplaybreaks

\usepackage[absolute]{textpos}

\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead[RO,RE,LO,LE, CO, CE]{}
\fancyfoot{}

\fancyhead[RO]{\footnotesize{\thepage}}
\fancyhead[LE]{\footnotesize{\thepage}}
\fancyhead[CE]{\footnotesize\textsc{\rightmark}}
\fancyhead[CO]{\footnotesize\textsc{\leftmark}}
\fancyfoot{}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\footskip=0cm
\headheight=15pt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% Defining Length of the Address box%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newlength{\alength}
\setlength{\alength}{7cm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%% Mathematica Moravica Logo %%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\def\publname{Mathematica Moravica}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



%Here authors can define environments and their numbering schemes.
%Authors should add environments that are to be used in the paper

\newtheorem{theorem}{Theorem}
\newtheorem{proposition}{Proposition}
\newtheorem{corollary}{Corollary}
\newtheorem{lemma}{Lemma}

\theoremstyle{definition}
\newtheorem{definition}{Definition}
\newtheorem{remark}{Remark}
\newtheorem{example}{Example}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Authors can also define custom functions or macros to make typing of frequently used complicated expressions easier.
%
\newcommand\dd{\mathbf{d}}     %to be used ONLY within math environment.
%\newcommand\im{\mathrm{Im}}    %Imaginary part using ordinary upright font
%\DeclareMathOperator{\real}{\mathrm{Re}}
%
%Another way to achieve the result similar to the previous case,
%but this one looks more natural when typeset (because of small space after it).
%One can define more complicated functions, as for example
%
%\newcommand{\binsq}[2]{\displaystyle{\genfrac{[}{]}{0pt}{}{#1}{#2}}}
%
%which looks like binary operator, but with square brackets instead of ordinary ones


\begin{document}

\long\def\symbolfootnote[#1]#2{\begingroup%
\def\thefootnote{\fnsymbol{footnote}}\footnote[#1]{#2}\endgroup}

%and use \symbolfootnote[1]{footnote} to get an *
%and use \symbolfootnote[0]{footnote} to get footnote without any symbol
%and use \symbolfootnote[2]{footnote} to get a dagger
%and use \symbolfootnote[3]{footnote} to get a double dagger



\title[Here goes short title intended for headers if the full title is too long]
{Here goes the Title of the paper.\\
One can use line breaks \\
to get a more natural look of the Title}

\author[Short names, if too many authors to fit in the header]{Author's Name$^{\ast}$}
%\ast is used as a reference sign for some information related to the paper,
%which will be put in the footnote of the first page (like research support information).
%If no such information is provided, \ast command can be removed.
\address{\textbf{Author Name} \newline
Faculty of Technical Sciences \newline
Svetog Save 65 \newline
32000 \v{C}a\v{c}ak \newline
Serbia}
\email{e.g. authorUserName@gmail.com}

%If there are more than one author, \author, \adress and \email commands should be repeated here with
%appropriate information

\date{}
\subjclass[2020]{Primary: 40B05; Secondary: 33E99}
\keywords{keywords should be put here.  \\
\indent {\textit{Full paper}. Received 1 July 2019,
revised 1 September 2019, accepted 1 October 2019, available online 20 October 2019}}

\begin{abstract}
Here goes a short abstract of the paper.
\end{abstract}

\maketitle

%%% DO NOT DELETE %%%
%%% field for doi number to be added %%%
%\begin{textblock}{4}[0,0](9.45,1)
%{\footnotesize doi: }
%\end{textblock}


\section{Introduction}
\symbolfootnote[0]{$^\ast$Here goes some paper related information, like Research support etc.}
%if there are no such information, this command can be removed or commented out.

Here goes a short introduction. Displayed equations should be typeset using \texttt{equation} environment if numbered:
\begin{equation}
\zeta _k (x) \equiv Li_k (x) \equiv \sum\limits_{r = 1}^\infty \frac{x^r}{r^k}, \quad (k \ge 0).
\end{equation}
\begin{verbatim}
\begin{equation}
\zeta _k (x) \equiv Li_k (x) \equiv 
\sum\limits_{r = 1}^\infty \frac{x^r}{r^k}, \quad (k \ge 0).
\end{equation}
\end{verbatim}

Non-numbered displayed equations can be typeset using $\backslash [$ and $\backslash ]$:
\[
\Gamma = \int_{0}^{1}(-\log t)^{x-1}\dd t\equiv \int_{0}^{\infty}t^{x-1}e^{-t}\dd t
\]

Theorem-like environments should be defined in the preamble of the
document (just before $\backslash$\texttt{begin\{document\}} command).
Authors should use document numbering, not section numbering, 
e.g. Lemma 1, Lemma 2,\dots).

\begin{lemma}
Text of the lemma.
\end{lemma}

Proofs should be typeset inside \texttt{proof} environment
\begin{proof}
Proof goes here.
\end{proof}

Multiline displayed equations should be typeset using \texttt{align} environment:
\begin{align}
x_{1} + 3 x_{2} &= a, \\
2 x_{1} - x_{2} &= b.
\end{align}
If equations aren't numbered, starred version of \texttt{align} environment should be used:
\begin{align*}
x_{1} + 3 x_{2} &= a, \\
2 x_{1} - x_{2} &= b.
\end{align*}

However, to achieve more logical structure of equations, one can fiddle with more complicated solutions:
\begin{align*}
\phantom{2}x_{1} + 37 x_{2}          &= a, \\
          2x_{1} - \phantom{37}x_{2} &= b.
\end{align*}


%References should be typeset within thebibliography environment
\begin{thebibliography}{99}  % use two-digit argument if there are 10 or more references, one-digit otherwise
\setlength{\itemsep}{6pt}

\bibitem{1} Author 1, \textit{Book Title}, Publisher, 2016.

\bibitem{2} Author 2, Author 3, Author, 4, \textit{Title 2}, Journal name, 11 (2) (2016), 22-31.

\bibitem{3} Author 5, Author 6, \textit{Title 3}, Proceedings of the Conference, place, July 22-26 2018, 12-18.
\end{thebibliography}

\end{document}