blob: 9c539e01a6511622a81de4c54d3ed6123a9ffba7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
diff --color -ura src-original/Awesome-CV/awesome-cv.cls src-altered/Awesome-CV/awesome-cv.cls
--- src-original/Awesome-CV/awesome-cv.cls 2025-12-29 13:05:49.144598717 +0100
+++ src-altered/Awesome-CV/awesome-cv.cls 2025-12-29 13:14:26.348568206 +0100
@@ -75,7 +75,7 @@
% Needed to manage math fonts
\RequirePackage{unicode-math}
% Needed to use icons from font-awesome
-\RequirePackage{fontawesome6}
+\RequirePackage{fontawesome5}
\RequirePackage{accsupp}
\defaultfontfeatures{
Renderer=HarfBuzz,
@@ -521,19 +521,19 @@
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
- \faAlt{DoB: \@dateofbirth}{\faCakeCandles}{\@dateofbirth}%
+ \faAlt{DoB: \@dateofbirth}{\faBirthdayCake}{\@dateofbirth}%
}%
\ifthenelse{\isundefined{\@homepage}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
- \href{\@homepage}{\faAlt{homepage: \@homepage}{\faHouseChimney}{\@homepage}}%
+ \href{\@homepage}{\faAlt{homepage: \@homepage}{\faHouse}{\@homepage}}%
}%
\ifthenelse{\isundefined{\@github}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
- \href{https://github.com/\@github}{\faAlt{GitHub: @\@github}{\faSquareGithub}{\@github}}%
+ \href{https://github.com/\@github}{\faAlt{GitHub: @\@github}{\faGithubSquare}{\@github}}%
}%
\ifthenelse{\isundefined{\@gitlab}}%
{}%
@@ -605,7 +605,7 @@
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
- \href{https://www.xing.com/profile/\@xing}{\faAlt{Xing: \@xing}{\faSquareXing}{\@xing}}
+ \href{https://www.xing.com/profile/\@xing}{\faAlt{Xing: \@xing}{\faXingSquare}{\@xing}}
}%
\ifthenelse{\isundefined{\@medium}}%
{}%
|