Public resume made using LaTeX supporting EN&RU languages.
Find a file
2024-02-09 03:57:14 +03:00
image interests : add non-smoker and non-drinker icons. 2023-10-13 20:05:50 +03:00
tex Title : Replace phone number with Telegram. 2024-01-31 00:00:24 +03:00
.gitignore implement tex base from template with basic styling and i11n. 2023-07-31 04:41:58 +03:00
flake.lock Flake : Add devShell for building. 2024-02-09 03:49:37 +03:00
flake.nix Flake : Add devShell for building. 2024-02-09 03:49:37 +03:00
Makefile return red color. 2023-09-01 23:33:00 +03:00
Readme.md Readme : Add info about Nix shell support & cleanup. 2024-02-09 03:57:14 +03:00

Dmitry Voronin Resume.

Latest release.

English version

Русская версия

How to build.

$ 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.

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 $dependency.