Skip to content

Commit

Permalink
Fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RizhongLin committed Mar 5, 2024
1 parent c413488 commit c1ee5d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ on:
push:
branches:
- master
- proposal
- fix-ci
pull_request:
branches:
- master
- proposal

name: test

Expand All @@ -16,7 +18,7 @@ env:
# biber biblatex bibtex: for executable bibtex
# txfonts: mathptmx is obsoleted; times: times is obsoleted but utmb8a.pfb is needed
# dvips: for 8r.enc, OS X needed; gsftopk: command needed when xdv -> pdf
TL_PACKAGES: adjustbox algorithmicx algorithms biber biblatex biblatex-gb7714-2015 bibtex booktabs caption carlisle cases catchfile chinese-jfm chngcntr cleveref collectbox ctex dvips enumitem environ extarrows fancybox fancyhdr fancyvrb float framed fvextra gbt7714 gsftopk helvetic hologo ifplatform lastpage latexmk lineno minted multirow mwe natbib needspace newtx nth oberdiek pdftexcmds realscripts rsfs setspace siunitx subfig tcolorbox texcount texliveonfly threeparttable threeparttablex times titling tocloft trimspaces txfonts ucs upquote was xcolor xecjk xstring zhnumber
TL_PACKAGES: adjustbox algorithmicx algorithms biber biblatex biblatex-gb7714-2015 bibtex booktabs caption carlisle cases catchfile chinese-jfm chngcntr cleveref collectbox ctex dvips enumitem environ extarrows fancybox fancyhdr fancyvrb float framed fvextra gbt7714 gsftopk helvetic hologo ifplatform lastpage latexmk lineno minted multirow mwe natbib needspace newtx nth oberdiek pdftexcmds realscripts rsfs setspace siunitx subfig tcolorbox texcount texliveonfly threeparttable threeparttablex times titling tocloft trimspaces txfonts ucs upquote was xcolor xecjk xpatch xstring zhnumber

jobs:
build-linux:
Expand Down
1 change: 1 addition & 0 deletions style/tongjithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
\RequirePackage[
backend=biber,
style=gb7714-2015,
natbib=true,
]{biblatex}
\addbibresource{bib/note.bib}

Expand Down

0 comments on commit c1ee5d6

Please sign in to comment.