From 9a4a38690139c619788aafd3f3fd3f8ff7c02f12 Mon Sep 17 00:00:00 2001 From: Ben Whitney Date: Fri, 22 Sep 2017 17:55:12 -0400 Subject: [PATCH 1/3] Delete removed `unicode-math` option. See . --- themes/awesome/src/latex/awesome-cv.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/awesome/src/latex/awesome-cv.cls b/themes/awesome/src/latex/awesome-cv.cls index 8fb0d16..c997d4e 100644 --- a/themes/awesome/src/latex/awesome-cv.cls +++ b/themes/awesome/src/latex/awesome-cv.cls @@ -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[math-style=TeX]{unicode-math} % Needed to use icons from font-awesome % (https://github.com/posquit0/latex-fontawesome) \RequirePackage{fontawesome} From d975a8cc6b34ffc47b50850f693d87968deea5b2 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Wed, 24 Jan 2018 21:39:48 -0500 Subject: [PATCH 2/3] Use secure HackMyResume URL. --- package.json | 2 +- themes/awesome/src/latex/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 364b739..2de8b4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fresh-themes", - "version": "0.15.1-beta", + "version": "0.15.2-beta", "description": "Multiformat themes and templates for your résumé / CV.", "repository": { "type": "git", diff --git a/themes/awesome/src/latex/README.md b/themes/awesome/src/latex/README.md index bc51057..8944e82 100644 --- a/themes/awesome/src/latex/README.md +++ b/themes/awesome/src/latex/README.md @@ -52,7 +52,7 @@ fork of the original Awesome-CV for LaTeX. See the original project for license information. [awe]: https://github.com/posquit0/Awesome-CV -[hmr]: http://please.hackmyresume.com +[hmr]: https://fluentdesk.com/hackmyresume [fre]: http://freshstandard.org [und]: http://underscorejs.org/#template [hb350]: https://github.com/wycats/handlebars.js/issues/350 From 0fd6b593fa529c6db16444a0902ddecd31535d1d Mon Sep 17 00:00:00 2001 From: hacksalot Date: Thu, 25 Jan 2018 18:32:34 -0500 Subject: [PATCH 3/3] Modern: Fix contact info in PDF resume. --- themes/modern/src/modern-pdf.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/modern/src/modern-pdf.html b/themes/modern/src/modern-pdf.html index 41f1586..8275765 100644 --- a/themes/modern/src/modern-pdf.html +++ b/themes/modern/src/modern-pdf.html @@ -90,9 +90,9 @@ engine settings, but ((#has 'contact.email')) never will. --> }}
- {{#has r.contact.email}}{{/has}} - {{#has r.contact.phone}}
{{ RAW.contact.phone }}
{{/has}} - {{#has r.contact.website}}{{/has}} + {{#has 'r.contact.email'}}{{/has}} + {{#has 'r.contact.phone'}}
{{ RAW.contact.phone }}
{{/has}} + {{#has 'r.contact.website'}}{{/has}}