diff options
| author | chris <chris@zxc185> | 2019-10-17 10:59:13 -0400 |
|---|---|---|
| committer | chris <chris@zxc185> | 2019-10-17 10:59:13 -0400 |
| commit | 65a9fd445eb538fe16914efb36133b2082177e45 (patch) | |
| tree | e922d42bd8c327e971b445c5b583515c4bbb9f7e /cv.tex | |
| parent | f39d7dc49c1c70ef5796045d7634a7731e7dacbf (diff) | |
| download | cv-65a9fd445eb538fe16914efb36133b2082177e45.tar cv-65a9fd445eb538fe16914efb36133b2082177e45.tar.gz cv-65a9fd445eb538fe16914efb36133b2082177e45.tar.bz2 cv-65a9fd445eb538fe16914efb36133b2082177e45.tar.lz cv-65a9fd445eb538fe16914efb36133b2082177e45.tar.xz cv-65a9fd445eb538fe16914efb36133b2082177e45.tar.zst cv-65a9fd445eb538fe16914efb36133b2082177e45.zip | |
restructured a bit
Diffstat (limited to 'cv.tex')
| -rw-r--r-- | cv.tex | 35 |
1 files changed, 5 insertions, 30 deletions
@@ -1,4 +1,5 @@ -\documentclass[10pt]{article} +\documentclass[11pt]{article} +\usepackage[margin=1in]{geometry} \usepackage{amsfonts, amsmath, amssymb, amsthm} \PassOptionsToPackage{obeyspaces}{url} @@ -12,17 +13,6 @@ \usepackage{etoolbox} \patchcmd{\thebibliography}{\leftmargin\labelwidth}{\leftmargin\labelwidth\addtolength\itemsep{-0.1\baselineskip}}{}{} -\oddsidemargin 0pt -\evensidemargin 0pt -\marginparwidth 40pt -\marginparsep 10pt -\topmargin -20pt -\headsep 10pt -\textheight 8.7in -\textwidth 6.65in -\renewcommand{\baselinestretch}{1.1} -% stop latex from adding "references" headline -\renewcommand\refname{} \setlength\parindent{0pt} \setlength\parskip{5pt} @@ -30,10 +20,9 @@ \newcommand*{\arXiv}[1]{\href{http://arxiv.org/pdf/#1}{arXiv:#1}} +\def\doc{Curriculum Vit\ae{}} -\title{Christopher Cox} -\author{Curriculum Vit\ae{}} \begin{document} @@ -44,20 +33,7 @@ %%%% title+contact %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\begin{minipage}[ht]{0.5\textwidth} - \flushleft - \Huge{Christopher Cox} - \vspace{5pt} - - \hspace{2pt}\Large{Curriculum Vit\ae{}} -\end{minipage} -\begin{minipage}{0.49\textwidth} - \flushright - \input{content/contact.tex} -\end{minipage} - -\vspace{10pt} -\hrule\hrule +\input{content/header.tex} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -66,8 +42,7 @@ \section*{Research interests} - -Extremal combinatorics, probabilistic methods, algebraic methods, discrete geometry, graph theory. +\input{content/interests.tex} \section*{Education} \input{content/education.tex} |
