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
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
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