-
Notifications
You must be signed in to change notification settings - Fork 15
/
config.tex
75 lines (49 loc) · 2.76 KB
/
config.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
%
% Thesis Defined
%
% ------------- Logo --------------
\def\thesistitlelogo{Figures/Logos/nkust.png} % 主頁面logo
\def\watermarkimage{Figures/Logos/nkust.png} % 浮水印
% ------------ 論文封面 ------------
\provideboolean{isthesistitleexternal}
\provideboolean{isthesisbooknameexternal}
\setboolean{isthesistitleexternal}{false} % 封面, false: LaTeX生成, true: 匯入外部pdf
\def\externalmaintitle{Externals/maintitle} % 外部載入封面位置, 設定由 LaTeX 生成時, 此欄位請忽視
\setboolean{isthesisbooknameexternal}{false} % 書名頁, false: LaTeX生成, true: 匯入外部pdf
\def\externalbooktitle{Externals/booktitle} % 外部載入書名頁位置, 設定由 LaTeX 生成時, 此欄位請忽視
\provideboolean{thesisdraft}
\setboolean{thesisdraft}{true} % 初稿, true: 初稿, false: 非初稿
% ------------ 論文相關文件 ------------
\provideboolean{thesisauht}
\provideboolean{thesissign_zhtw}
\provideboolean{thesissign_en}
\provideboolean{thesisphdrecommand}
% 博碩士論文授權書
\def\thesispowerofattorney{Externals/powerofattorney.pdf} % 博碩士論文授權書位置
\setboolean{thesisauht}{false} % 博碩士論文授權書, true: 載入, false: 不載入
% 論文口試委員會審定書
\def\thesisvalidationzhtw{Externals/sign.pdf} % 論文口試委員會審定書位置
\setboolean{thesissign_zhtw}{true} % 論文口試委員會審定書, true: 載入, false: 不載入
% 論文口試委員會英文審定書
\def\thesisvalidationen{Externals/sign_en.pdf} % 論文口試委員會審定書位置
\setboolean{thesissign_en}{true} % 論文口試委員會審定書, true: 載入, false: 不載入
% 博士論文推薦書
\def\thesisphdrecommand{Externals/recommand.pdf} % 博士論文推薦書位置
\setboolean{thesisphdrecommand}{false} % 博士論文推薦書, true: 載入, false: 不載入
% ---------- 誌謝 / 序言 ----------
\provideboolean{thesisacknowledgement}
\setboolean{thesisacknowledgement}{true} % 誌謝 / 序言, true: 載入, false: 不載入
% ---------- 目錄 -----------
\provideboolean{thesiscontent}
\provideboolean{thesistable}
\provideboolean{thesisfiguretable}
% 目錄
\setboolean{thesiscontent}{true} % 目錄, true: 載入, false: 不載入
% 表目錄
\setboolean{thesistable}{true} % 表目錄, true: 載入, false: 不載入
% 圖目錄
\setboolean{thesisfiguretable}{true} % 圖目錄, true: 載入, false: 不載入
% ---------- 附錄 -----------
\provideboolean{thesisappendix}
\setboolean{thesisappendix}{false} % 附錄, true: 載入, false: 不載入
% --------------------------