resume/README.md

36 lines
858 B
Markdown

# Dmitry Voronin Resume.
## How to build.
```bash
$ make $target
```
### Available targets.
Taget | Description
--- | ---
all | Clean, build and view all languages.
clean | Clean project from build files.
en | Build English resume.
ru | Build Russian resume.
view | View built resumes in default PDF viewer.
## Requirements.
This project is built using TeX (LuaLaTeX) on GNU/Linux.
Also ImageMagick is required to color the 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 programmatically.