2023-07-31 05:00:44 +03:00
|
|
|
# Dmitry Voronin Resume.
|
|
|
|
|
2023-12-27 18:04:09 +03:00
|
|
|
## Latest release.
|
|
|
|
|
2024-01-31 00:05:45 +03:00
|
|
|
[English version](/voronind/resume/releases/download/latest/voronind_en.pdf)
|
|
|
|
|
|
|
|
[Русская версия](/voronind/resume/releases/download/latest/voronind_ru.pdf)
|
2023-12-27 18:04:09 +03:00
|
|
|
|
2023-07-31 05:00:44 +03:00
|
|
|
## How to build.
|
2024-02-09 03:57:14 +03:00
|
|
|
|
2023-07-31 05:00:44 +03:00
|
|
|
```bash
|
2023-09-01 23:39:13 +03:00
|
|
|
$ make
|
2023-07-31 05:00:44 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### Available targets.
|
2024-02-09 03:57:14 +03:00
|
|
|
|
2023-07-31 05:03:34 +03:00
|
|
|
Taget | Description
|
2023-07-31 05:00:44 +03:00
|
|
|
--- | ---
|
2023-08-09 18:56:02 +03:00
|
|
|
all | Clean, build and open all languages.
|
2023-07-31 05:00:44 +03:00
|
|
|
clean | Clean project from build files.
|
2023-08-02 17:45:58 +03:00
|
|
|
icon | Build colored icons.
|
2023-07-31 05:00:44 +03:00
|
|
|
en | Build English resume.
|
|
|
|
ru | Build Russian resume.
|
2023-08-09 18:56:02 +03:00
|
|
|
open | Open built resumes in default PDF viewer.
|
2023-07-31 05:00:44 +03:00
|
|
|
|
2024-02-09 03:57:14 +03:00
|
|
|
### Nix shell support.
|
|
|
|
|
|
|
|
```bash
|
2024-02-09 03:57:47 +03:00
|
|
|
$ nix develop
|
2024-02-09 03:57:14 +03:00
|
|
|
```
|
|
|
|
|
2023-07-31 05:00:44 +03:00
|
|
|
## Requirements.
|
2024-02-09 03:57:14 +03:00
|
|
|
|
2024-02-09 03:59:19 +03:00
|
|
|
* `GNU/Linux` not tested on other platforms.
|
2023-08-02 17:54:40 +03:00
|
|
|
* `LuaLaTeX` for the document itself.
|
2023-08-02 17:59:18 +03:00
|
|
|
* `ImageMagick` (optional) for colored icons.
|
2023-07-31 05:00:44 +03:00
|
|
|
|
2023-07-31 05:06:34 +03:00
|
|
|
### Installing missing dependencies.
|
2024-02-09 03:57:14 +03:00
|
|
|
|
2023-12-27 18:04:09 +03:00
|
|
|
When trying to build the project, lualatex may throw missing dependency errors.
|
2024-02-09 03:59:19 +03:00
|
|
|
To install them use `$ tlmgr install <PACKAGE>`.
|
2024-04-10 18:44:59 +03:00
|
|
|
|