summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchris <chris@zxc185>2019-10-17 16:24:28 -0400
committerchris <chris@zxc185>2019-10-17 16:24:28 -0400
commitefb30883d9eafa7dc1d8d3fa01950c15b2b08fac (patch)
tree2873063e623e77595fd9c2ced0f3007e8f69cc67
parent65a9fd445eb538fe16914efb36133b2082177e45 (diff)
downloadcv-efb30883d9eafa7dc1d8d3fa01950c15b2b08fac.tar
cv-efb30883d9eafa7dc1d8d3fa01950c15b2b08fac.tar.gz
cv-efb30883d9eafa7dc1d8d3fa01950c15b2b08fac.tar.bz2
cv-efb30883d9eafa7dc1d8d3fa01950c15b2b08fac.tar.lz
cv-efb30883d9eafa7dc1d8d3fa01950c15b2b08fac.tar.xz
cv-efb30883d9eafa7dc1d8d3fa01950c15b2b08fac.tar.zst
cv-efb30883d9eafa7dc1d8d3fa01950c15b2b08fac.zip
pub list
-rw-r--r--pub-list.tex45
1 files changed, 45 insertions, 0 deletions
diff --git a/pub-list.tex b/pub-list.tex
new file mode 100644
index 0000000..66ff1b6
--- /dev/null
+++ b/pub-list.tex
@@ -0,0 +1,45 @@
+\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{Publication List}
+
+
+
+
+\begin{document}
+%\nobibliography{content/papers}
+%\bibliographystyle{abbrv}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%% title+contact %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\input{content/header.tex}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%% body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\setlist{nolistsep}
+
+\input{content/publications.tex}
+
+\end{document}