Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion fontawesome.sty
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

% definition of \FA as a shortcut to load the Font Awesome font
\newfontfamily{\FA}[
Path = fonts/fontawesome/opentype/ ,
Scale = 0.85 ,
SmallCapsFont = *
]{FontAwesome}
Expand Down
3 changes: 1 addition & 2 deletions resume.cls
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@
\RequirePackage{url}
\urlstyle{tt}
% use fontawesome
\RequirePackage{fontawesome}
\RequirePackage{fontawesome5}
% use xcolor for customizing color
%\RequirePackage[usenames,dvipsnames]{xcolor}
% loading fonts
\RequirePackage{fontspec}
% Main document font
\setmainfont[
Path = fonts/Main/ ,
Extension = .otf ,
UprightFont = *-regular ,
BoldFont = *-bold ,
Expand Down
3 changes: 2 additions & 1 deletion resume_photo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
\usepackage{tabu}
\usepackage{multirow}
\usepackage{progressbar}
\usepackage{hologo}
%\usepackage{zh_CN-Adobefonts_external} % Simplified Chinese Support using external fonts (./fonts/zh_CN-Adobe/)
%\usepackage{zh_CN-Adobefonts_internal} % Simplified Chinese Support using system fonts

Expand Down Expand Up @@ -54,7 +55,7 @@ \section{\faUsers\ Experience}
An elegant \LaTeX\ résumé template, https://github.com/billryan/resume
\begin{itemize}
\item Easy to be further customized or extended
\item Full support for unicode characters (e.g. CJK) with \XeLaTeX\
\item Full support for unicode characters (e.g. CJK) with \hologo{XeLaTeX}\
\item FontAwesome 4.5.0 support
\end{itemize}

Expand Down