Curricula Vitae / Résumés ⇒ Want to include the icon of Skype in ModernCV
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Want to include the icon of Skype in ModernCV
Regards,
Shahzada Khurram
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Want to include the icon of Skype in ModernCV
For the style you are using, go into the relevant .sty file (e.g.
moderncvstylecasual.sty
for the casual style) and find the symbol you want to change (e.g. if you want to change fax, find \@fax
) which gives you:Code: Select all
\ifthenelse{\isundefined{\@fax}}{}{\addtofooter{\faxsymbol\@fax}}
\faxsymbol
to include your icon image using the usual \includegraphics{skype.png}
. You may need to do this twice in the style file for the CV footer and the cover letter footer.Cheers,
Vel