I'm trying to compile a cv with LaTeX and the europecv class.
Compilation fails because a file named uni-global.def is missing.
After a Google search, I found that file should be into the miktex/tex/latex/unicode/data directory. However, that directory contains a data and a contrib folders, both empty.
What can I do to solve that error?
Below is the code i wrote.
\documentclass[helvetica,narrow,italian,logo,totpages,booktabs]{europecv}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{graphicx}
\usepackage{geometry}
\geometry{verbose,a4paper,tmargin=1.27cm,bmargin=2cm,lmargin=1cm,rmargin=1cm}
\usepackage{microtype}
\ecvname{Albert Einistein}
\ecvnationality{Dutch}
\ecvemail{albert.einstein@relativitytheory.de}
\ecvgender{Maschio}
\begin{document}
\begin{europecv}
\ecvpersonalinfo % prints the personal info, defined in the preamble
\end{europecv}
\end{document}
initexmf --admin --update-fndb. – Heiko Oberdiek Sep 08 '12 at 22:59ucsvia MikTeX, everything works fine. – sebastian-c Oct 22 '12 at 23:10