Curricula Vitae / Résumés ⇒ How do I insert two different mobile numbers?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
How do I insert two different mobile numbers?
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
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
How do I insert two different mobile numbers?
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}~}
\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
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: How do I insert two different mobile numbers?
Julian