From 6832192bf16f4c23f40497bc9fb9095d852180b2 Mon Sep 17 00:00:00 2001 From: tslil <> Date: Tue, 15 Sep 2020 12:25:47 -0400 Subject: Italic font was also bold, fixed --- cv.tex | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'cv.tex') diff --git a/cv.tex b/cv.tex index 463e4a2..b7363de 100644 --- a/cv.tex +++ b/cv.tex @@ -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 -- cgit v1.3.1