diff options
| author | Chris Cox <chris@mathematicaster.org> | 2020-08-26 14:01:40 -0500 |
|---|---|---|
| committer | Chris Cox <chris@mathematicaster.org> | 2020-08-26 14:01:40 -0500 |
| commit | 022af7670af421f9e1e620b71f045fd3fd79c427 (patch) | |
| tree | 05055363306e62b8fde3c627a40704cb361314d2 /cv.tex | |
| parent | fb7e0e71ad73f7dd37754860eed78da316b12317 (diff) | |
| download | cv-022af7670af421f9e1e620b71f045fd3fd79c427.tar cv-022af7670af421f9e1e620b71f045fd3fd79c427.tar.gz cv-022af7670af421f9e1e620b71f045fd3fd79c427.tar.bz2 cv-022af7670af421f9e1e620b71f045fd3fd79c427.tar.lz cv-022af7670af421f9e1e620b71f045fd3fd79c427.tar.xz cv-022af7670af421f9e1e620b71f045fd3fd79c427.tar.zst cv-022af7670af421f9e1e620b71f045fd3fd79c427.zip | |
Making my CV prettier
Diffstat (limited to 'cv.tex')
| -rw-r--r-- | cv.tex | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -19,7 +19,17 @@ \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{http://arxiv.org/pdf/#1}{arXiv:#1}} +% \published{title}{coauthors}{journal}{vol}{no}{pp}{date} +\newcommand*{\published}[7]{{\nopagebreak #1. \textit{#3}, vol #4, no #5, 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\doc{Curriculum Vit\ae{}} |
