\documentclass[11pt]{article} \usepackage[margin=1in]{geometry} \usepackage{amsfonts, amsmath, amssymb, amsthm} \PassOptionsToPackage{obeyspaces}{url} \usepackage[colorlinks=true,citecolor=blue,urlcolor=blue,linkcolor=blue,bookmarksopen=true]{hyperref} \usepackage{tikz} \usepackage{enumitem} \usepackage{bibentry} % The following hack from http://tex.stackexchange.com/a/103349 reduces spacing in the bibliography slightly. % The effect is that the paper is not so long \usepackage{etoolbox} \patchcmd{\thebibliography}{\leftmargin\labelwidth}{\leftmargin\labelwidth\addtolength\itemsep{-0.1\baselineskip}}{}{} \setlength\parindent{0pt} \setlength\parskip{5pt} \newcommand*{\arXiv}[1]{\href{http://arxiv.org/pdf/#1}{arXiv:#1}} \def\doc{Curriculum Vit\ae{}} \begin{document} %\nobibliography{content/papers} %\bibliographystyle{abbrv} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% title+contact %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \input{content/header.tex} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \setlist{nolistsep} \section*{Research interests} \input{content/interests.tex} \section*{Education} \input{content/education.tex} \section*{Academic positions} \input{content/positions.tex} \section*{Publications} \input{content/publications.tex} \section*{Presentations} \input{content/presentations.tex} \section*{Awards/Grants} \input{content/awards-grants.tex} \end{document}