Skip to content

Commit 14deb59

Browse files
thecaligarmoCali Garmo
and
Cali Garmo
authoredSep 24, 2024
Allow icons in classic letter (moderncv#176)
* Allow icons in classic letter * Add socials for fancy and banking themes * Update changelog --------- Co-authored-by: Cali Garmo <[email protected]>
1 parent f05efdb commit 14deb59

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed
 

‎CHANGELOG

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version next
22
- Change moderncvcolors.tex to a .sty file for MikTeX compatibility (#199)
33
- Fix error when omitting the photo in contemporary style (#201)
44
- Fix spacing between first and last name (#204)
5+
- Include social icons in cover letter for styles classic, fancy and banking (#170)
56
- Update Oldstyle to use symbols instead of marvosym (#209)
67

78
version 2.4.1 (18 Jul 2024)

‎moderncvheadi.sty

+2
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@
180180
\ifthenelse{\isundefined{\@email}}{}{\makenewline\emailsymbol\emaillink{\@email}}%
181181
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol%
182182
\ifthenelse{\equal{\@homepageprotocol}{http}}{\httplink{\@homepage}}{\httpslink{\@homepage}}}%
183+
\collectionloop{socials}{% the key holds the social type (=symbol command prefix), the item holds the link
184+
\makenewline\csname\collectionloopkey socialsymbol\endcsname\collectionloopitem}%
183185
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}}\fi%
184186
\end{minipage}\\[2em]
185187
% recipient block

‎moderncvheadiii.sty

+2
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@
159159
\ifthenelse{\isundefined{\@email}}{}{\makenewline\emailsymbol\emaillink{\@email}}%
160160
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol%
161161
\ifthenelse{\equal{\@homepageprotocol}{http}}{\httplink{\@homepage}}{\httpslink{\@homepage}}}%
162+
\collectionloop{socials}{% the key holds the social type (=symbol command prefix), the item holds the link
163+
\makenewline\csname\collectionloopkey socialsymbol\endcsname\collectionloopitem}%
162164
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}}\fi%
163165
\end{minipage}\\[2em]
164166
% recipient block

‎moderncvheadv.sty

+2
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@
160160
\ifthenelse{\isundefined{\@email}}{}{\makenewline\emailsymbol\emaillink{\@email}}%
161161
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol%
162162
\ifthenelse{\equal{\@homepageprotocol}{http}}{\httplink{\@homepage}}{\httpslink{\@homepage}}}%
163+
\collectionloop{socials}{% the key holds the social type (=symbol command prefix), the item holds the link
164+
\makenewline\csname\collectionloopkey socialsymbol\endcsname\collectionloopitem}%
163165
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}}\fi%
164166
\end{minipage}\\[2em]
165167
% recipient block

0 commit comments

Comments
 (0)