From d4433b33d1a8501909003df8de216bf96db7e92b Mon Sep 17 00:00:00 2001 From: Nilesh Deokar Date: Sat, 21 Jul 2018 11:07:57 +0200 Subject: render Medium profile - Option to render Medium in Cv header --- yaac-another-awesome-cv.cls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls index 6a752a7..f131767 100755 --- a/yaac-another-awesome-cv.cls +++ b/yaac-another-awesome-cv.cls @@ -173,6 +173,7 @@ \newcommand{\viadeoSymbol}{\faViadeo} \newcommand{\mobileSymbol}{\faMobilePhone} \newcommand{\githubSymbol}{\faGithub} +\newcommand{\mediumSymbol}{\faMedium} \newcommand\link[2]{\color{linkcolor}\href{#1}{#2}\color{Black} } \newcommand\important[1]{\textbf #1} @@ -234,6 +235,10 @@ % Usage: \github{} \newcommand*{\github}[1]{\sociallink{\githubSymbol}{https://www.github.com/#1}{github.com/#1}} % Github icon + URL +% Render author's medium (optional) +% Usage: \medium{} +\newcommand*{\medium}[1]{\sociallink{\mediumSymbol}{https://www.medium.com/@#1}{medium.com/#1}} + % Render author's email (optional) % Usage: \email{} \newcommand*{\email}[1]{\sociallink{\mailSymbol}{mailto:#1}{#1}} -- cgit v1.2.1 From 393b76462c7a26be17fb1160cda4da098a561a84 Mon Sep 17 00:00:00 2001 From: ZielinskiLukasz Date: Fri, 28 Sep 2018 09:32:38 +0200 Subject: added support for BitBucket accounts --- yaac-another-awesome-cv.cls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls index f131767..0389fad 100755 --- a/yaac-another-awesome-cv.cls +++ b/yaac-another-awesome-cv.cls @@ -173,7 +173,7 @@ \newcommand{\viadeoSymbol}{\faViadeo} \newcommand{\mobileSymbol}{\faMobilePhone} \newcommand{\githubSymbol}{\faGithub} -\newcommand{\mediumSymbol}{\faMedium} +\newcommand{\bitbucketSymbol}{\faBitbucket} \newcommand\link[2]{\color{linkcolor}\href{#1}{#2}\color{Black} } \newcommand\important[1]{\textbf #1} @@ -235,9 +235,9 @@ % Usage: \github{} \newcommand*{\github}[1]{\sociallink{\githubSymbol}{https://www.github.com/#1}{github.com/#1}} % Github icon + URL -% Render author's medium (optional) -% Usage: \medium{} -\newcommand*{\medium}[1]{\sociallink{\mediumSymbol}{https://www.medium.com/@#1}{medium.com/#1}} +% Render author's bitbucket (optional) +% Usage: \bitbucket{} +\newcommand*{\bitbucket}[1]{\sociallink{\bitbucketSymbol}{https://bitbucket.com/#1}{bitbucket.com/#1}} % Render author's email (optional) % Usage: \email{} -- cgit v1.2.1 From 348ca3bebe9ac92a0eeeae3521f7031609f2016d Mon Sep 17 00:00:00 2001 From: alcysec Date: Wed, 10 Oct 2018 14:47:05 +0300 Subject: Fontawesome 5 compatibility Fontawesome has been upgraded to version 5. The new fontawesome5 package has few syntaxes changes. Fixed website usage typo. --- yaac-another-awesome-cv.cls | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls index f131767..6d0638a 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} @@ -244,8 +244,8 @@ \newcommand*{\email}[1]{\sociallink{\mailSymbol}{mailto:#1}{#1}} % Render a website link (optional) -% Usage: \email{} -\newcommand*{\website}[2]{\sociallink{\faExternalLink}{#1}{#2}} +% Usage: \website{}{} +\newcommand*{\website}[2]{\sociallink{\faExternalLink*}{#1}{#2}} % Render author's mobile phone (optional) % Usage: \smartphone{} @@ -361,7 +361,7 @@ % Render a skill in the skills environment % Usage: \skill{}{} \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}} -- cgit v1.2.1 From 77c753a5344d9c36332b6152f777bf5bb8a7df2f Mon Sep 17 00:00:00 2001 From: alcysec Date: Wed, 10 Oct 2018 15:19:07 +0300 Subject: Fontawesome 5 compatibility Fixed graduation cap icon. --- example/section_scolarite.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- cgit v1.2.1 From 1f6701785d79ec60deeee8a79ffee94fd2944acd Mon Sep 17 00:00:00 2001 From: alcysec Date: Wed, 10 Oct 2018 15:19:53 +0300 Subject: Fontawesome 5 compatibility Fixed quote icon. --- example/section_references.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 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} -- cgit v1.2.1 From 39b0faba44ea26997dbe2e834bd2326f82748e77 Mon Sep 17 00:00:00 2001 From: ZielinskiLukasz Date: Thu, 11 Oct 2018 14:25:40 +0200 Subject: re-added medium command --- yaac-another-awesome-cv.cls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls index 0389fad..12aa446 100755 --- a/yaac-another-awesome-cv.cls +++ b/yaac-another-awesome-cv.cls @@ -173,6 +173,7 @@ \newcommand{\viadeoSymbol}{\faViadeo} \newcommand{\mobileSymbol}{\faMobilePhone} \newcommand{\githubSymbol}{\faGithub} +\newcommand{\mediumSymbol}{\faMedium} \newcommand{\bitbucketSymbol}{\faBitbucket} \newcommand\link[2]{\color{linkcolor}\href{#1}{#2}\color{Black} } @@ -235,6 +236,10 @@ % Usage: \github{} \newcommand*{\github}[1]{\sociallink{\githubSymbol}{https://www.github.com/#1}{github.com/#1}} % Github icon + URL +% Render author's medium (optional) +% Usage: \medium{} +\newcommand*{\medium}[1]{\sociallink{\mediumSymbol}{https://www.medium.com/@#1}{medium.com/#1}} + % Render author's bitbucket (optional) % Usage: \bitbucket{} \newcommand*{\bitbucket}[1]{\sociallink{\bitbucketSymbol}{https://bitbucket.com/#1}{bitbucket.com/#1}} -- cgit v1.2.1