File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44export PATH=" /tmp/texlive/bin/x86_64-linux:$PATH " ;
55
66XECJK_PKGS=" fontspec ulem xecjk xetex" ;
7- CTEX_PKGS=" cjk ctex environ everysel trimspaces zhnumber" ;
7+ CTEX_PKGS=" cjk ctex zhnumber" ;
88ALGORITHM2E_PKGS=" algorithm2e ifoddpage relsize" ;
99BIBLATEX_PKGS=" biber biblatex biblatex-gb7714-2015 xstring" ;
1010NOMENCL_PKGS=" nomencl koma-script xkeyval" ;
@@ -13,7 +13,7 @@ BIN_PKGS="latexmk l3build";
1313REQUIRED_PKGS=" $XECJK_PKGS $CTEX_PKGS caption footmisc filehook notoccite \
1414 multirow titlesec unicode-math" ;
1515FONT_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
1919tlmgr install $BIN_PKGS $REQUIRED_PKGS $FONT_PKGS $EXTRA_PKGS $DOC_PKGS ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments