-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.tex
93 lines (73 loc) · 1.93 KB
/
test.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
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
\documentclass[a4paper, 12pt]{report}
%%%%%%%%%%%%
% Packages %
%%%%%%%%%%%%
\usepackage[english]{babel}
\usepackage[noheader]{packages/sleek}
\usepackage{packages/sleek-title}
\usepackage{packages/sleek-theorems}
\usepackage{packages/sleek-listings}
\usepackage{import}
\usepackage{fontspec}
\usepackage[CheckSingle, CJKmath]{xeCJK}
\usepackage{CJKulem}
\setCJKmainfont{Times New Roman}
\usepackage{packages/rish}
%%%%%%%%%%%%%%
% Title-page %
%%%%%%%%%%%%%%
\logo{./resources/pdf/blank.png}
\institute{輔仁大學資訊工程學系}
\faculty{畢業專題報告}
\department{B03 組}
\title{Rish Engine - 2D 遊戲引擎}
\subtitle{從零開始自幹遊戲引擎}
\author{\textit{成員} \\
406262515 \textsc{鍾秉桓} [email protected]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \\
406262084 \textsc{梁博全} [email protected]\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \\
406262319 \textsc{黃育晧} [email protected]\ \ \\
406262163 \textsc{黃品翰} [email protected] \\
\ \\
報告編號: CS109-PR-B03 \\
\ \\
\textit{指導教授} \\
鄭進和
}
%\supervisor{Linus \textsc{Torvalds}}
%\context{Well, I was bored...}
\date{\today}
%%%%%%%%%%%%%%%%
% Bibliography %
%%%%%%%%%%%%%%%%
\addbibresource{./resources/bib/references.bib}
%%%%%%%%%%
% Others %
%%%%%%%%%%
\lstdefinestyle{latex}{
language=TeX,
style=default,
%%%%%
commentstyle=\ForestGreen,
keywordstyle=\TrueBlue,
stringstyle=\VeronicaPurple,
emphstyle=\TrueBlue,
%%%%%
emph={LaTeX, usepackage, textit, textbf, textsc}
}
\FrameTBStyle{latex}
\def\tbs{\textbackslash}
%%%%%%%%%%%%
% Document %
%%%%%%%%%%%%
\begin{document}
% \maketitle
\romantableofcontents
\listoffigures
% \include{ch1_摘要.tex}
% \include{ch2_緒論.tex}
% \include{ch3_系統說明.tex}
\include{ch4_系統實作結果.tex}
% \include{ch5_結論與未來展望.tex}
% \include{ch6_心得.tex}
\printbibliography
\end{document}