resume/Readme.md

43 lines
888 B
Markdown
Raw Normal View History

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.
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.
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.
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
### Nix shell support.
```bash
2024-02-09 03:57:47 +03:00
$ nix develop
```
2023-07-31 05:00:44 +03:00
## Requirements.
2024-02-09 03:59:19 +03:00
* `GNU/Linux` not tested on other platforms.
* `LuaLaTeX` for the document itself.
* `ImageMagick` (optional) for colored icons.
2023-07-31 05:00:44 +03:00
### Installing missing dependencies.
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