actions-marketplace-validations/Compile All LaTeX
Searches all tex files and compiles them via Rubber
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The command to invoke to compile. Defaults to 'rubber --inplace -d --synctex -s' | no | rubber --unsafe --inplace -d --synctex -s -W all |
| verbose | Adds more output | no | false |
| success | The name of the environment variable that will hold the list of correctly compiled files. Since GitHub Actions does not support multiline output, this action writes on a variable. | no | LATEX_SUCCESSES |
Outputs
| name | description |
|---|---|
| successfully-compiled | A comma-separated list of all successfully compiled files |
| compiled-files | A comma-separated list of all the produced pdfs |