\documentclass[11pt]{article} \usepackage[margin=1in]{geometry} \usepackage{amsfonts, amsmath, amssymb, amsthm} \PassOptionsToPackage{obeyspaces,hyphens}{url} \usepackage{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*{\at}[1]{\\[2pt]\hspace*{-5pt}\begin{minipage}{\textwidth}\begin{itemize}\item[@]#1\end{itemize}\end{minipage}} \newcommand*{\at}[1]{\vspace{-5pt}\begin{itemize}[leftmargin=0.75cm]\item[@]#1\end{itemize}} \newcommand*{\with}[1]{\begin{itemize}[leftmargin=1.25cm]\item[with]#1\end{itemize}} \newcommand*{\arXiv}[1]{\href{https://arxiv.org/abs/#1}{arXiv:#1}} \newcommand*{\doi}[1]{\href{https://doi.org/#1}{DOI:#1}} % \published{title}{coauthors}{journal}{vol}{no}{pp}{date}{url} \newcommand*{\published}[8]{% {\nopagebreak #1. \textit{#3}, \ifthere{vol}{#4}\ifthere{no}{#5}\ifthere{pp}{#6}#7. \with{#2.} } } % \accepted{title}{coauthors}{journal}{arXiv} \newcommand*{\accepted}[4]{#1. \textit{#3}. \arXiv{#4}.\with{#2.}} % \submitted{title}{coauthors}{arXiv} \newcommand*{\submitted}[3]{#1. \arXiv{#3}.\with{#2.}} \def\ifthere#1#2{% \if\relax\detokenize{#2}\relax% \else% {#1 #2,} \fi} \def\doc{Publication List} \begin{document} %\nobibliography{content/papers} %\bibliographystyle{abbrv} \pagestyle{empty} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% title+contact %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \input{content/header.tex} \hrule\hrule %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \setlist{nolistsep} \input{content/publications.tex} \end{document}