-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
128 lines (100 loc) · 2.58 KB
/
main.tex
File metadata and controls
128 lines (100 loc) · 2.58 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
\documentclass[master]{NTHUthesis}
\raggedbottom
\usepackage{custom}
%%% Necessary %%%
\titleZH{Eluw Ndaan Kari Seediq\\賽德克語的歷史發展}
\titleEN{The Historical Development of the Seediq Language}
\instituteZH{語言學研究所}
\studentID{111044501}
\studentZH{宋硯之}
\studentEN{Walis Hian-chi Song}
\advisorZH{廖秀娟~~博士}
\advisorEN{Dr. Hsiu-chuan Liao}
\yearZH{114}
\monthZH{2}
% Comment the following to have chapters numbered without interruption (numbering through parts)
\makeatletter\@addtoreset{chapter}{part}\makeatother%
\begin{document}
\makecover % 封面
\thispagestyle{empty}
\null\clearpage % 一頁空白頁
\makecover % 書名頁
% 學位論文授權書
\includepdf[pages=-]{sub/推薦書審定書.pdf} %指導教授推薦書、考試委員審定書
\pagenumbering{roman}
%%% Necessary %%%
\begin{abstractZH}
\input{sub/abstr/abstr_ch}
% \zhlipsum[1][name=trad]
\end{abstractZH}
%%% Necessary %%%
\begin{abstractEN}
\input{sub/abstr/abstr_en}
\end{abstractEN}
% %%% Optional %%%
% \begin{abstractSED}
% \input{sub/abstr/abstr_sed}
% \end{abstractSED}
%%% Optional %%%
\begin{acknowledgementsEN}
\input{sub/acknowledgements}
\end{acknowledgementsEN}
%%% Necessary %%%
\maketoc
%%% Optional %%%
% \begingroup
% \phantomsection
% \addcontentsline{toc}{chapter}{List of Abbreviations}
% \chapter*{List of Abbreviations}
% \thispagestyle{fancy}
% \setstretch{1.75}
% %\printacronyms[name=List of Abbreviations]
% \begin{flushleft}
% \begin{multicols}{2}
% \printacronyms[heading=none]
% \end{multicols}
% \end{flushleft}
% \endgroup
\clearpage
\chapter*{List of Abbreviations}
\phantomsection
\addcontentsline{toc}{chapter}{List of Abbreviations}
\thispagestyle{fancy}
% 這裡再放你實際印出縮寫清單的指令
% 例如 glossaries 套件的 \printacronyms 之類
\begin{flushleft}
\setstretch{1.75}
\begin{multicols}{2}
\printacronyms[heading=none]
\end{multicols}
\end{flushleft}
\clearpage
\restoreDefaultPlain
\pagenumbering{arabic}
%\part{English Version}
%\raggedright
\setlength\parindent{2em}
\renewcommand{\arraystretch}{2} %表格行高
\input{sub/ch01}
\input{sub/ch02}
\input{sub/ch03}
\input{sub/ch04}
\input{sub/ch05}
\input{sub/ch06}
\input{sub/ch07}
\input{sub/ch08}
%%%%%%%%%%% 中文版 %%%%%%%%%%%
% \part{中文版}
%%%%%%%%%%% 中文版 %%%%%%%%%%%
\begin{flushleft}
\begingroup
\sloppy
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{References}
\printbibliography[title={References}] %,prenote={bib-intro}
\endgroup
\end{flushleft}
%%%%%%%%%%% 詞表 %%%%%%%%%%%
\input{sub/wordlist}
\end{document}