-
Notifications
You must be signed in to change notification settings - Fork 6
/
main.tex
67 lines (56 loc) · 1.88 KB
/
main.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
%% main.tex
%% Copyright 2023 TJ-CSCCG
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2003/12/01 or later.
%
% This work has the LPPL maintenance status "maintained".
%
% This Current Maintainer of this work is Rizhong Lin.
%
% This work consists of all the *.tex and *.sty files in
% https://github.com/TJ-CSCCG/Tongji-Beamer
\documentclass[aspectratio=169]{ctexbeamer}
\usepackage{amsthm}
\usepackage[style=gb7714-2015,backend=biber]{biblatex}
\usepackage{booktabs}
\addbibresource{reference.bib}
\setbeamertemplate{bibliography item}[text]
\usetheme{tongji}
% Customizations for URL and DOI fonts
\def\UrlFont{\ttfamily}
\DeclareFieldFormat{doi}{%
\sffamily{DOI}\addcolon\space
\ifhyperref
{\href{https://doi.org/#1}{\nolinkurl{#1}}}
{\nolinkurl{#1}}}
%Information to be included in the title page:
\title[Eternal-Night-Star-Bow]{Eternal-Night-Star-Bow: An Involution Detect System Implementation}
\subtitle{永夜星弓:内卷程度检测系统的一种实现}
\author[skyleaworlder, Cathy Mole]{
1859527 skyleaworlder (Markdown Engineer), \\
1852333 Cathy Mole (Eternal Night Archer)
}
\institute[Dept.~Comp.~Sci.~\&~Tech., CEIE, Tongji Univ.]{
Department of Computer Science and Technology, \\
College of Electronic and Information Engineering (CEIE),
Tongji University \\
同济大学\ 电子与信息工程学院\ 计算机科学与技术系
}
\date{\today}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\input{contents/introduction}
\input{contents/body}
\input{contents/summary}
\begin{frame}{参考文献}
\printbibliography
\end{frame}
\end{document}