From f05efdb2deca2c779e4c554e074f652b9f3b706d Mon Sep 17 00:00:00 2001 From: Aram Dermenjian Date: Mon, 23 Sep 2024 20:42:05 -0700 Subject: [PATCH] Update old style to use symbol instead of marvosym (#209) * Update old style to use symbol instead of marvosym * Update CHANGELOG Added info to changelog --------- Co-authored-by: Cali Garmo --- CHANGELOG | 1 + moderncvstyleoldstyle.sty | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 39e504f..05220b8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ version next - Change moderncvcolors.tex to a .sty file for MikTeX compatibility (#199) - Fix error when omitting the photo in contemporary style (#201) - Fix spacing between first and last name (#204) +- Update Oldstyle to use symbols instead of marvosym (#209) version 2.4.1 (18 Jul 2024) - Fix commons/colors.tex not found in package (#194) diff --git a/moderncvstyleoldstyle.sty b/moderncvstyleoldstyle.sty index 37de3c5..d3c0f7f 100644 --- a/moderncvstyleoldstyle.sty +++ b/moderncvstyleoldstyle.sty @@ -47,11 +47,7 @@ % symbols \if@symbols - \ifxetexorluatex - \moderncvicons{awesome} % use font-awesome symbols if lualatex or xelatex is used - \else - \moderncvicons{marvosym} % use marvosym symbols pdflatex is used - \fi + \moderncvicons{symbols} % use marvosym symbols pdflatex is used \else \moderncvicons{letters} % do not use symbols, use letters \fi