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
- Host: GitHub
- URL: https://github.com/mondeja/cv
- Owner: mondeja
- Created: 2020-08-16T19:34:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T16:55:26.000Z (about 5 years ago)
- Last Synced: 2025-02-13T20:17:53.505Z (8 months ago)
- Language: TeX
- Size: 1.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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