Public resume made using LaTeX supporting EN&RU languages.
Find a file
2023-07-31 05:06:56 +03:00
image implement tex base from template with basic styling and i11n. 2023-07-31 04:41:58 +03:00
tex move tex files into separate directory. 2023-07-31 04:48:33 +03:00
.gitignore implement tex base from template with basic styling and i11n. 2023-07-31 04:41:58 +03:00
Makefile move tex files into separate directory. 2023-07-31 04:48:33 +03:00
README.md README : add missing $ near make. 2023-07-31 05:06:56 +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.

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