mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2025-12-26 15:44:56 +08:00
Updated Font Awesome to version 6
6.7.2
This commit is contained in:
parent
964f99d3f1
commit
685aa60f02
2 changed files with 6 additions and 6 deletions
|
|
@ -100,7 +100,7 @@ In either case, this should result in the creation of ``{your-cv}.pdf``
|
||||||
|
|
||||||
[**LaTeX**](https://www.latex-project.org) is a fantastic typesetting program that a lot of people use these days, especially the math and computer science people in academia.
|
[**LaTeX**](https://www.latex-project.org) is a fantastic typesetting program that a lot of people use these days, especially the math and computer science people in academia.
|
||||||
|
|
||||||
[**LaTeX FontAwesome**](https://github.com/furl/latex-fontawesome) is bindings for FontAwesome icons to be used in XeLaTeX.
|
[**FontAwesome6 LaTeX Package**](https://github.com/braniii/fontawesome) is a LaTeX package that provides access to the [Font Awesome 6](https://fontawesome.com/v6/icons) icon set.
|
||||||
|
|
||||||
[**Roboto**](https://github.com/google/roboto) is the default font on Android and ChromeOS, and the recommended font for Google’s visual language, Material Design.
|
[**Roboto**](https://github.com/google/roboto) is the default font on Android and ChromeOS, and the recommended font for Google’s visual language, Material Design.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
% Needed to manage math fonts
|
% Needed to manage math fonts
|
||||||
\RequirePackage{unicode-math}
|
\RequirePackage{unicode-math}
|
||||||
% Needed to use icons from font-awesome
|
% Needed to use icons from font-awesome
|
||||||
\RequirePackage{fontawesome5}
|
\RequirePackage{fontawesome6}
|
||||||
\RequirePackage{roboto}
|
\RequirePackage{roboto}
|
||||||
\RequirePackage[default,opentype]{sourcesanspro}
|
\RequirePackage[default,opentype]{sourcesanspro}
|
||||||
% Needed for the photo ID
|
% Needed for the photo ID
|
||||||
|
|
@ -499,19 +499,19 @@
|
||||||
{%
|
{%
|
||||||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||||
% \mbox prevents wrapping of elements%
|
% \mbox prevents wrapping of elements%
|
||||||
\mbox{\faBirthdayCake\acvHeaderIconSep\@dateofbirth}%
|
\mbox{\faCakeCandles\acvHeaderIconSep\@dateofbirth}%
|
||||||
}%
|
}%
|
||||||
\ifthenelse{\isundefined{\@homepage}}%
|
\ifthenelse{\isundefined{\@homepage}}%
|
||||||
{}%
|
{}%
|
||||||
{%
|
{%
|
||||||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||||
\href{http://\@homepage}{\faHome\acvHeaderIconSep\@homepage}%
|
\href{http://\@homepage}{\faHouseChimney\acvHeaderIconSep\@homepage}%
|
||||||
}%
|
}%
|
||||||
\ifthenelse{\isundefined{\@github}}%
|
\ifthenelse{\isundefined{\@github}}%
|
||||||
{}%
|
{}%
|
||||||
{%
|
{%
|
||||||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||||
\href{https://github.com/\@github}{\faGithubSquare\acvHeaderIconSep\@github}%
|
\href{https://github.com/\@github}{\faSquareGithub\acvHeaderIconSep\@github}%
|
||||||
}%
|
}%
|
||||||
\ifthenelse{\isundefined{\@gitlab}}%
|
\ifthenelse{\isundefined{\@gitlab}}%
|
||||||
{}%
|
{}%
|
||||||
|
|
@ -577,7 +577,7 @@
|
||||||
{}%
|
{}%
|
||||||
{%
|
{%
|
||||||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||||
\href{https://www.xing.com/profile/\@xing}{\faXingSquare\acvHeaderIconSep\@xing}
|
\href{https://www.xing.com/profile/\@xing}{\faSquareXing\acvHeaderIconSep\@xing}
|
||||||
}%
|
}%
|
||||||
\ifthenelse{\isundefined{\@medium}}%
|
\ifthenelse{\isundefined{\@medium}}%
|
||||||
{}%
|
{}%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue