Releases: xu-cheng/latex-action
Releases · xu-cheng/latex-action
1.3.0
- Support
pre_compile
and post_compile
to run arbitrary bash codes before and after compiling.
- Support compiling multiple files. Example:
- uses: xu-cheng/latex-action@master
with:
root_file: |
file1.tex
file2.tex
1.2.1
- Provide better messages on incorrect inputs..
- Auto reset compiler and args inputs if both of them are empty.
1.2.0
- We now use the docker image with full TeXLive installed. The image setup script can be found at: https://github.com/xu-cheng/latex-docker
- The previous
extra_packages
input is now deprecated. It has no effect now.
- The
texliveonfly
tool is no longer used. By default, the document is compiled directly by latexmk
.
1.0.6
- Install collection-fontutils by default
1.0.5
- Install collection-fontsrecommended by default
- Improve document
1.0.4
- Add support for installing additional system packages by apk
1.0.3
- Use biber/biblatex 3.13 from tlmgr.
1.0.2
- Verify the integrity of the TeXLive installer using GPG.
1.0.1
- Add support for changing working directory.