# Dmitry Voronin Resume. ## Latest release. [English version](/voronind/resume/releases/download/latest/VoronindEn.pdf) [Русская версия](/voronind/resume/releases/download/latest/VoronindRu.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. ### Nix shell support. ```bash $ nix develop ``` ## Requirements. * `GNU/Linux` not tested on other platforms. * `LuaLaTeX` for the document itself. * `ImageMagick` (optional) for colored icons. ### Installing missing dependencies. When trying to build the project, lualatex may throw missing dependency errors. To install them use `$ tlmgr install `.