Skip to content

Commit 6e7abb1

Browse files
committed
Remove texlive installation script (Fix #329)
1 parent 1a65543 commit 6e7abb1

4 files changed

Lines changed: 5 additions & 29 deletions

File tree

.github/workflows/install-packages.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
export PATH="/tmp/texlive/bin/x86_64-linux:$PATH";
55

66
XECJK_PKGS="fontspec ulem xecjk xetex";
7-
CTEX_PKGS="cjk ctex environ everysel trimspaces zhnumber";
7+
CTEX_PKGS="cjk ctex zhnumber";
88
ALGORITHM2E_PKGS="algorithm2e ifoddpage relsize";
99
BIBLATEX_PKGS="biber biblatex biblatex-gb7714-2015 xstring";
1010
NOMENCL_PKGS="nomencl koma-script xkeyval";
@@ -13,7 +13,7 @@ BIN_PKGS="latexmk l3build";
1313
REQUIRED_PKGS="$XECJK_PKGS $CTEX_PKGS caption footmisc filehook notoccite \
1414
multirow titlesec unicode-math";
1515
FONT_PKGS="fandol tex-gyre xits";
16-
EXTRA_PKGS="$ALGORITHM2E_PKGS $BIBLATEX_PKGS $NOMENCL_PKGS siunitx";
17-
DOC_PKGS="booktabs hypdoc listings xcolor";
16+
EXTRA_PKGS="$ALGORITHM2E_PKGS $BIBLATEX_PKGS booktabs $NOMENCL_PKGS siunitx";
17+
DOC_PKGS="hypdoc listings xcolor";
1818

1919
tlmgr install $BIN_PKGS $REQUIRED_PKGS $FONT_PKGS $EXTRA_PKGS $DOC_PKGS;

.github/workflows/install-texlive.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/texlive.profile

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- 新增选项 `math-font = cm` (Computer Modern)([#324](https://github.com/ustctug/ustcthesis/issues/324))。
1313
- 新增 LuaLaTeX 支持(虽然很慢)。
1414

15-
# Changed
15+
### Changed
1616

1717
- 专业学位类型 `professional-type` 为空时不再显示括号([#325](https://github.com/ustctug/ustcthesis/issues/325))。
1818

19-
# Fixed
19+
### Fixed
2020

2121
- 修复了载入 `natbib` 前设置 `cite-style` 无效的问题([#327](https://github.com/ustctug/ustcthesis/issues/327))。
2222

0 commit comments

Comments
 (0)