Compile All LaTeX
Version updated for https://github.com/DanySK/compile-latex-action to version 2.3.0.
- This action is used across all versions by 30 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Compile LaTeX Action is a GitHub Action that automates the compilation of LaTeX documents into PDFs with minimal configuration. It scans the repository for .tex files, identifies root documents based on file structure or magic comments, and compiles them using the Rubber toolchain by default. This action simplifies the process of managing LaTeX builds across multiple repositories and provides outputs listing successfully compiled files, enabling easy deployment or integration into workflows.
What’s Changed
2.3.0 (2026-04-19)
Features
Dependency updates
- deps: update node.js to 24.14 (00f4718)
Documentation
- add agent instructions (81fe7b4)
Build and continuous integration
- deps: update actions/setup-node action to v6.3.0 (2691624)