diff options
Diffstat (limited to 'cv.tex')
| -rw-r--r-- | cv.tex | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,6 +1,7 @@ \documentclass[11pt]{article} \usepackage[margin=1in]{geometry} \usepackage{amsfonts, amsmath, amssymb, amsthm} +\usepackage{bm} \PassOptionsToPackage{obeyspaces,hyphens}{url} \usepackage{url} @@ -25,10 +26,10 @@ \renewcommand*{\mkbibnamefamily}[1]{% {#1}% \ifitemannotation{undergrad} - {\textsuperscript{*}} + {{\color{red}$^{\bm{\star}}$}} {}% \ifitemannotation{earlygrad} - {$^\dagger$} + {{\color{red}$^{\bm{\dagger}}$}} {}% }%% @@ -99,8 +100,8 @@ \section*{Publications \hrulefill} {\footnotesize \begin{itemize} - \item[$^*$] indicates an undergraduate co-author - \item[$^\dagger$] indicates an early graduate co-author + \item[{\color{red}$\bm{\star}$}] indicates an undergraduate co-author + \item[{\color{red}$\bm{\dagger}$}] indicates an early graduate co-author \end{itemize} } \nocite{*} |
