Compile All LaTeX
Version updated for https://github.com/DanySK/compile-latex-action to version 2.3.1.
- 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 designed to automate the compilation of LaTeX documents with minimal configuration. It scans the repository for .tex files, identifies root documents (based on file structure or magic comments), and compiles them into PDFs using the Rubber toolchain by default. This action simplifies LaTeX workflows by automating the build process, providing lists of successfully compiled files and generated PDFs for further integration, such as deployment to GitHub Releases.
What’s Changed
2.3.1 (2026-04-19)
Dependency updates
Bug Fixes
- escape isntructions string (79f597f)