latex-europasscv
This is an example of how to create a Europass CV with LaTeX (TeX Live) running in a Docker container.
First of all, we need to build a Docker image with TeX Live Full installed:
Bash | |
---|---|
Note: this can take a lot of time and the resulting image will be very big (8+ GB)
Then download the Europass CV template, customize it and convert it to PDF:
Bash | |
---|---|
Tips
If you get an error like
LaTeX Warning: Reference 'LastPage' on page 1 undefined on input line 123
just try to run the command twice. This is because LaTeX can't know yet how many pages there will be on the first runIf you need some cool icons in your document, check out
\usepackage{fontawesome5}