wangyihang/LaTeX Builder
Build LaTeX documents with Git-based versioning and diff generation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tex-file | Main .tex file to compile | no | main.tex |
| compiler | LaTeX compiler (xelatex, pdflatex, lualatex) | no | xelatex |
| compare-with | Git tag or commit to compare against (auto-detect if omitted) | no | "" |
| output-dir | Directory for output files | no | output |
| timeout | Per-command timeout in seconds | no | 300 |
| revision-file | Path for generated revision.tex | no | variables/revision.tex |
| skip-diff | Build current version only, skip diff generation | no | false |
| diff-only | Generate diff .tex without building PDFs | no | false |
| verbose | Enable debug logging | no | false |
Outputs
| name | description |
|---|---|
| version-name | Generated version name for this build |
| pdf-path | Path to the generated current-version PDF |
| diff-pdf-path | Path to the generated diff PDF |
| diff-tex-path | Path to the generated diff .tex file |
| metadata-path | Path to metadata.json |