From e921d79c87078d90d42fa96222d3ea9f6a1a2581 Mon Sep 17 00:00:00 2001 From: Zeping Lee Date: Wed, 1 Jan 2020 18:09:52 +0800 Subject: [PATCH] Release v3.2 --- .github/workflows/ci.yml | 5 ++++- CHANGELOG.md | 5 ++++- Makefile | 2 +- main.tex | 2 +- ustcthesis.cls | 2 +- ustcthesis.dtx | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f05b6b..84769a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: build -on: [push] +on: + push: + schedule: + - cron: '0 0 * * *' jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md index 83afba3..6b7bfa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] + +## [3.2] - 2020-01-01 ### Changed - 使用 `\ustcsetup` 进行设置 - 目录开启于奇数页 @@ -144,7 +146,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - 优化图注、算法的行距 - 二级以下节标题编号下采用“1.”、“(1)”、“①” -[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v3.1.06...HEAD +[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v3.2...HEAD +[3.1.06]: https://github.com/ustctug/ustcthesis/compare/v3.2...v3.1.06 [3.1.06]: https://github.com/ustctug/ustcthesis/compare/v3.1.05...v3.1.06 [3.1.05]: https://github.com/ustctug/ustcthesis/compare/v3.1.04...v3.1.05 [3.1.04]: https://github.com/ustctug/ustcthesis/compare/v3.1.03...v3.1.04 diff --git a/Makefile b/Makefile index 382cb4b..d774e5c 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ install : cls doc zip : main doc ln -sf . $(NAME) - zip -r ../$(NAME)-$(VERSION).zip $(NAME)/{README.md,LICENSE,\ + zip -r ../$(NAME)-$(VERSION).zip $(NAME)/{*.md,LICENSE,\ $(NAME).dtx,$(NAME).pdf,$(NAME).cls,*.bst,figures,\ $(MAIN).tex,ustcsetup.tex,math-commands.tex,chapters,bib,$(MAIN).pdf,\ latexmkrc,Makefile} diff --git a/main.tex b/main.tex index a294e05..d9f3f46 100644 --- a/main.tex +++ b/main.tex @@ -2,7 +2,7 @@ % !TeX program = xelatex % !TeX spellcheck = en_US -\documentclass[degree=doctor]{ustcthesis} +\documentclass[degree=doctor]{ustcthesis}[2020/01/01] % degree = doctor|master|bachelor % language = chinese|english diff --git a/ustcthesis.cls b/ustcthesis.cls index a6c6152..eaa8d73 100644 --- a/ustcthesis.cls +++ b/ustcthesis.cls @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e}[2017/04/15] \ProvidesClass{ustcthesis} - [2019/05/01 v3.1.06 USTC thesis template] + [2020/01/01 v3.2 USTC thesis template] \newcommand\ustc@error[1]{% \ClassError{ustcthesis}{#1}{}% } diff --git a/ustcthesis.dtx b/ustcthesis.dtx index f6b1b4c..e89969a 100644 --- a/ustcthesis.dtx +++ b/ustcthesis.dtx @@ -38,7 +38,7 @@ %\NeedsTeXFormat{LaTeX2e}[2017/04/15] %\ProvidesClass{ustcthesis} %<*class> - [2019/05/01 v3.1.06 USTC thesis template] + [2020/01/01 v3.2 USTC thesis template] % % %<*driver>