[Tex/LaTex] Difficulty installing moderncv on OS X

installingmactexmoderncv

I am trying to install the moderncv package on my machine running Mac OS X 10.4. Here is what I have done:

  1. Ran this:
    % kpsewhich -var-value=TEXMFHOMEwhich returned:
    /Users/jsummers/Library/texmf

  2. Created the directory: /Users/me/Library/texmf/tex/latex

  3. Downloaded moderncv-0.12(2).zip and extracted it into the above dir.
    alt text

  4. I then ran sudo texhash to let tex know where the files are.
    alt text

  5. Then I ran this to check if it is installed. (Neither returned anything).
    % kpsewhich moderncv
    % kpsewhich moderncv.sty

What am I missing here? I have followed the directions on Where do I place my own .sty files, to make them available to all my .tex files?

Best Answer

The package moderncv comes in a class file, so you should be able to find it as

> kpsewhich moderncv.cls
Related Question