From 8e53fd91a84d2d6644347144d56eaeda84e3500b Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Wed, 28 Oct 2020 13:56:58 -0400 Subject: [PATCH] Add article.tex file --- article.tex | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 article.tex diff --git a/article.tex b/article.tex new file mode 100644 index 0000000..fb0727a --- /dev/null +++ b/article.tex @@ -0,0 +1,68 @@ +\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} +