Skip to content

Commit

Permalink
Release v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Jan 1, 2020
1 parent 49b05aa commit e921d79
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build

on: [push]
on:
push:
schedule:
- cron: '0 0 * * *'

jobs:
build:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 进行设置
- 目录开启于奇数页
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ustcthesis.cls
Original file line number Diff line number Diff line change
@@ -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}{}%
}
Expand Down
2 changes: 1 addition & 1 deletion ustcthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
%<class>\NeedsTeXFormat{LaTeX2e}[2017/04/15]
%<class>\ProvidesClass{ustcthesis}
%<*class>
[2019/05/01 v3.1.06 USTC thesis template]
[2020/01/01 v3.2 USTC thesis template]
%</class>
%
%<*driver>
Expand Down

0 comments on commit e921d79

Please sign in to comment.