diff options
| author | tslil <> | 2020-09-15 12:25:47 -0400 |
|---|---|---|
| committer | tslil <> | 2020-09-15 12:25:47 -0400 |
| commit | 6832192bf16f4c23f40497bc9fb9095d852180b2 (patch) | |
| tree | 62910b145ce70d4674d3492558432e9eb5a35d46 /cv.tex | |
| parent | c0434a8c1b3557931ad606a3301942965fd8a91e (diff) | |
Italic font was also bold, fixed
Diffstat (limited to 'cv.tex')
| -rw-r--r-- | cv.tex | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -12,7 +12,7 @@ % Set font % ----------------------------------------------------------------------------- \usepackage{fontspec} -\setmainfont{Libre Baskerville} +\setmainfont[ItalicFont={* Italic}]{Libre Baskerville} % ----------------------------------------------------------------------------- % Colours @@ -28,11 +28,10 @@ \usepackage[pagecolor=cv-yellow-bg]{pagecolor} -%\pagecolor{cv-yellow-bg} - % ----------------------------------------------------------------------------- % Commands for entries in the CV % ----------------------------------------------------------------------------- + \newsavebox{\ruletitletext} \newlength{\ruletitleheight} \newcommand{\ruletitle}[2][1pt]{ @@ -125,8 +124,8 @@ Supervised by \href{http://www.math.jhu.edu/~eriehl/}{Emily Riehl} -Interested in: \textit{formal category theory}, -\textit{higher categories}, and \textit{homotopy type theory}. +Interested in: \emph{formal category theory}, +\emph{higher categories}, and \emph{homotopy type theory}. % Line for CV info \rule{\linewidth}{1pt}\vspace{-1ex} @@ -161,8 +160,8 @@ Interested in: \textit{formal category theory}, \ruletitle{Notable Service} \entry{2019}{Primary organiser}{2019 Category Theory - Octoberfest {\setromanfont{Libre Baskerville} - \emph{(\href{https://ct-octoberfest.github.io}{website})}},\\Johns Hopkins}{} + Octoberfest {\setromanfont{Libre Baskerville Italic} + {(\href{https://ct-octoberfest.github.io}{website})}},\\Johns Hopkins}{} \entry{Ongoing}{Co-organiser}{Directed Reading Program (DRP), Johns Hopkins}{Individual pairing of undergraduates with graduates for |
