Skip to content

Commit

Permalink
chore: 将手册样式拆分为单独文档类
Browse files Browse the repository at this point in the history
  • Loading branch information
atxy-blip committed May 14, 2023
1 parent e5b80d1 commit ce3c1a1
Show file tree
Hide file tree
Showing 5 changed files with 467 additions and 234 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
CTAN_URL: https://mirrors.rit.edu/CTAN
TL_PACKAGES: alphalph auxhook background bibtex bigfoot booktabs caption cm-unicode colortbl csquotes ctex dashundergaps diagbox enumitem everypage fancyhdr fancyvrb fandol footmisc hologo hycolor hypdoc hyperref l3build lexend libertinus-fonts listings lm-math makecell makeindex mathtools natbib ninecolors njuvisual pict2e poormanlog preview psnfss setspace siunitx symbol tabularray tex-gyre tex-gyre-math threeparttable translator underscore unicode-math url xint xits xstring zhlineskip zref
TL_PACKAGES: alphalph auxhook background bibtex bigfoot booktabs caption cm-unicode catchfile codehigh colortbl csquotes ctex dashundergaps diagbox enumitem everypage fancyhdr fancyvrb fandol footmisc hologo hycolor hypdoc hyperref l3build lexend libertinus-fonts listings lm-math makecell makeindex mathtools natbib ninecolors njuvisual pict2e poormanlog preview psnfss setspace siunitx symbol tabularray tex-gyre tex-gyre-math threeparttable translator underscore unicode-math url varwidth xint xits xstring zhlineskip zref

jobs:
release:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
mv njuthesis-ctan.zip njuthesis-ctan-$VERSION.zip
mv njuthesis.pdf njuthesis-$VERSION.pdf
- name: Zip RELEASE package
- name: Zip USER package
run: |
${{ env.SET_PATH }}
mv docs/* .
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@

- 修复批量创建环境时缺少 `\crefname` 的问题 - [#206]

### 杂项

- 手册源码部分添加语法高亮
- 手册样式设置拆分为单独的 `njuthesis-doc.cls`

## [1.2.1] - 2023-05-03

### 修复
Expand Down
1 change: 1 addition & 0 deletions install-unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ xetex "njuthesis.dtx" > /dev/null
rm *.dtx
rm *.ins
rm *.log
rm njuthesis-doc.cls

cd ..
1 change: 1 addition & 0 deletions install-win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ xetex "njuthesis.dtx" > NUL
DEL "*.dtx"
DEL "*.ins"
DEL "*.log"
DEL "njuthesis-doc.cls"

CD ..

0 comments on commit ce3c1a1

Please sign in to comment.