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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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