Releases: xu-cheng/latex-action
Releases · xu-cheng/latex-action
2.7.1
- Fix extra_system_packages doesn't work if glob_root_file is true.
2.7.0
- Add
continue_on_error
option.
2.6.0
- Support glob star in the glob pattern.
- Update document.
2.5.0
- Add extended globs support.
2.4.0
- Support changing directory into each root file's directory before compiling each documents.
2.3.1
- Support installing extra fonts.
2.2.1
- Add upload-artifact example (#40).
- Create working directory if it does not exist (#48).
2.2.0
- Use docker images from GitHub Container Registry
2.1.0
- Add new options
latexmk_shell_escape
, latexmk_use_lualatex
, and latexmk_use_xelatex
.
- Prevent hanging with error by passing
-halt-on-error
by default.
Please use the meta tag v2
in your action file.