File tree 6 files changed +58
-56
lines changed
6 files changed +58
-56
lines changed Original file line number Diff line number Diff line change 3
3
\usepackage {graphicx }
4
4
\usepackage {fancyhdr }
5
5
6
- \newcommand \supervisorinfo {
7
- Supervisior1: Professor A \\
8
- Supervisor2: Professor B
9
- }
10
- \newcommand \authorinfo {
11
- Your Name \\
12
- Your Affiliation \\
13
- Your Email
14
- }
15
-
6
+ % author
7
+ \input {../snippet/author }
8
+ % collaborator comment
16
9
\input {../snippet/comment } % collaborator comment
17
10
18
11
\begin {document }
19
- \pagestyle {fancy}
20
- \fancyhead [L]{\leftmark }
21
- % \fancyhead[R]{\includegraphics[width=2.5cm]{figures/HKUST_GZ_LOGO_abbr}}
22
- \fancyhead [R]{Sth you want}
23
-
24
- % title page
25
- \begin {titlepage }
26
- \begin {center }
27
- \vspace *{3cm}
28
-
29
- \Huge
30
- \textbf {Research Plan }
31
-
32
- \vspace {1cm}
33
- \huge
34
- Your Topic Title Here
35
-
36
-
37
-
38
- \vspace {1.5cm}
39
- \Large
40
-
41
- \authorinfo
42
-
43
- \today
44
-
45
-
46
- \vfill
47
-
48
- \supervisorinfo
49
-
50
- 2023.7-2024.6 Annual Plan
51
-
52
- \vspace {1cm}
53
- % \includegraphics[width=0.4\textwidth]{figures/hkustgz_logo.png}
54
-
55
- LOGO HERE
56
-
57
- \Large
58
-
59
- \end {center }
60
- \end {titlepage }
61
-
62
12
13
+ % Header
14
+ \input {../snippet/header }
15
+ % Title page
16
+ \input {../snippet/titlepage }
63
17
\newpage
64
-
65
18
% Table of contents
66
19
\tableofcontents
67
-
68
20
\newpage
69
21
70
22
% Abstract
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ \newcommand \supervisorinfo {
2
+ Supervisior1: Professor A \\
3
+ Supervisor2: Professor B
4
+ }
5
+ \newcommand \authorinfo {
6
+ Your Name \\
7
+ Your Affiliation \\
8
+ Your Email
9
+ }
Original file line number Diff line number Diff line change
1
+ % Header
2
+ \pagestyle {fancy}
3
+ \fancyhead [L]{\leftmark }
4
+ % \fancyhead[R]{\includegraphics[width=2.5cm]{figures/HKUST_GZ_LOGO_abbr}}
5
+ \fancyhead [R]{Sth you want to show}
Original file line number Diff line number Diff line change
1
+ % title page
2
+ \begin {titlepage }
3
+ \begin {center }
4
+ \vspace *{3cm}
5
+
6
+ \Huge
7
+ \textbf {Research Plan }
8
+
9
+ \vspace {1cm}
10
+ \huge
11
+ Your Topic Title Here
12
+
13
+
14
+
15
+ \vspace {1.5cm}
16
+ \Large
17
+
18
+ \authorinfo
19
+
20
+ \today
21
+
22
+
23
+ \vfill
24
+
25
+ \supervisorinfo
26
+
27
+ 2023.7-2024.6 Annual Plan
28
+
29
+ \vspace {1cm}
30
+ % \includegraphics[width=0.4\textwidth]{figures/hkustgz_logo.png}
31
+
32
+ LOGO HERE
33
+
34
+ \Large
35
+
36
+ \end {center }
37
+ \end {titlepage }
You can’t perform that action at this time.
0 commit comments