Curricula Vitae / RésumésHow do I insert two different mobile numbers?

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

How do I insert two different mobile numbers?

Post by templateuser »

Nice Template!

I have just one question. Do you know any good possibility to insert two different mobile numbers? Because if I write \mobile two times, it uses just the second number.

The problem is that I am living in two different countries and there is not a single number where I reachable all the time.

Thanks!

Julian

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

How do I insert two different mobile numbers?

Post by Vel »

Hi Julian,

I would recommend you open up moderncvstyleclassic.sty and edit lines 41 and 42 to:

Code: Select all

\renewcommand*{\mobilesymbol}{\marvosymbol{72}~}
\renewcommand*{\phonesymbol}{\marvosymbol{72}~}
This will print the mobile phone symbol for the \phone{} command instead of the phone. You can then put your country in brackets at the end or just use the different country codes.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: How do I insert two different mobile numbers?

Post by templateuser »

Thanks!!!

Julian
Post Reply