File tree 4 files changed +7
-0
lines changed
4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ version next
2
2
- Change moderncvcolors.tex to a .sty file for MikTeX compatibility (#199)
3
3
- Fix error when omitting the photo in contemporary style (#201)
4
4
- Fix spacing between first and last name (#204)
5
+ - Include social icons in cover letter for styles classic, fancy and banking (#170)
5
6
- Update Oldstyle to use symbols instead of marvosym (#209)
6
7
7
8
version 2.4.1 (18 Jul 2024)
Original file line number Diff line number Diff line change 180
180
\ifthenelse {\isundefined {\@email }}{}{\makenewline\emailsymbol\emaillink {\@email }}%
181
181
\ifthenelse {\isundefined {\@homepage }}{}{\makenewline\homepagesymbol %
182
182
\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 }%
183
185
\ifthenelse {\isundefined {\@extrainfo }}{}{\makenewline\@extrainfo }}\fi %
184
186
\end {minipage }\\ [2em]
185
187
% recipient block
Original file line number Diff line number Diff line change 159
159
\ifthenelse {\isundefined {\@email }}{}{\makenewline\emailsymbol\emaillink {\@email }}%
160
160
\ifthenelse {\isundefined {\@homepage }}{}{\makenewline\homepagesymbol %
161
161
\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 }%
162
164
\ifthenelse {\isundefined {\@extrainfo }}{}{\makenewline\@extrainfo }}\fi %
163
165
\end {minipage }\\ [2em]
164
166
% recipient block
Original file line number Diff line number Diff line change 160
160
\ifthenelse {\isundefined {\@email }}{}{\makenewline\emailsymbol\emaillink {\@email }}%
161
161
\ifthenelse {\isundefined {\@homepage }}{}{\makenewline\homepagesymbol %
162
162
\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 }%
163
165
\ifthenelse {\isundefined {\@extrainfo }}{}{\makenewline\@extrainfo }}\fi %
164
166
\end {minipage }\\ [2em]
165
167
% recipient block
You can’t perform that action at this time.
0 commit comments