Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
xkwxdyy committed Jan 18, 2024
1 parent 18660ac commit abeb9dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/CCNUthesis-doc.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\documentclass{ccnudoc}

\newcommand{\DocDate}{2023-05-11}
\newcommand{\DocVersion}{v1.2.17}
\newcommand{\DocDate}{2024-01-18}
\newcommand{\DocVersion}{v1.2.18}

\input{CCNUthesis-doc-setup.tex}

Expand Down
11 changes: 7 additions & 4 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

%********************************************
% CCNUthesis: 华中师范大学论文模板
% update date: 2023-05-11
% version: v1.2.17
% update date: 2024-01-18
% version: v1.2.18
%
% 重要提示:
% 1. 请确保使用 UTF-8 编码保存
Expand All @@ -15,11 +15,11 @@
%********************************************


% \documentclass[type = bachelor]{CCNUthesis}
\documentclass[type = bachelor]{CCNUthesis}
% \documentclass[type = bachelor, blind-version=remove-partial-schoolname]{CCNUthesis}
% \documentclass[type = master]{CCNUthesis}
% \documentclass[type = master, blind-version]{CCNUthesis}
\documentclass[type = master, version = print-master-oneside]{CCNUthesis}
% \documentclass[type = master, version = print-master-oneside]{CCNUthesis}
% \documentclass[type = master, version = print-master-twoside]{CCNUthesis}
% \documentclass[type = doctor]{CCNUthesis}
% \documentclass[type = doctor, blind-version]{CCNUthesis}
Expand Down Expand Up @@ -90,13 +90,16 @@
\mainmatter



% 主体采用多文件编译的方式
% 即把每一章放进一个单独的 tex 文件里,并在这里用 \input 导入
% 例如 \input{./body/chapter1.tex}
% 表示插入 main.tex 所在目录中的 body 目录下的 chapter1.tex 文件

% 正文
% 适用学位类型:【本|硕|博】
% \input{./body/chapter0.tex} % 代码示例文件,不需要的话注释掉或者删掉即可

\input{./body/chapter1.tex}
\input{./body/chapter2.tex}
\input{./body/chapter3.tex}
Expand Down

0 comments on commit abeb9dc

Please sign in to comment.