-
Notifications
You must be signed in to change notification settings - Fork 1
/
frontmatter.tex
67 lines (51 loc) · 1.32 KB
/
frontmatter.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
% format page number in preface
\pagenumbering{roman}
\pagestyle{plain}
% English abstract
\clearpage
\phantomsection % set anchor for bookmarks
\addcontentsline{toc}{section}{Abstract} % add "Abstract" to toc
\section*{Abstract}
Abstract of thesis entitled:\\
Thesis Title\\
Submitted by Last, Given name\\
for the degree of Doctor of Philosophy\\
at The Chinese University of Hong Kong in June 2022\\
Abstract text % put abstract here
% Chinese abstract
\clearpage
\phantomsection
\addcontentsline{toc}{section}{摘要}
\section*{摘要}
摘要文字 % put 摘要 here
% Acknowledgment
\clearpage
\phantomsection
\addcontentsline{toc}{section}{Acknowledgment}
\section*{Acknowledgment}
Acknowledgment text % put acknowledgment here
% toc
\clearpage
\phantomsection
\addcontentsline{toc}{section}{Table of Contents}
\tableofcontents
% lot
\clearpage
\phantomsection
\addcontentsline{toc}{section}{List of Tables}
\listoftables
% lof
\clearpage
\phantomsection
\addcontentsline{toc}{section}{List of Figures}
\listoffigures
% list of abbre.
\clearpage
\phantomsection
\addcontentsline{toc}{section}{List of Abbreviations}
\section*{List of Abbreviations}
abb1\tabto{8em}abbreviation1
abb2\tabto{8em}abbreviation2\\
abb3\tabto{8em}abbreviation3\\
% the first line should use "double enters" for line break
% the following could be "\\"