tawalaya/Github Action for LaTeX with Diff and Stats

GitHub Action to compile LaTeX documents including LatexDiffs and Stats

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
root_fileThe root LaTeX file to be compiledyes
working_directoryThe working directory for the LaTeX engine
compilerThe LaTeX engine to be invokedlatexmk
argsExtra arguments to be passed to the LaTeX engine-pdf -file-line-error -halt-on-error -interaction=nonstopmode
extra_packages[Deprecated] Install extra packages by tlmgr
extra_system_packagesInstall extra packages by apk
pre_compileArbitrary bash codes to be executed before compiling LaTeX documents
post_compileArbitrary bash codes to be executed after compiling LaTeX documents
latexmk_shell_escapeInstruct latexmk to enable --shell-escape
latexmk_use_lualatexInstruct latexmk to use LuaLaTeX
latexmk_use_xelatexInstruct latexmk to use XeLaTeX
compile_diffuse git-latexdiff to generate a diff.pdf
with_statsgenerate latex stats (wordcount/headings...)

no outputs