\documentclass[11pt]{article} \usepackage{enumerate} % Custom item numbers for enumerations \usepackage[ruled]{algorithm2e} % Algorithms \usepackage[framemethod=tikz]{mdframed} % Allows defining custom boxed/framed environments \usepackage{lineno} \usepackage[english]{babel} \usepackage{csquotes} \usepackage[url=false,doi=false,isbn=false, sorting=none]{biblatex} \bibliography{/home/aselimov/latex/references} \setcounter{secnumdepth}{0} \usepackage{setspace} \usepackage{subcaption} \usepackage{geometry} % Required for adjusting page dimensions and margins \geometry{ paper=a4paper, % Paper size, change to letterpaper for US letter size top=2.5cm, % Top margin bottom=3cm, % Bottom margin left=2.5cm, % Left margin right=2.5cm, % Right margin headheight=14pt, % Header height footskip=1.5cm, % Space from the bottom margin to the baseline of the footer headsep=1.2cm, % Space from the top margin to the baseline of the header %showframe, % Uncomment to show how the type block is set on the page } \newcommand{\ols}[1]{\mskip.5\thinmuskip\overline{\mskip-.5\thinmuskip {#1} \mskip-.5\thinmuskip}\mskip.5\thinmuskip} % overline short %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%Title %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \title{<++>} % Title of the assignment \author{Alex Selimov} % Author name and email address \date{} % University, school and/or department name(s) and a date %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \maketitle %% %% Start line numbering here if you want %% \linenumbers \doublespacing % The Appendices part is started with the command \appendix; %% appendix sections are then done as normal sections %% \appendix %% \section{} %% \label{} %% References %% %% Following citation commands can be used in the body text: %% Usage of \cite is as follows: %% \cite{key} ==>> [#] %% \cite[chap. 2]{key} ==>> [#, chap. 2] %% \citet{key} ==>> Author [#] %% References with bibTeX database: \printbibliography \end{document}