Find a file Use this template
2023-09-01 23:38:11 +03:00
image/icon update template. 2023-09-01 23:37:14 +03:00
tex update template. 2023-09-01 23:37:14 +03:00
.gitignore init : tear down from resume. 2023-09-01 22:54:35 +03:00
Makefile update template. 2023-09-01 23:37:14 +03:00
README.md readme : add todo add samples. 2023-09-01 23:38:11 +03:00

Tex template.

How to build.

$ make

Available targets.

Taget Description
all Clean, build and open document.
clean Clean project from build files.
icon Build colored icons.
en Build English document.
ru Build Russian document.
open Open built document 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.

  • Add samples of all the styles and views to default.
  • Keep template up-to-date.