Compile All LaTeX
Version updated for https://github.com/DanySK/compile-latex-action to version 2.2.7.
- This action is used across all versions by 30 repositories.
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, leveraging the Rubber toolchain by default. It scans repositories for .tex files, identifies root documents (optionally using magic comments), and compiles them into PDFs, providing outputs like a list of successfully compiled files and generated PDFs. This action streamlines LaTeX compilation workflows, making it portable across repositories and simplifying tasks like deploying compiled PDFs to GitHub Releases.
Release notes
2.2.7 (2026-01-25)
Dependency updates
- core-deps: update danysk/manjaro-texlive-ruby docker tag to v16.0.52 (3561e8c)
- deps: update node.js to 24.13 (b814478)