Skip to content

Commit 882b516

Browse files
committed
[REF] restructure the doc
1 parent be4c01f commit 882b516

File tree

6 files changed

+58
-56
lines changed

6 files changed

+58
-56
lines changed

report/report.pdf

23 Bytes
Binary file not shown.

report/report.tex

+7-55
Original file line numberDiff line numberDiff line change
@@ -3,68 +3,20 @@
33
\usepackage{graphicx}
44
\usepackage{fancyhdr}
55

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
169
\input{../snippet/comment} % collaborator comment
1710

1811
\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-
6212

13+
% Header
14+
\input{../snippet/header}
15+
% Title page
16+
\input{../snippet/titlepage}
6317
\newpage
64-
6518
% Table of contents
6619
\tableofcontents
67-
6820
\newpage
6921

7022
% Abstract

report/titlepage.tex

-1
This file was deleted.

snippet/author.tex

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
}

snippet/header.tex

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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}

snippet/titlepage.tex

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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}

0 commit comments

Comments
 (0)