I have used LaTex just a couple of times and hence I know just a few things. I have an assignment where I should create my own cv, and for this reason I decided to do a search on the web to find a tool or a package that could have helped me, and in fact I found the package europecv, but now I have a few problems:
- Why do I need to include the package
labelto not get this error (what is it used for?):
Illegal unit of measure (pt inserted). \begin{europecv} (followed by: )
Missing number, treated as zero. \begin{europecv} (followed by:)
How to insert a further space between 2
ecvitemsof aecvsection? I have tried with\\, but it seems not to work.I would like to change the title of the cv. This is the current one:
Europepass
Curriculum Vitae
- If I
usepackage{label}, when I compile, I get this error. Is this because the packagelabelis not included by default in the MacTex? If yes, how can I integrate this new package:

Remember that my main problem is the point 1.
This is the code:
\documentclass[10pt]{europecv}
\usepackage{label} %
\ecvLogoWidth{12mm}
\ecvname{name}
\ecvaddress{address}
\ecvtelephone{0010101010}
\ecvemail{email@email.fame}
\ecvnationality{human}
\ecvdateofbirth{stuff}
\ecvgender{male}
\begin{document}
\begin{europecv}
\ecvpersonalinfo[10pt]
\ecvsection{Education}
\ecvitem{School}{Bullshits’ School}
\ecvitem{Date}{1900-2900}
\ecvitem{Country}{earth}
\ecvitem{Qualification Awarded}{None} \\
\ecvsection{Skills and Competences}
\ecvitem{Languages spoken}{Chinese, Japanese, Korean, English, Finnish, German}
\end{europecv}
\end{document}
labelpackage, that's fine. But at least it should be something that incorporates all of the stuff mentioned in your post. We want to copy-and-paste-and-compile and replicate your problem. – Werner Sep 28 '14 at 18:15\usepackage{graphicx}, it compiles fine for me. No package calledlabelrequired. – Paul Gessler Sep 28 '14 at 18:27europecvuses\includegraphicsinternally; I haven't the faintest idea why it doesn't do\RequirePackage{graphicx}, which is the accepted practice when a package is used by a class. – Paul Gessler Sep 28 '14 at 18:32label.sty– egreg Sep 28 '14 at 20:36