Public resume made using LaTeX supporting EN&RU languages.
Find a file
2023-08-09 18:44:58 +03:00
image color icons and text from env variable. 2023-08-02 17:20:47 +03:00
tex education : use existing \place view. 2023-08-09 18:44:58 +03:00
.gitignore implement tex base from template with basic styling and i11n. 2023-07-31 04:41:58 +03:00
Makefile Makefile : fallback to black icons when ImageMagick is not available. 2023-08-02 17:59:18 +03:00
README.md Makefile : fallback to black icons when ImageMagick is not available. 2023-08-02 17:59:18 +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.
icon Build colored icons.
en Build English resume.
ru Build Russian resume.
view View built resumes in default PDF viewer.

Requirements.

  • GNU/Linux (not tested on other platforms).
  • LuaLaTeX for the document itself.
  • ImageMagick (optional) for colored 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.
  • Fallback for using black icons if ImageMagick is not available.