-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtitlepage.tex
More file actions
50 lines (44 loc) · 872 Bytes
/
Copy pathtitlepage.tex
File metadata and controls
50 lines (44 loc) · 872 Bytes
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
% !TEX root = ./main.tex
\thispagestyle{empty}
\begin{titlepage}
\begin{center}
\includegraphics[width=\textwidth]{sjtu-vi-logo-red.pdf}
\vspace*{1cm}
\huge
\textbf{本科课程项目报告} \\
\Large
\textbf{UNDERGRADUATE COURSE PROJECT REPORT}
\vspace{2cm}
\LARGE
\textbf{上海交通大学 \LaTeX{} 课程报告模板} \\
\vfill
\large
\begin{minipage}{0.2\textwidth}
\begin{flushleft}
\Large
姓\qquad 名: \\
学\qquad 号: \\
课\qquad 程: \\
任课教师: \\
学院(系) : \\
开课学期:
\end{flushleft}
\end{minipage}
~
\begin{minipage}{0.7\textwidth}
\begin{center}
\Large
@ShabbyGayBar \\
1145141919810 \\
XXXXXX \\
XXX \\
XX学院 \\
20XX年 (X季)
\end{center}
\end{minipage}
%date
\vspace{1cm}
\Large
\today
\end{center}
\end{titlepage}