From 6e8586270b203d5861377ba017f30cf16ed425cc Mon Sep 17 00:00:00 2001 From: "Posquit0.BJ" Date: Sun, 5 Feb 2017 15:33:02 +0900 Subject: [PATCH] Fix a compatibility issue of unicode-math --- awesome-cv.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome-cv.cls b/awesome-cv.cls index 2ea5b78..d1c1074 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -21,7 +21,7 @@ %------------------------------------------------------------------------------- % Identification %------------------------------------------------------------------------------- -\ProvidesClass{awesome-cv}[2016/12/03 v1.6 Awesome Curriculum Vitae Class] +\ProvidesClass{awesome-cv}[2017/02/05 v1.6.1 Awesome Curriculum Vitae Class] \NeedsTeXFormat{LaTeX2e} @@ -71,7 +71,7 @@ % To support LaTeX quoting style \defaultfontfeatures{Ligatures=TeX} % Needed to manage math fonts -\RequirePackage[math-style=TeX,vargreek-shape=unicode]{unicode-math} +\RequirePackage{unicode-math} % Needed to use icons from font-awesome % (https://github.com/posquit0/latex-fontawesome) \RequirePackage{fontawesome}