diff options
author | Christophe ROGER <darwiin@users.noreply.github.com> | 2018-10-11 23:45:29 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 23:45:29 +1100 |
commit | ba16e023e3e89eb65fccfc5aa9a981e785aedcca (patch) | |
tree | 261b126b0cad2e148701b59d731caf97c2416e25 | |
parent | 7e7d8031d61c0508c16a2d47cd3da5172fe4981a (diff) | |
parent | 1f6701785d79ec60deeee8a79ffee94fd2944acd (diff) | |
download | cv-ba16e023e3e89eb65fccfc5aa9a981e785aedcca.tar.gz cv-ba16e023e3e89eb65fccfc5aa9a981e785aedcca.tar.bz2 cv-ba16e023e3e89eb65fccfc5aa9a981e785aedcca.tar.xz cv-ba16e023e3e89eb65fccfc5aa9a981e785aedcca.zip |
Merge pull request #17 from alcysec/patch-1
Fontawesome 5 compatibility
-rwxr-xr-x | example/section_references.tex | 4 | ||||
-rwxr-xr-x | example/section_scolarite.tex | 4 | ||||
-rwxr-xr-x | yaac-another-awesome-cv.cls | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/example/section_references.tex b/example/section_references.tex index a51f1ad..f08b4b9 100755 --- a/example/section_references.tex +++ b/example/section_references.tex @@ -10,7 +10,7 @@ % CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/) %Section: Références -\sectionTitle{Références}{\faCommentsO} +\sectionTitle{Références}{\faQuoteLeft} \begin{referees} \referee @@ -26,4 +26,4 @@ {ref1@cafat.nc} {+687 987 654} -\end{referees}
\ No newline at end of file +\end{referees} diff --git a/example/section_scolarite.tex b/example/section_scolarite.tex index e5051d0..ea0741d 100755 --- a/example/section_scolarite.tex +++ b/example/section_scolarite.tex @@ -10,7 +10,7 @@ % CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
%Section: Scholarships and additional info
-\sectionTitle{Formation}{\faMortarBoard}
+\sectionTitle{Formation}{\faGraduationCap}
\begin{scholarship}
\scholarshipentry{2007}
@@ -21,4 +21,4 @@ {BTS Informatique de Gestion option administrateurs de réseaux}
\scholarshipentry{2000}
{Baccalauréat Scientifique option Mathématiques}
-\end{scholarship}
\ No newline at end of file +\end{scholarship}
diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls index 12aa446..42f34d7 100755 --- a/yaac-another-awesome-cv.cls +++ b/yaac-another-awesome-cv.cls @@ -63,7 +63,7 @@ \RequirePackage[usenames,dvipsnames]{xcolor} \RequirePackage{fullpage} \RequirePackage[margin=1.5cm]{geometry} -\RequirePackage{fontawesome} +\RequirePackage{fontawesome5} \RequirePackage{hyperref} \RequirePackage{titlesec} \RequirePackage{array} @@ -171,7 +171,7 @@ \newcommand{\infoSymbol}{\faInfo} \newcommand{\linkedinSymbol}{\faLinkedin} \newcommand{\viadeoSymbol}{\faViadeo} -\newcommand{\mobileSymbol}{\faMobilePhone} +\newcommand{\mobileSymbol}{\faMobile*} \newcommand{\githubSymbol}{\faGithub} \newcommand{\mediumSymbol}{\faMedium} \newcommand{\bitbucketSymbol}{\faBitbucket} @@ -249,8 +249,8 @@ \newcommand*{\email}[1]{\sociallink{\mailSymbol}{mailto:#1}{#1}} % Render a website link (optional) -% Usage: \email{<email adress>} -\newcommand*{\website}[2]{\sociallink{\faExternalLink}{#1}{#2}} +% Usage: \website{<website name>}{<website adress>} +\newcommand*{\website}[2]{\sociallink{\faExternalLink*}{#1}{#2}} % Render author's mobile phone (optional) % Usage: \smartphone{<mobile phone number>} @@ -366,7 +366,7 @@ % Render a skill in the skills environment % Usage: \skill{<skill>}{<level>} \newcommand\skill[2]{ - \textbf{#1} & \foreach \x in {1,...,5}{{\color{accentcolor!80} \ifnumgreater{\x}{#2}{\faCircleThin}{\faCircle}}\enspace } \\ + \textbf{#1} & \foreach \x in {1,...,5}{{\color{accentcolor!80} \ifnumgreater{\x}{#2}{\faCircle[regular]}{\faCircle}}\enspace } \\ } \newcolumntype{E}{>{\raggedright\arraybackslash}p{\rightcolumnlength}} |