\documentclass[twoside]{article} \usepackage{lipsum} \usepackage[sc]{mathpazo} \usepackage[T1]{fontenc} \linespread{1.05} \usepackage{microtype} \usepackage[hmarginratio=1:1,top=32mm,columnsep=20pt]{geometry} \usepackage{multicol} \usepackage[hang, small,labelfont=bf,up,textfont=it,up]{caption} \usepackage{booktabs} \usepackage{float} \usepackage{hyperref} \usepackage{lettrine} \usepackage{paralist} \usepackage{abstract} \renewcommand{\abstractnamefont}{\normalfont\bfseries} \renewcommand{\abstracttextfont}{\normalfont\small\itshape} \usepackage{titlesec} \renewcommand\thesection{\Roman{section}} \renewcommand\thesubsection{\Roman{subsection}} \titleformat{\section}[block]{\large\scshape\centering}{\thesection.}{1em}{} \titleformat{\subsection}[block]{\large}{\thesubsection.}{1em}{} \usepackage{fancyhdr} \pagestyle{fancy} \fancyhead{} \fancyfoot{} \fancyhead[C]{ Proceeding of the Fifth International Conference on Mathematical Sciences, ICM2016} \fancyfoot[RO,LE]{\thepage} %---------------------------------------------------------------------------------------- % TITLE SECTION %---------------------------------------------------------------------------------------- \title{\vspace{-15mm}\fontsize{24pt}{10pt}\selectfont\textbf{Article Title}} \author{ \large \textsc{Mohamed Omar}\thanks{A thank you or further information}\\[2mm] \normalsize United Arab Emirates University \\ \normalsize \href{mailto:mo@uaeu.ac.ae}{mo@uaeu.ac.ae} \vspace{-5mm} } \date{} %---------------------------------------------------------------------------------------- \begin{document} \maketitle \thispagestyle{fancy} %---------------------------------------------------------------------------------------- % ABSTRACT %---------------------------------------------------------------------------------------- \begin{abstract} Please Copy and past your abstract here. Make sure to put any mathematical formula between two dollars. The references should follow the style below \cite{Figuredo}. The limit of the abstract is one page. \end{abstract} \begin{thebibliography}{99} \bibitem{Figuredo} Figueredo, A.~J. and Wolf, P. S.~A. (2009). \newblock Assortative pairing and life history strategy - a cross-cultural study. \newblock {\em Human Nature}, 20:317--330. \end{thebibliography} \end{document}