An open API service indexing awesome lists of open source software.

https://github.com/mondeja/cv

My curriculum vitae, rendered localized with Jinja2 + LaTeX
https://github.com/mondeja/cv

Last synced: 8 months ago
JSON representation

My curriculum vitae, rendered localized with Jinja2 + LaTeX

Awesome Lists containing this project

README

          

# cv (WIP)

My own curriculum vitae written in LaTeX. It uses the awesome template
[liantze/AltaCV][altacv-link] edited to customize sections and render
in multiple languages using [latex-ji18n][latex-ji18n-link].

## Setup environment (Linux)

> Python with `virtualenv` installed is required.

1. Go to [TexLive download page][texlive-download-link] and download the
package for your distribution.
2. Go to [quick installation instructions page][texlive-download-link] and
follow the steps.
3. Initialize the virtualenv `python -m virtualenv venv && . venv/bin/activate`
4. `pip install latex-ji18n`

## Add your info

- All rendered fields are declared in YAML files with fields by language code,
stored in the directory `_i18n/`. Also, if you have private information
that you don't want to publish, insert it in the files located at
`_i18n/_private/` directory, following the same language codes of `i18n/`.
- Template layout can be customized using the file `config/layout.yml`.
- Template styles can be customized using the file `config/style.yml`.

## Build

```
latex-ji18n build --commands pdflatex,pdflatex,biber,pdflatex
```

[altacv-link]: https://github.com/liantze/AltaCV
[latex-ji18n-link]: https://github.com/mondeja/latex-ji18n
[texlive-download-link]: http://www.tug.org/texlive/acquire-netinstall.html
[texlive-download-link]: http://www.tug.org/texlive/quickinstall.html