diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/europasscv/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/europasscv/README.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/europasscv/README.md b/Master/texmf-dist/doc/latex/europasscv/README.md new file mode 100644 index 00000000000..069dd4a72fa --- /dev/null +++ b/Master/texmf-dist/doc/latex/europasscv/README.md @@ -0,0 +1,33 @@ +# europasscv +Unofficial class for the new version of the Europass curriculum vitae + +This class is an unofficial LaTeX implementation of the Europass CV, the +standard model for curriculum vitae as recommended by the European Commission. + +The Europass CV replaces the European CV, launched in 2002. In 2013 a major +revision of the Europass CV came out, featuring a neater, more compact and +somewhat fancier layout. This class is an implementation of the 2013 version of +that layout. + +The Europass CV defines both the content and the layout of a curriculum vitae. +The `europasscv` class provides support for the latter, and for the former as +far as personal information, spoken languages and digital competences are +concerned. This class tries to be as close as possible to the standard model +without sacrificing flexibility. + +## License +This material is subject to the LaTeX Project Public License Version 1.3. + +## Download +Please install the `europasscv` package through the package manager of your TeX +distribution or download it from [CTAN](https://www.ctan.org/pkg/europasscv). + +## How to use +Please refer to the [documentation](http://mirrors.ctan.org/macros/latex/contrib/europasscv/europasscv.pdf) +for instructions on how to use the class. + +## Development +Source packages and trees available on github come with a `Makefile` that is +needed to convert svg images into pdfs. Please run `make` to build pdf icons, +examples and documentation. You need to have `inkscape` installed on your system +in order to convert the icons. |