Fix a compatibility issue of unicode-math
This commit is contained in:
		@@ -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}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user