Questions tagged [europecv]

{europecv} is a LaTeX implementation of a model for cur­ric­ula vi­tae as rec­om­mended by the Euro­pean Com­mis­sion.

{europecv} is a LaTeX implementation of a model for cur­ric­ula vi­tae as rec­om­mended by the Euro­pean Com­mis­sion.

37 questions
13
votes
1 answer

LaTeX class for europass cv (2013 template)

Does anyone know if there is a LaTeX class which implements the new (2013) europass cv? I could not find anything on the web and I am thinking to start writing it myself but I want to make sure that there is nothing like that around. This question…
endriu
  • 133
  • 1
  • 6
3
votes
1 answer

How to get the latest euroPass in LaTeX Europecv?

The documentclass europecv is outdated and does not contain the latest euroPass, here an example in english. The latest update of the package is from 2014 here so an alternative solution must exist. Instructions are here about the format. I sent a…
2
votes
1 answer

EuropeCV-Class tweak german translation?

So i want to create a new CV. I use the following basic code: \documentclass[helvetica,narrow,nologo,nobranding,german]{europecv} \usepackage[a4paper,top=1.27cm,left=1cm,right=1cm,bottom=2cm]{geometry} \usepackage{graphicx}…
2
votes
2 answers

Is it possible to use the singulars for the items in "Personal information" in europecv

I am using europecv and defined my personal information using its commands (like this): \ecvname{Hüsken, Nathan} Now, when I put in \ecvpersonalinfo The output uses: Surname(s) / First name(s) As the item title. Can I somehow make it singular…
Nathan
  • 461
1
vote
1 answer

europecv missing character in font problem

I'm trying to compile an CV with europecv. Unfortunately this is no longer working as expected. I last tried it in late 2019 which works fine. Using this example... \documentclass[utf8, a4paper, 10pt, helvetica, narrow, flagWB, booktabs, totpages,…
Peter
  • 13
1
vote
1 answer

How to have other language field in Europecv?

I cannot find this parameter in the documentation. It has been used in the template, source here Minimal example \documentclass[utf8,helvetica,narrow]{europecv} \usepackage[T1]{fontenc} \usepackage{graphicx} % Required to draw the…
1
vote
1 answer

Why is the package "label" useful to create europecvs

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…
user63097
1
vote
1 answer

uppercase a \def

I'm working on an updated version of europecv that implements the graphical theme released in July 2013. I solved all the problems I encountered, except for being able to make uppercase strings defined in the language files. I tried to use…
0
votes
1 answer

Document compile fails with latest europecv.cls

I tried to compile an europecv document, but it fails with (/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty)) ! LaTeX hooks Error: Sorting rule for 'begindocument' hook applied too late. (hooks) Try setting this rule…
0
votes
1 answer

Moving the margin on the ecv document class

I am trying to create my CV on the www.sharelatex.com website using the ecv (english) template. The inconvenience I see here is that the margin that separates the page is way too much on the right. In other words, I am looking to move the margin a…