Skip to content

Commit

Permalink
Update:数院的处理
Browse files Browse the repository at this point in the history
  • Loading branch information
xkwxdyy committed Apr 27, 2024
1 parent d0d0ec8 commit b670eb0
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 16 deletions.
51 changes: 38 additions & 13 deletions CCNUthesis.cls
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplClass {CCNUthesis} {2024-04-27} {v1.4.2}
\ProvidesExplClass {CCNUthesis} {2024-04-27} {v1.4.3}
{Thesis template for Central China Normal University}
\RequirePackage { l3keys2e, xparse }

Expand Down Expand Up @@ -413,6 +413,7 @@
tabularray, % 表格
calc, % settototalheight 等命令
etoolbox, % 补丁
mathtools,
amsthm, % 定理类环境
thmtools, % 定理类环境
xeCJKfntef, % 下划线
Expand Down Expand Up @@ -3895,12 +3896,23 @@
\pagestyle { empty }
% 版权页
\begin{tikzpicture} [remember~picture, overlay]
\node at (current~page.center)
\bool_if:NTF \g__ccnu_cover_word_version_bool
{
\includegraphics
[ width = \Gm@layoutwidth, height = \Gm@layoutheight ]
{ copyright / Originality_Copyright_bachelor_remove_partial_schoolname.pdf }
};
\node at (current~page.center)
{
\includegraphics
[ width = \Gm@layoutwidth, height = \Gm@layoutheight ]
{ copyright / Originality_Copyright_bachelor_remove_partial_schoolname.pdf }
};
}
{
\node at (current~page.center)
{
\includegraphics
[ width = \Gm@layoutwidth, height = \Gm@layoutheight ]
{ copyright / Originality_Copyright_bachelor_remove_partial_schoolname_math.pdf }
};
}
\end{tikzpicture}
}
{ all-schoolname }
Expand All @@ -3923,12 +3935,23 @@
\pagestyle { empty }
% 版权页
\begin{tikzpicture} [remember~picture, overlay]
\node at (current~page.center)
\bool_if:NTF \g__ccnu_cover_word_version_bool
{
\includegraphics
[ width = \Gm@layoutwidth, height = \Gm@layoutheight ]
{ copyright / Originality_Copyright_bachelor.pdf }
};
\node at (current~page.center)
{
\includegraphics
[ width = \Gm@layoutwidth, height = \Gm@layoutheight ]
{ copyright / Originality_Copyright_bachelor.pdf }
};
}
{
\node at (current~page.center)
{
\includegraphics
[ width = \Gm@layoutwidth, height = \Gm@layoutheight ]
{ copyright / Originality_Copyright_bachelor_math.pdf }
};
}
\end{tikzpicture}
}
}
Expand Down Expand Up @@ -4388,7 +4411,8 @@
% \c_space_tl \c_space_tl
\clist_use:Nn \l__ccnu_info_keywords_clist
{ ; }
% 结尾的分号
\bool_if:NT \g__ccnu_cover_word_version_bool
{; } % 结尾的分号
\par
}
\cs_new:Npn \__ccnu_abstract_en_begin_bachelor:
Expand Down Expand Up @@ -4435,7 +4459,8 @@
% \c_space_tl \c_space_tl
\clist_use:Nn \l__ccnu_info_keywords_en_clist
{ ;~}
; % 结尾的分号
\bool_if:NT \g__ccnu_cover_word_version_bool
{; } % 结尾的分号
\newpage
}
% 硕博的摘要
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ QQ 1群:435903068(若满了请加2群)
QQ 2群:685329998


## [v1.4.3] - 2024-04-27
除了更新 `CCNUthesis.cls`,还需要将 `copyright` 目录下的 PDF 全部替换为新版(省事一点,全部替换就行)


### Changed
主要针对数院格式修改
- 去掉关键词最后的分号
- 版权页的 `1、` 改为 `2.`


## [v1.4.2] - 2024-04-27

除了更新 `CCNUthesis.cls` 还需要修改 `ccnu-setup.tex`
Expand Down
Binary file modified copyright/Originality_Copyright_bachelor.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/CCNUthesis-doc.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\documentclass{ccnudoc}

\newcommand{\DocDate}{2024-04-27}
\newcommand{\DocVersion}{v1.4.2}
\newcommand{\DocVersion}{v1.4.3}

\input{CCNUthesis-doc-setup.tex}

Expand Down
3 changes: 1 addition & 2 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%********************************************
% CCNUthesis: 华中师范大学论文模板(非官方)
% update date: 2024-04-27
% version: v1.4.2
% version: v1.4.3
%
% 重要提示:
% 1. 请确保使用 UTF-8 编码保存
Expand Down Expand Up @@ -67,7 +67,6 @@

% 需要的额外宏包可以在此处自行调用
% 关于模板已经载入的宏包请参看手册「宏包依赖情况」
\usepackage{mathtools}



Expand Down

0 comments on commit b670eb0

Please sign in to comment.