Skip to content

Commit

Permalink
Merge pull request #230 from BITNP/dev-fky
Browse files Browse the repository at this point in the history
chore: bump version.
  • Loading branch information
fky2015 committed Feb 17, 2023
2 parents d66d239 + b40f04c commit 900a590
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 11 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ Acronyms:

**Bolded text highlights its importance.**

## [3.3.2] - 2023-02-17

[b9444a7](https://github.com/BITNP/BIThesis/commit/b9444a7bf68f86903733911a2c1d9bf1968970aa)...[28c48bc](https://github.com/BITNP/BIThesis/commit/28c48bc8e168ac727e4b677dd23298d9c6ecfd99)

### Bug Fixes

- Use normal text with the keywords. ([2b5ee4e](https://github.com/BITNP/BIThesis/commit/2b5ee4e80cdcd81c5303278d1e686a372e1b3625))

### Documentation

- Add extra mark on doc. ([28c48bc](https://github.com/BITNP/BIThesis/commit/28c48bc8e168ac727e4b677dd23298d9c6ecfd99))

### Miscellaneous Tasks

- Bump version to v3.3.2. ([5714bda](https://github.com/BITNP/BIThesis/commit/5714bda579d24f078e9c742fec8c5545596974e2))

## [3.3.1] - 2023-02-11

[4807915](https://github.com/BITNP/BIThesis/commit/480791527043e2ccc706d688cacd0cbbde87d9a3)...[a87c4f6](https://github.com/BITNP/BIThesis/commit/a87c4f6aa450c93ef1e0b49f638262c6aa3482f6)
Expand Down
8 changes: 4 additions & 4 deletions bithesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
%<thesis>\ProvidesExplClass{bithesis}
%<report>\ProvidesExplClass{bitreport}
%<beamer>\ProvidesExplClass{bitbeamer}
%<cls>{2023-02-11}{3.3.1}{BIT Thesis Templates}
%<cls>{2023-02-17}{3.3.2}{BIT Thesis Templates}
%
%<oldcls>\NeedsTeXFormat{LaTeX2e}[2020/10/01]
%<book>\ProvidesClass{bitbook}
Expand All @@ -30,7 +30,7 @@
%<oldcls> [2022/05/09 v2.1.1 BIT Thesis Templates]
%
%<*driver>
\ProvidesFile{bithesis.dtx}[2023/02/11 3.3.1 BIT Thesis Templates]
\ProvidesFile{bithesis.dtx}[2023/02/17 3.3.2 BIT Thesis Templates]
\documentclass[letterpaper]{l3doc}
\usepackage{dtx-style}

Expand Down Expand Up @@ -1104,15 +1104,15 @@
% 此时页码会使用罗马数字进行计数。
% \end{function}
%
% \begin{function}{abstract}
% \begin{function}[updated=2023-02-17]{abstract}
% \begin{bitsyntax}[emph={[1]abstract}]
% \begin{abstract}
% (*\meta{中文摘要}*)
% \end{abstract}
% \end{bitsyntax}
% \end{function}
%
% \begin{function}{abstractEn}
% \begin{function}[updated=2023-02-17]{abstractEn}
% \begin{bitsyntax}[emph={[1]abstractEn}]
% \begin{abstractEn}
% (*\meta{英文摘要}*)
Expand Down
2 changes: 1 addition & 1 deletion templates/graduate-thesis/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bithesis}
{2023-02-11}{3.3.1}{BIT Thesis Templates}
{2023-02-17}{3.3.2}{BIT Thesis Templates}
\int_new:N \g__bithesis_thesis_type_int
\int_new:N \g__bithesis_head_zihao_int
\bool_new:N \g__bithesis_twoside_bool
Expand Down
2 changes: 1 addition & 1 deletion templates/lab-report/bitreport.cls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bitreport}
{2023-02-11}{3.3.1}{BIT Thesis Templates}
{2023-02-17}{3.3.2}{BIT Thesis Templates}
\int_new:N \g__bithesis_report_type_int
\clist_const:Nn \c__bithesis_report_type_clist
{ common, undergraduate_proposal}
Expand Down
2 changes: 1 addition & 1 deletion templates/paper-translation/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bithesis}
{2023-02-11}{3.3.1}{BIT Thesis Templates}
{2023-02-17}{3.3.2}{BIT Thesis Templates}
\int_new:N \g__bithesis_thesis_type_int
\int_new:N \g__bithesis_head_zihao_int
\bool_new:N \g__bithesis_twoside_bool
Expand Down
2 changes: 1 addition & 1 deletion templates/presentation-slide/bitbeamer.cls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bitbeamer}
{2023-02-11}{3.3.1}{BIT Thesis Templates}
{2023-02-17}{3.3.2}{BIT Thesis Templates}
\keys_define:nn { bitbeamer }
{
titlegraphic .tl_set:N = \l_bit_titlegraphic_tl,
Expand Down
2 changes: 1 addition & 1 deletion templates/undergraduate-proposal-report/bitreport.cls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bitreport}
{2023-02-11}{3.3.1}{BIT Thesis Templates}
{2023-02-17}{3.3.2}{BIT Thesis Templates}
\int_new:N \g__bithesis_report_type_int
\clist_const:Nn \c__bithesis_report_type_clist
{ common, undergraduate_proposal}
Expand Down
2 changes: 1 addition & 1 deletion templates/undergraduate-thesis-en/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bithesis}
{2023-02-11}{3.3.1}{BIT Thesis Templates}
{2023-02-17}{3.3.2}{BIT Thesis Templates}
\int_new:N \g__bithesis_thesis_type_int
\int_new:N \g__bithesis_head_zihao_int
\bool_new:N \g__bithesis_twoside_bool
Expand Down
2 changes: 1 addition & 1 deletion templates/undergraduate-thesis/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%%
\RequirePackage{expl3,l3keys2e}
\ProvidesExplClass{bithesis}
{2023-02-11}{3.3.1}{BIT Thesis Templates}
{2023-02-17}{3.3.2}{BIT Thesis Templates}
\int_new:N \g__bithesis_thesis_type_int
\int_new:N \g__bithesis_head_zihao_int
\bool_new:N \g__bithesis_twoside_bool
Expand Down

0 comments on commit 900a590

Please sign in to comment.