11

I am trying to get moderncv working. I just installed it and % kpsewhich moderncv.cls1 finds it.

When I compile this tex document:

\documentclass[11pt,a4paper]{moderncv}

(one line document).

I get this error:

! LaTeX Error: File `marvosym.sty' not found.

Do I need to install marvosym.sty? Can I just drop it in:

/Users/me/Library/texmf/tex/latex/newFolder

Or do I need to install something else to get marvosym.sty?

3 Answers3

14

For Debian/Ubuntu you can use

sudo apt-get install texlive-fonts-recommended

to fix this.

noqqe
  • 241
10

Looking from your previous question you seem to have too many missing packages (I'm not sure but I think these should also be available in TeXLive 2009). If you're using MacTeX, there is an application “TeX Live Utility” which should be able to help you installing and updating packages.

If you keep running into problems it's probably a good idea to upgrade your system to TeXLive 2010.

Juan A. Navarro
  • 62,139
  • 32
  • 140
  • 169
2

With a modern tex system (miktex, texlive) you can use the package managers to install the package. If you have an old system: marvosym has a documentation (marvosym.pdf) which has a section "installation" on the first page.

Ulrike Fischer
  • 327,261