Resume : Improve tlmgr example.

This commit is contained in:
Dmitry Voronin 2024-02-09 03:59:19 +03:00
parent 8789a93cb7
commit a5eac7035d

View file

@ -31,11 +31,11 @@ $ nix develop
## Requirements. ## Requirements.
* `GNU/Linux` (not tested on other platforms). * `GNU/Linux` not tested on other platforms.
* `LuaLaTeX` for the document itself. * `LuaLaTeX` for the document itself.
* `ImageMagick` (optional) for colored icons. * `ImageMagick` (optional) for colored icons.
### Installing missing dependencies. ### Installing missing dependencies.
When trying to build the project, lualatex may throw missing dependency errors. When trying to build the project, lualatex may throw missing dependency errors.
To install them use `$ tlmgr install $dependency`. To install them use `$ tlmgr install <PACKAGE>`.