resume/README.md

34 lines
804 B
Markdown
Raw Normal View History

2023-07-31 05:00:44 +03:00
# Dmitry Voronin Resume.
2023-08-02 15:34:09 +03:00
## TODO.
- Change icon color programmatically.
2023-07-31 05:00:44 +03:00
## How to build.
```bash
2023-07-31 05:02:55 +03:00
$ make $target
2023-07-31 05:00:44 +03:00
```
### Available targets.
Taget | Description
2023-07-31 05:00:44 +03:00
--- | ---
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.
```text
2023-07-31 05:00:44 +03:00
$ 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.
2023-07-31 05:08:03 +03:00
When trying to build the project, lualatex may throw missing dependency errors.
To install them use `$ tlmgr install $dependency`.