Skip to content

Releases: xu-cheng/latex-action

1.3.0

02 May 00:55
53a09fc
Compare
Choose a tag to compare
  • 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

09 Dec 18:02
b25b386
Compare
Choose a tag to compare
  • Provide better messages on incorrect inputs..
  • Auto reset compiler and args inputs if both of them are empty.

1.2.0

16 Nov 14:39
cae406a
Compare
Choose a tag to compare
  • 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.1.0

16 Nov 13:45
83bdddf
Compare
Choose a tag to compare

1.0.6

11 Nov 09:20
56edf24
Compare
Choose a tag to compare
  • Install collection-fontutils by default

1.0.5

16 Sep 17:31
Compare
Choose a tag to compare
  • Install collection-fontsrecommended by default
  • Improve document

1.0.4

03 Sep 08:14
b8276ba
Compare
Choose a tag to compare
  • Add support for installing additional system packages by apk

1.0.3

28 Aug 10:13
241eb04
Compare
Choose a tag to compare
  • Use biber/biblatex 3.13 from tlmgr.

1.0.2

22 Aug 10:30
0f1df02
Compare
Choose a tag to compare
  • Verify the integrity of the TeXLive installer using GPG.

1.0.1

21 Aug 12:29
6c4908d
Compare
Choose a tag to compare
  • Add support for changing working directory.