moderncviconsawesome.sty 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. %% start of file `moderncviconsawesome.sty'.
  2. %% Copyright 2013-2015 Xavier Danaux (xdanaux@gmail.com).
  3. %
  4. % This work may be distributed and/or modified under the
  5. % conditions of the LaTeX Project Public License version 1.3c,
  6. % available at http://www.latex-project.org/lppl/.
  7. %-------------------------------------------------------------------------------
  8. % identification
  9. %-------------------------------------------------------------------------------
  10. \NeedsTeXFormat{LaTeX2e}
  11. \ProvidesPackage{moderncviconsawesome}[2015/07/28 v2.0.0 modern curriculum vitae and letter icons: awesome]
  12. %-------------------------------------------------------------------------------
  13. % required packages
  14. %-------------------------------------------------------------------------------
  15. % Font Awesome font
  16. \RequirePackage{fontawesome}
  17. %-------------------------------------------------------------------------------
  18. % symbols definition
  19. %-------------------------------------------------------------------------------
  20. \renewcommand*{\labelitemi} {\strut\textcolor{color1}{\tiny\faCircleO}}
  21. %\renewcommand*{\labelitemii} {\strut\textcolor{color1}{\large\bfseries-}} % no change from default in moderncv.cls
  22. %\renewcommand*{\labelitemiii} {\strut\textcolor{color1}{\rmfamily\textperiodcentered}}% no change from default in moderncv.cls
  23. %\renewcommand*{\labelitemiv} {\labelitemiii} % no change from default in moderncv.cls
  24. \renewcommand*{\addresssymbol} {}
  25. \renewcommand*{\mobilephonesymbol} {{\Large\faMobile}~}
  26. \renewcommand*{\fixedphonesymbol} {\faPhone~}
  27. \renewcommand*{\faxphonesymbol} {{\small\faFax}~} % alternative: \faPrint
  28. \renewcommand*{\emailsymbol} {{\small\faEnvelopeO}~} % alternative: \faInbox
  29. \renewcommand*{\homepagesymbol} {{\small\faGlobe}~} % alternative: \faHome
  30. \renewcommand*{\linkedinsocialsymbol}{{\small\faLinkedin}~} % alternative: \faLinkedinSquare
  31. \renewcommand*{\twittersocialsymbol} {{\small\faTwitter}~} % alternative: \faTwitterSquare
  32. \renewcommand*{\githubsocialsymbol} {{\small\faGithub}~} % alternative: \faGithubSquare, \faGithubSquare
  33. \endinput
  34. %% end of file `moderncviconsawesome.sty'.