diff options
| author | Josh Ott <josh@ottmail.me> | 2025-09-22 11:13:01 -0400 |
|---|---|---|
| committer | Josh Ott <josh@ottmail.me> | 2025-09-22 11:13:01 -0400 |
| commit | 371d10e76dbf24ba349777089993dda6bf0b788d (patch) | |
| tree | 8f68757dced4c763b93357b73930fbdf81e5c1a8 /cv.cls | |
| parent | 828b4ef88a8dc011189e86ae91c973ac410b940f (diff) | |
| download | cv-371d10e76dbf24ba349777089993dda6bf0b788d.tar.gz cv-371d10e76dbf24ba349777089993dda6bf0b788d.zip | |
updates and crud
Diffstat (limited to 'cv.cls')
| -rw-r--r-- | cv.cls | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,8 +13,8 @@ \usepackage{calc} \usepackage{xifthen} \usepackage{fontspec} -\setmainfont{HelveticaNeue-Roman} -\newfontface\fontlight{HelveticaNeue-Light} +\setmainfont{Helvetica Neue} +\newfontface\fontlight{Helvetica Neue Light} \def \spacing {0.1in} \def \rightedge {0.3in} @@ -87,6 +87,7 @@ \printnames[cvnames]{labelname}\adddot\addspace% \usebibmacro{title}% \usebibmacro{journal+issuetitle}% + \usebibmacro{booktitle}% \usebibmacro{note+pages}\adddot }{}{} |