actions-marketplace-validations/Auto-latexdiff
Searches for LaTeX roots and builds differential documents via latexdiff comparing with previous tags.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Where to search for LaTeX files. Defaults to the GitHub Actions workspace | no | . |
| fail-on-error | Fail if latexdiff fails | no | true |
| files | Latex files to compile, separated by newlines, relative to directory. Glob syntax supported. Defaults to '**/*.tex' | no | **/*.tex |
| include-lightweight-tags | Whether non-annotated tags should be considered. Defaults to false. | no | false |
| markupstyle | Which differential method to use (UNDERLINE CTRADITIONAL TRADITIONAL CFONT FONTSTRIKE INVISIBLE CHANGEBAR CCHANGEBAR CULINECHBAR CFONTCHBAR BOLD PDFCOMMENT) | no | CFONTCHBAR |
| tags | Newline-separated list of tags to create differential documents with. Regex syntax supported. Defaults to '.*' | no | .* |
| use-magic-comments | If enabled, the system will consider "TeX root" magic comments. Enabled by default. | no | true |
Outputs
| name | description |
|---|---|
| results | A newline-separated list of successfuly compiled files |