File tree 2 files changed +52
-2
lines changed
2 files changed +52
-2
lines changed Original file line number Diff line number Diff line change
1
+ scheme-minimal
2
+
3
+ collection-latex
4
+ collection-xetex
5
+
6
+ # collection-binextra
7
+ latexmk
8
+
9
+ # collection-langchinese
10
+ ctex
11
+ zhlineskip
12
+
13
+ # collection-bibtexextra
14
+ biber
15
+ biblatex
16
+ biblatex-gb7714-2015
17
+
18
+ # collection-latexextra
19
+ enumitem
20
+ fmtcount
21
+ multirow
22
+ titlesec
23
+ xint # indirect
24
+ xstring # indirect
25
+
26
+ # collection-latexrecommended
27
+ booktabs
28
+ caption
29
+ hologo
30
+ listings
31
+ mathtools # indirect
32
+ metalogo
33
+ pdflscape # indirect
34
+ pdfpages
35
+ setspace
36
+ subfig
37
+ underscore # indirect
38
+ unicode-math
39
+
40
+ # collection-plaingeneric
41
+ dirtree
42
+ poormanlog # indirect
43
+
44
+ # collection-fontsextra
45
+ asana-math
46
+ fontawesome5 # indirect
47
+ xits
48
+
49
+ # collection-fontsrecommended
50
+ tex-gyre
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4
16
16
- uses : teatimeguest/setup-texlive-action@v3
17
17
with :
18
- packages : |
19
- scheme-full
18
+ package-file : |
19
+ .github/tl_packages
20
20
- name : Setup fonts
21
21
run : |
22
22
sudo apt update
You can’t perform that action at this time.
0 commit comments