Skip to content

Commit f1d3ae8

Browse files
committed
Revised
1 parent 16e1243 commit f1d3ae8

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

ReadMe.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ BUAAThesis
3737

3838
## 关于图书馆查重
3939

40-
+ 2018/11/22, Qiao Junfeng
41-
实际经验表明,使用此模板经XeLaTeX编译生成的pdf,图书馆查重时未遇到乱码问题。
42-
我的环境:Manjaro Linux + TeX Live 2018 + TeXstudio 2.12.10
40+
+ By [Qiao Junfeng](https://github.com/qiaojunfeng), 2018/11/22
41+
42+
实际经验表明,使用此模板经XeLaTeX编译生成的pdf,图书馆查重时未遇到乱码问题。
43+
44+
我的环境:Manjaro Linux + TeX Live 2018 + TeXstudio 2.12.10。
4345

4446
## 建议及问题反馈
4547

@@ -59,4 +61,4 @@ BUAAThesis
5961

6062
***
6163

62-
By [WeiQM](https://weiquanmao.github.io/) at D409.IPC.BUAA.
64+
By [WeiQM](https://weiquanmao.github.io/).

Template.pdf

-347 Bytes
Binary file not shown.

buaa.cls

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
%% %% Qiao Junfeng ([email protected])
1111
%% %%
1212
%% %% Versions:
13+
%% %% v2.0 WeiQM, QiaoJF (11-22-2018)
1314
%% %% v1.3 Wei Quanmao (10-15-2018)
1415
%% %% v1.2 Wei Quanmao (07-31-2018)
1516
%% %% v1.1 Wei Quanmao (01-04-2018)
@@ -20,11 +21,11 @@
2021

2122
%% 模板标识
2223
\NeedsTeXFormat{LaTeX2e}
23-
\ProvidesClass{buaa}[2018/10/15 v1.3 BUAA thesis class]
24-
\typeout{This is LaTeX template buaa, Version 1.3 (based on CTex) 10-15-2018, by Wei Quanmao}
24+
\ProvidesClass{buaa}[2018/11/22 v2.0 BUAA thesis class]
25+
\typeout{This is LaTeX template buaa, Version 2.0 (based on CTex) 11-22-2018}
2526

2627
\usepackage{graphicx}
27-
\def\BUAAThesisVer{v1.3 10-15-2018}
28+
\def\BUAAThesisVer{v2.0 11-22-2018}
2829
\def\BUAAThesis{%
2930
B%
3031
{\fontsize{0.8em}{\baselineskip}\selectfont

buaa_mac.cls

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
%% %% 初始版本作者:
88
%% %% Wei Quanmao ([email protected])
99
%% %% 参与修改:
10+
%% %% Qiao Junfeng ([email protected])
1011
%% %%
1112
%% %% Versions:
13+
%% %% v2.0 WeiQM, QiaoJF (11-22-2018)
1214
%% %% v1.3 Wei Quanmao (10-15-2018)
1315
%% %% v1.1 Wei Quanmao (07-31-2018)
1416
%% %% v1.0a Wei Quanmao (01-04-2018)
@@ -18,8 +20,8 @@
1820

1921
%% 模板标识
2022
\NeedsTeXFormat{LaTeX2e}
21-
\ProvidesClass{buaa}[2018/10/15 v1.3 BUAA thesis class for Mac]
22-
\typeout{This is LaTeX template buaa-mac (for mac with XeLaTeX), Version 1.3 (based on CTex) 10-15-2018, by Wei Quanmao}
23+
\ProvidesClass{buaa}[2018/11/22 v2.0 BUAA thesis class for Mac]
24+
\typeout{This is LaTeX template buaa-mac (for mac with XeLaTeX), Version 2.0 (based on CTex) 11-22-2018}
2325

2426
\usepackage{graphicx}
2527
\def\BUAAThesisVer{v1.3 10-15-2018}

0 commit comments

Comments
 (0)