gissely / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

moderncv package not working properly #356

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Create the following document:

\documentclass[11pt,a4paper]{moderncv}
\usepackage[utf8]{inputenc}

\moderncvstyle{banking}

\firstname{John}
\familyname{Doe}
\title{Curriculum Vit\ae}
\address{Street and number}{Postcode}
\mobile{My mobile}
\phone{My phone}
\email{myemail}
\extrainfo{extra info}

\begin{document}
  \maketitle
\end{document}

What is the expected output? What do you see instead?
Compiler reports as "! LaTeX Error: File `moderncvstylebanking.sty' not found."

What version of the product are you using? On what browser?
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=latex 2009.1.9) 
28 FEB 2012 14:15
Chrome 17.

Please provide any additional information below.
Using default '\moderncvstyle{casual}' works as expected.

Original issue reported on code.google.com by eug.bara...@gmail.com on 28 Feb 2012 at 2:19