Home

Awesome

texlive-action

GitHub Actions Status

GitHub Action to run arbitrary commands in a TeXLive environment.

It comes with two flavors, full and small. The full action has all TeXLive packages installed. The small one however only has basic packages installed to reduce its size. You can use tlmgr install <package> to install the missing packages. The base image is alpine. Use apk add <package> to install additional system packages. See latex-docker for the scripts to build the respective docker images.

This action is suitable to run arbitrary commands in a LaTeX environment. If you simply want to compile LaTeX documents, latex-action is better recommended.

Inputs

Example

License

MIT