diff options
| author | Chris Cox <chris@mathematicaster.org> | 2020-10-12 10:13:17 -0500 |
|---|---|---|
| committer | Chris Cox <chris@mathematicaster.org> | 2020-10-12 10:13:17 -0500 |
| commit | e0d60a5da60505004ba67d2c9da58937ccf6cf6e (patch) | |
| tree | f6623b1b52194a9ee1f33f97dccf7b8a0cf74c5b /cv.tex | |
| parent | 27954e0f65bc391a72bf2479bf40149a122901bb (diff) | |
| download | cv-e0d60a5da60505004ba67d2c9da58937ccf6cf6e.tar cv-e0d60a5da60505004ba67d2c9da58937ccf6cf6e.tar.gz cv-e0d60a5da60505004ba67d2c9da58937ccf6cf6e.tar.bz2 cv-e0d60a5da60505004ba67d2c9da58937ccf6cf6e.tar.lz cv-e0d60a5da60505004ba67d2c9da58937ccf6cf6e.tar.xz cv-e0d60a5da60505004ba67d2c9da58937ccf6cf6e.tar.zst cv-e0d60a5da60505004ba67d2c9da58937ccf6cf6e.zip | |
CV updates
Diffstat (limited to 'cv.tex')
| -rw-r--r-- | cv.tex | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -25,12 +25,18 @@ \newcommand*{\arXiv}[1]{\href{http://arxiv.org/abs/#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.}}} +\newcommand*{\published}[7]{{\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{Curriculum Vit\ae{}} |
