Skip to content

Commit

Permalink
Merge pull request #63 from wengan-li/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
wengan-li authored May 26, 2024
2 parents da1075b + 862a3b8 commit 494d9b3
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 857 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### v1.7.0 [May 26, 2024]:

由於發現原來章節編號已經跟第一代時的模版原設計有所不同了,所以我當成是大變動,所以當成新功能來更新,推薦同學們更新到這一版本或之後。

- **更新**:

1.更新 tocstyle 到最新版本 \([感謝 tenyang1999 的 Issue \#61](https://github.com/wengan-li/ncku-thesis-template-latex/issues/61)\).

2. 由於以前意外更新了`conf.tex`,改變了章節標題的設定很多年,所以重新加回原本的設計.

#### v1.6.0 [Jan 29, 2023]:

- **更新**:
Expand Down
24 changes: 12 additions & 12 deletions thesis/conf/conf.tex
Original file line number Diff line number Diff line change
Expand Up @@ -559,20 +559,20 @@
%} % End of \SetNumberingFormat{}

% Section (節)
\SetNumberingFormat[Section]{%
BeginText = {}, EndText = {},
TextAlign = {Left},
CNumStyle = {}, SNumStyle = {},
SepAtIndex = {}, SepBetweenCnS = {},
} % End of \SetNumberingFormat{}
% \SetNumberingFormat[Section]{%
% BeginText = {}, EndText = {},
% TextAlign = {Left},
% CNumStyle = {}, SNumStyle = {},
% SepAtIndex = {}, SepBetweenCnS = {},
% } % End of \SetNumberingFormat{}

% SubSection (小節)
\SetNumberingFormat[SubSection]{%
BeginText = {}, EndText = {},
TextAlign = {Left},
CNumStyle = {}, SNumStyle = {}, SSNumStyle = {},
SepAtIndex = {.}, SepBetweenCnS = {}, SepBetweenSnSS = {},
} % End of \SetNumberingFormat{}
% \SetNumberingFormat[SubSection]{%
% BeginText = {}, EndText = {},
% TextAlign = {Left},
% CNumStyle = {}, SNumStyle = {}, SSNumStyle = {},
% SepAtIndex = {.}, SepBetweenCnS = {}, SepBetweenSnSS = {},
% } % End of \SetNumberingFormat{}

% SubSubSection (小小節)
%\SetNumberingFormat[SubSubSection]{%
Expand Down
3 changes: 3 additions & 0 deletions thesis/template/configure.tex
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
% \usepackage[tocgraduated]{./template/tocstyle}
% \usetocstyle{standard}
%\setcounter{tocdepth}{4} % 目錄會顯示subsubsection
\def\thesection{\Roman{section}}
\def\thesubsection{\Roman{section}.\Roman{subsection}}
\def\thesubsubsection{\Roman{section}.\Roman{subsection}.\Roman{subsubsection}}

% For chinese number in title
% http://ftp.yzu.edu.tw/CTAN/macros/latex/contrib/zhnumber/zhnumber.pdf
Expand Down
Loading

0 comments on commit 494d9b3

Please sign in to comment.