Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed May 4, 2024
1 parent 03f20ca commit 83e2dc8
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/install-packages.sh

This file was deleted.

62 changes: 62 additions & 0 deletions .github/tl_packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# The test framework itself
l3build
latexmk
#
# Required to build formats
latex-bin
tex
#
# Assuming a 'basic' font set up, metafont is required to avoid
# warnings with some packages and errors with others
metafont
mfware
#
# Dependencies for xeCJK
fontspec
ulem
xecjk
xetex
#
# Dependencies for ctex
cjk
ctex
zhnumber
#
# Dependencies for algorithm2e
algorithm2e
ifoddpage
relsize
#
# Dependencies for biblatex
biber
biblatex
biblatex-gb7714-2015
xstring
#
# Dependencies for nomencl
nomencl
koma-script
xkeyval
#
# Dependencies for ustcthesis
caption
footmisc
filehook
notoccite
multirow
titlesec
unicode-math
#
# Dependencies for fonts
fandol
tex-gyre
xits
#
# Dependencies for extra packages
booktabs
siunitx
#
# Dependencies for doc
hypdoc
listings
xcolor
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Set up TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: .github/tl_packages

- name: Install required packages
run: bash .github/install-packages.sh
Expand Down

0 comments on commit 83e2dc8

Please sign in to comment.