Public resume made using LaTeX supporting EN&RU languages.
Find a file
2023-08-02 17:39:51 +03:00
image color icons and text from env variable. 2023-08-02 17:20:47 +03:00
tex control image and extra content from Makefile. 2023-08-02 17:39:51 +03:00
.gitignore implement tex base from template with basic styling and i11n. 2023-07-31 04:41:58 +03:00
Makefile control image and extra content from Makefile. 2023-08-02 17:39:51 +03:00
README.md README : fix list. 2023-08-02 17:21:07 +03:00

Dmitry Voronin Resume.

How to build.

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

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

  • Change icon color programmatically.