Graphics, Figures & TablesLogos for Mail and Phone in CV

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
minidiable
Posts: 30
Joined: Tue Nov 13, 2012 4:18 pm

Logos for Mail and Phone in CV

Post by minidiable »

Hi to everyone,

I'm trying to use the moderncv class to write my CV.

I have problems with the logos in the upper right of the document, they are not displayed but I see a H instead of the logo of the mobile phone and a B instead of the mail logo.

Someone of you can help me?

The PDF is created but I have the following warnings:

Code: Select all

LaTeX Font Warning: Font shape `U/mvs/m/n' undefined

Package hyperref Warning: Token not allowed in a PDF string (Unicode):

Overfull \hbox (28.58101pt too wide) in paragraph at lines 59--59

Underfull \hbox (badness 10000) in paragraph at lines 59--59

Package rerunfilecheck Warning: File `CurriculumVitae.out' has changed.

LaTeX Font Warning: Some font shapes were not available, defaults substituted.
Thanks for your help,
Fab.

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: Logos for Mail and Phone in CV

Post by Stefan Kottwitz »

Hi Fab,

you need to install the marvosym package. The two symbols belong to it.

Stefan
LaTeX.org admin
minidiable
Posts: 30
Joined: Tue Nov 13, 2012 4:18 pm

Re: Logos for Mail and Phone in CV

Post by minidiable »

Hi

now I'm not able to create my pdf anymore. First I was able to create it but I didn't reach to see the logos.

When I try to run a QUICK BUILD in TexMaker I have the following, at the end of my log window:

{C:/Program Files/MiKTeX 2.9/fonts/enc/dvips/lm/lm-ec.enc}
!pdfTeX error: pdflatex (file umvs): Font umvs at 657 not found
==> Fatal error occurred, no output PDF file produced!

Can you help me?
minidiable
Posts: 30
Joined: Tue Nov 13, 2012 4:18 pm

Re: Logos for Mail and Phone in CV

Post by minidiable »

I surfed on the web and it seems to be a problem related to the marvosym package.

I should install it from another repository?

Thanks.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: Logos for Mail and Phone in CV

Post by Stefan Kottwitz »

Just install it, using the MiKTeX package manager.

Stefan
LaTeX.org admin
minidiable
Posts: 30
Joined: Tue Nov 13, 2012 4:18 pm

Re: Logos for Mail and Phone in CV

Post by minidiable »

I did it but it doesn't work!
minidiable
Posts: 30
Joined: Tue Nov 13, 2012 4:18 pm

Re: Logos for Mail and Phone in CV

Post by minidiable »

Just to be sure, when I install a package in MikTex I have 2 possibilities:
-Maintenance
Package Manager
-Maintenance(Admin)
Package Manager(Admin)

I'm using the (admin) Choice, is that ok?

Fab.
minidiable
Posts: 30
Joined: Tue Nov 13, 2012 4:18 pm

Re: Logos for Mail and Phone in CV

Post by minidiable »

Hi,

I solved the problem writing this in a normal command window (under Windows 7 32 bit):

initexmf --mkmaps
initexmf --update-fndb

Someone of you can explain me what these commands do?

Fab.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: Logos for Mail and Phone in CV

Post by Stefan Kottwitz »

The first command (re)builds the font map files, which contains specifications and names of fonts.

The second command refreshes the file name database, an index for locally installed files and packages.

The MiKTeX settings / options program should also contain buttons for this, labeled "Refresh FNDB" for example.

Stefan
LaTeX.org admin
Post Reply