Skip to content

Commit 9e3b6f0

Browse files
author
anlit75
committed
Delete unnecessary files and update document structure
1 parent 76e0632 commit 9e3b6f0

12 files changed

+18
-24
lines changed

backpages/appendix.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
\begin{figure}[h]
88
\centerline{\includegraphics[width=0.5\columnwidth]{gambar}}
99
\caption*{附錄圖片}
10-
\label{fig:apxf1}
10+
\label{figure:apxfig1}
1111
\end{figure}
1212

1313
\begin{table}[h]
1414
\centering
1515
\caption*{附錄表格}
16-
\label{table:apxt1}
16+
\label{table:apxtab1}
1717
\begin{tabular}{p{\textwidth/2}p{\textwidth/2}}
1818
\hline
1919
\multicolumn{1}{c}{\textbf{硬體}} & \multicolumn{1}{c}{\textbf{軟體}} \\ \hline

ccuthesis.cls

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
% --------------------------------------------------
22
% 國立中正大學碩博士論文模板
3-
% National Chung Cheng University (CCU) Thesis Template
3+
% National Chung Cheng University (CCU) Thesis LaTeX Template
44
% --------------------------------------------------
55
% Author : anlit <anson40512@gmail.com>
66
% Repository : https://github.com/anlit75/CCU-Thesis-LaTeX-Template
7-
% Last Updated : 2024.01.17
7+
% Last Updated : 2024.01.19
8+
% --------------------------------------------------
89

910
% --------------------------------------------------
1011
% 01 類別宣告(Class Declaration)
@@ -24,7 +25,7 @@
2425

2526
% [引入套件]
2627
% Include required packages for basic settings.
27-
28+
%
2829
\RequirePackage{kvdefinekeys, kvsetkeys, kvoptions}
2930
\RequirePackage{iftex}
3031
\RequirePackage{ifthen}
@@ -311,7 +312,7 @@
311312
name = keywords@en,
312313
},
313314
date = {
314-
default = {中華民國 一百一十四 年 七 月},
315+
default = {一百一十四年~七月},
315316
},
316317
}
317318

@@ -402,7 +403,6 @@
402403
% --------------------------------------------------
403404

404405
% [載入套件]
405-
% - ifthen 條件判斷支持
406406
% - xparse 定義命令
407407
% - xeCJK 排版中日韓(CJK)字符
408408
% - indentfirst 首行縮進
@@ -434,7 +434,6 @@
434434
% - footmisc 自訂腳註符號
435435
% - caption, subcaption 插入圖片、表格標題
436436
%
437-
\RequirePackage{ifthen}
438437
\RequirePackage{xparse}
439438
\RequirePackage{xeCJK}
440439
\RequirePackage{indentfirst}
@@ -599,7 +598,7 @@
599598
%
600599
\titlespacing*{\section}{0pt}{0pt}{0pt} % 設置 section 間距
601600
\titlespacing*{\subsection}{0pt}{0pt}{0pt} % 設置 subsection 間距
602-
% \titlespacing*{\paragraph}{0pt}{0pt}{0pt} % 設置 paragraph 間距
601+
\titlespacing*{\subsubsection}{0pt}{0pt}{0pt} % 設置 subsubsection 間距
603602

604603
% [圖表標題]
605604
%

figures/logo_nsysu_thesis.jpg

-62.9 KB
Binary file not shown.

figures/pdf_screenshot.png

-298 KB
Binary file not shown.

frontpages/abstract.tex

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010

1111
\begin{abstract*}
1212

13-
AbstractAbstractAbstractAbstractAbstractAbstractAbstract
14-
AbstractAbstractAbstractAbstractAbstractAbstractAbstract
15-
AbstractAbstractAbstractAbstractAbstractAbstractAbstract
16-
AbstractAbstractAbstractAbstractAbstractAbstractAbstract
17-
AbstractAbstractAbstractAbstractAbstractAbstractAbstract
18-
AbstractAbstractAbstractAbstractAbstractAbstractAbstract
13+
Abstract \lipsum[1]
1914

2015
\end{abstract*}

main.pdf

-1.96 KB
Binary file not shown.

main.tex

-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@
4949

5050
% 附錄 Appendix
5151
\input{backpages/appendix} % 附錄(Appendix)
52-
5352
\end{document}

sections/01introduction.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
% !TeX root = ../main.tex
22

3-
\section{介紹}
3+
\section{緒論}
44

55
\subsection{中文測試}
66
\zhlipsum[name=xiangyu]
77

88
\subsection{英文測試}
9-
\lipsum
9+
\lipsum[2-4]

sections/04experiments.tex

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
\section{研究結果與討論}
22

3-
方程式測試,方程式\ref{eq:eq1}。演算法測試,演算法\ref{alg:alg1}\ref{code:fram:extract}
3+
方程式測試,方程式\ref{equation:eq1}。演算法測試,演算法\ref{algorithm:alg1}
44

55
\begin{equation}[h]
6-
\label{eq:eq1}
6+
\label{equation:eq1}
77
(\hat{n})=\operatorname*{arg\,max}_{n\in \{1,\dots,M\}}(\mathbf{X}_{n})
88
\end{equation}
99

1010
\begin{algorithm}[htb]
1111
\caption{範例演算法}
12-
\label{alg:alg1}
12+
\label{algorithm:alg1}
1313
\begin{algorithmic}[1]
1414
\Require
1515
The set of positive samples for current batch, $P_n$;
@@ -32,11 +32,12 @@ \section{研究結果與討論}
3232
\end{algorithm}
3333

3434
\subsection{相關文獻比較}
35-
整頁垂直翻轉表格測試,表\ref{tab:LPer}。
35+
整頁垂直翻轉表格測試,表\ref{table:LPer}。
3636

3737
\begin{sidewaystable}[h]
38-
\caption{垂直翻轉表格} % 表格標題
3938
\centering % 居中對齊
39+
\caption{垂直翻轉表格} % 表格標題
40+
\label{table:LPer}
4041
\begin{tabular}{l c c rrrrrrrrrrrrr} % 建立 15 列
4142
\hline\hline % 插入雙線
4243
音頻 & 可聽性 & 判斷 &\multicolumn{8}{c}{提取位元總和}
@@ -85,5 +86,4 @@ \subsection{相關文獻比較}
8586
% [1ex] 添加垂直間距
8687
\hline % 插入單線
8788
\end{tabular}
88-
\label{tab:LPer}
8989
\end{sidewaystable}

sections/05conclusion.tex

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
\section{結論與未來展望}
22

33
\subsection{結論}
4+
跨檔案引用測試,圖\ref{figure:fig1},表\ref{table:hardware_software},公式\ref{equation:eq1},演算法\ref{algorithm:alg1}。
45

56
\subsection{未來展望}

thesis.pdf

-382 KB
Binary file not shown.

中正學位論文格式規範.pdf

147 KB
Binary file not shown.

0 commit comments

Comments
 (0)