actions-marketplace-validations/LaTeX document compiler
GitHub Action for compiling LaTeX documents
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| latex_main_file | The main LaTeX file (your root file) | yes | — |
| working_directory | The working directory for the LaTeX engine | no | — |
| latex_compiler | The LaTeX engine to be invoked | no | latexmk |
| latex_compiler_arguments | Arguments parsed to the LaTeX compiler | no | -pdf -file-line-error -halt-on-error -interaction=nonstopmode |
| system_packages | Packages to be installed (Arch-based [uses `pacman`]; `TexLive-Most` is installed) | no | — |
| pre_task | Shell commands to execute _BEFORE_ compiling the LaTeX document | no | — |
| post_task | Shell commands to execute _AFTER_ compiling the LaTeX document | no | — |
Outputs
no outputs