tawalaya/Github Action for LaTeX with Diff and Stats
GitHub Action to compile LaTeX documents including LatexDiffs and Stats
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| root_file | The root LaTeX file to be compiled | yes | — |
| working_directory | The working directory for the LaTeX engine | — | — |
| compiler | The LaTeX engine to be invoked | — | latexmk |
| args | Extra 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_packages | Install extra packages by apk | — | — |
| pre_compile | Arbitrary bash codes to be executed before compiling LaTeX documents | — | — |
| post_compile | Arbitrary bash codes to be executed after compiling LaTeX documents | — | — |
| latexmk_shell_escape | Instruct latexmk to enable --shell-escape | — | — |
| latexmk_use_lualatex | Instruct latexmk to use LuaLaTeX | — | — |
| latexmk_use_xelatex | Instruct latexmk to use XeLaTeX | — | — |
| compile_diff | use git-latexdiff to generate a diff.pdf | — | — |
| with_stats | generate latex stats (wordcount/headings...) | — | — |
Outputs
no outputs