actions-marketplace-validations/GitHub Action for LaTeX

GitHub Action to compile LaTeX documents

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
texlive_versionTeXLive version to use
osBase operating system for the TeXLive Docker image ('alpine' or 'debian')alpine
docker_imageCustom Docker image to use
root_fileRoot LaTeX file(s) to compileyes
working_directoryWorking directory for the compilation process
work_in_root_file_dirChange to each root file's directory before compilationfalse
continue_on_errorContinue building remaining documents even if some failfalse
compilerLaTeX compiler to uselatexmk
argsAdditional arguments passed to the LaTeX compiler-pdf -file-line-error -halt-on-error -interaction=nonstopmode
extra_system_packagesAdditional system packages to install
extra_fontsExtra font files to install
pre_compileBash commands to execute before compilation
post_compileBash commands to execute after compilation
latexmk_shell_escapeEnable shell-escape for latexmkfalse
latexmk_use_lualatexUse LuaLaTeX engine with latexmkfalse
latexmk_use_xelatexUse XeLaTeX engine with latexmkfalse

no outputs