summaryrefslogtreecommitdiff
path: root/cv.tex
diff options
context:
space:
mode:
authorChris Cox <chris@mathematicaster.org>2020-10-12 10:13:17 -0500
committerChris Cox <chris@mathematicaster.org>2020-10-12 10:13:17 -0500
commite0d60a5da60505004ba67d2c9da58937ccf6cf6e (patch)
treef6623b1b52194a9ee1f33f97dccf7b8a0cf74c5b /cv.tex
parent27954e0f65bc391a72bf2479bf40149a122901bb (diff)
downloadcv-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.tex8
1 files changed, 7 insertions, 1 deletions
diff --git a/cv.tex b/cv.tex
index b226f37..4f223b6 100644
--- a/cv.tex
+++ b/cv.tex
@@ -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{}}