resume/Readme.md

46 lines
1.2 KiB
Markdown

# Dmitry Voronin Resume.
## Latest release.
[English version](/voronind/resume/releases/download/latest/voronind_en.pdf)
[Русская версия](/voronind/resume/releases/download/latest/voronind_ru.pdf)
## How to build.
```bash
$ make
```
### Available targets.
Taget | Description
--- | ---
all | Clean, build and open all languages.
clean | Clean project from build files.
icon | Build colored icons.
en | Build English resume.
ru | Build Russian resume.
open | Open built resumes in default PDF viewer.
## Requirements.
* `GNU/Linux` (not tested on other platforms).
* `LuaLaTeX` for the document itself.
* `ImageMagick` (optional) for colored icons.
### Texlive setup.
```text
$ wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
$ tar -xf install-tl-unx.tar.gz
$ rm install-tl-unx.tar.gz
$ cd ./install-tl-*
$ ./install-tl
```
### Installing missing dependencies.
When trying to build the project, lualatex may throw missing dependency errors.
To install them use `$ tlmgr install $dependency`.
## TODO.
- [x] Change icon color on build.
- [x] Fallback for using black icons if ImageMagick is not available.
- [ ] Show warning if ImageMagick is not available.