\documentclass[11pt]{article} \usepackage{graphics} %%%%%%%%%%%% \textwidth 150mm \textheight 270mm \topmargin -35mm %\parskip 5mm \renewcommand{\baselinestretch}{1.25} \marginparwidth 19mm \oddsidemargin 7mm \newtheorem{definition}{Definition}[section] \newtheorem{lemma}{Lemma}[section] \newtheorem{remark}{Remark}[section] \newtheorem{assumption}{Assumption} \newtheorem{property}{Property}[section] \newtheorem{properties}{Properties}[section] \newtheorem{theorem}{Theorem}[section] \newtheorem{corollary}{Corollary}[section] \newtheorem{proposition}{Proposition}[section] \newtheorem{procedure}{Procedure}[section] \newtheorem {problem}{Problem}[section] \newcommand{\cvd}{\hfill\raisebox{3pt}{\fbox{\rule{0mm}{1mm}\hspace*{1mm}\rule{0mm}{1mm}}\,} \vspace{5mm}} \newcommand{\proof}{\vspace{1mm}\noindent{\it Proof}\quad} \renewcommand{\thefootnote}{\arabic{footnote}} \newcounter{bean} \title{ {\bf Title}} \author{{\bf Name of the First Author}\\ \small{Department XX, University of Valencia, Spain}\\ \small{Email: corresponding.author@university.es}\\ %%%%%% ADD THIS LINE TO THE CORRESPONDING AUTHOR ONLY \and {\bf Name of the Second Author} \\ \small{Department YY, University of Valencia, Spain }\\ \and {\bf Name of the Third Author}\\ \small{Department ZZ, University of Valencia, Spain } } \date{} \begin{document} \pagestyle{empty} \maketitle \thispagestyle{empty} %%%%%%%%%%%%%%%%%%%%%% ABSTRACT %%%%%%%%%%%%%%%%%%%%%% \noindent Write your abstract here!\\ Size: 11pt; Line spacing: 1.25. \vspace{6cm} %%%%%%%%%%%%%%%%%%%%%% REFERENCES %%%%%%%%%%%%%%%%%%%%%% \noindent If you have references (3 at most), they should be given using the following section and format: \begin{thebibliography}{99} \bibitem{ArtInJour} R. van Bevern, C. Komusiewicz, and M. Sorge, ``A parameterized approximation algorithm for the mixed and windy capacitated arc routing problem: Theory and experiments'', \textit{Networks} 70(3), 262-278, 2017. \bibitem{Book} \'{A}. Corberán and G. Laporte (Eds), \textit{Arc Routing: Problems, Methods, and Applications}, MOS-SIAM Series on Optimization, 2014. \bibitem{ChInABook} G. Hasle, ``Arc routing applications in newspaper delivery'', in \textit{Arc Routing: Problems, Methods, and Applications}, \'{A}. Corberán and G. Laporte (Eds), MOS-SIAM Series on Optimization, 371-395, 2014. %\bibitem{Dissertation} %A. BBBBB, \textit{Title}, Ph.D. thesis, University of Valencia, Spain, 2021. %\bibitem{ArtInProc} %A. BBBBB and C. DDDDD,``Title'', \textit{Proceedings of the International Conference on ...}, pp-pp, 2021. %\bibitem{WorkPaper} %A. BBBBB, C. DDDDD, and E. FFFFF, ``Title'', Technical Report N., Department XX, University of Valencia, 2021. \end{thebibliography} \vspace{2cm} \noindent NOTE: ONE PAGE LIMIT! \end{document}