forked from obster-y/XJTU-thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_beamer.tex
241 lines (193 loc) · 5.57 KB
/
main_beamer.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
% !TEX program = latexmk
% !TEX encoding = UTF-8 Unicode
%%
%% Copyright 2016-2023 Obster-Y
%%
%% 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 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The Current Maintainer of this work is Obster-Y.
%%
%% This work contains source codes from `https://github.com/sjtug/SJTUBeamer' devloped
%% by sjtuG and distributed under Apache License V2.0
%%
\documentclass[
xcolor=table,
dvipsnames,
svgnames,
aspectratio=169,
]{ctexbeamer}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Import your packages
%% 导入需要的包
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage[warnings-off={mathtools-colon,mathtools-overbracket}]{unicode-math}
\usepackage{siunitx}
\usepackage{mathtools}
\usepackage{shapepar}
\usepackage{hyperxmp}
\usepackage{listings}
\usepackage{multicol}
\usepackage{datetime2}
\usepackage{hyperref}
\pdfstringdefDisableCommands{
\let\\\relax
\let\quad\relax
\let\hspace\@gobble
}
%% 图、表
\usepackage{graphicx}
\graphicspath{{Figures/}}
\usepackage{tabularray}
\usepackage{caption}
\usepackage[labelformat=simple]{subcaption}
\usepackage{tikz}
\usetikzlibrary{arrows}
%% 算法
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
%% 参考文献
\usepackage[backend=biber,style=gb7714-2015,url=false]{biblatex}
\addbibresource{References/reference.bib}
%% 脚注
\usepackage{pifont}
\usepackage[flushmargin,bottom,perpage,symbol*]{footmisc}
\DefineFNsymbols{circled}{
{\ding{192}}{\ding{193}}{\ding{194}}
{\ding{195}}{\ding{196}}{\ding{197}}
{\ding{198}}{\ding{199}}{\ding{200}}{\ding{201}}}
\setfnsymbol{circled}
\makeatletter
\addtolength{\footnotesep}{0pt}
\setlength{\footnotemargin}{13.5pt}
\def\@makefntext #1{
\ifFN@hangfoot
\bgroup \setbox \@tempboxa \hbox {
\ifdim
\footnotemargin >0pt \hb@xt@
\footnotemargin {\hbox { \normalfont \@thefnmark}\hss }
\else
\hbox { \normalfont \@thefnmark}
\fi
}
\leftmargin \wd \@tempboxa
\rightmargin \z@ \linewidth \columnwidth
\advance \linewidth -\leftmargin\parshape \@ne
\leftmargin \linewidth \footnotesize \@setpar {{\@@par }}
\leavevmode \llap {\box \@tempboxa }\parskip
\hangfootparskip \relax \parindent
\hangfootparindent \relax
\else
\parindent 1em \noindent
\ifdim
\footnotemargin >\z@ \hb@xt@
\footnotemargin {\hss \hbox { \normalfont \@thefnmark} }
\else
\ifdim \footnotemargin =\z@
\llap {\hbox { \normalfont \@thefnmark} }
\else
\llap {\hb@xt@ -\footnotemargin {\hbox { \normalfont \@thefnmark} \hss }}
\fi
\fi
\fi
\footnotelayout #1\ifFN@hangfoot \par \egroup
\fi
}
\makeatother
%% 内容边距
\makeatletter
\define@key{beamerframe}{t}[false]{% top
\beamer@frametopskip=.6cm plus .5\paperheight\relax%
\beamer@framebottomskip=0pt plus 1fill\relax%
\beamer@frametopskipautobreak=\beamer@frametopskip\relax%
\beamer@framebottomskipautobreak=\beamer@framebottomskip\relax%
}
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% select your beamer theme
%% 修改参数选择 beamer 样式
\usetheme[
min, % COVER: min/[NOT IMPLEMENTED]
blue, % COLOR: blue/red
dark, % LIGHT: dark/light
miniframes, % NAVI: miniframes/[NOT IMPLEMENTED]
topright, % ICON: topright/bottomright
zh, % LANG: zh/en
]{xjtubeamer}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% fill the each blank for auto-generate contents
%% 填写以下信息用以自动生成
\title[% 页脚标题[非首页]
页脚标题
]{% 主标题[首页]
\textbf{主标题}
}
\subtitle{% 子标题[首页]
Subtitles
}
\subject{% 主题信息[PDF文档]
主题1, 主题2, 主题3, 主题4
}
\author{作者A}
\institute[% 单位简称[非首页]
学院简称
]{% 单位名称[非首页]
学院名称
}
\date{\the\year 年 \the\month 月 \the\day 日}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Content of this document
%% 正式文档
% 正文级别 => 演示文稿级别 %
% Chapter -> Part %
% Section -> Section %
% Subsec. -> Subsec/frame %
\begin{document}
%% 取消注释则,在每个 Section/Subsection 开始前显示当前节的目录
\AtBeginSection[]{ % \AtBeginSubsection[]{
%% 使用:与目录样式相同的节目录,具体 style 参考 beamer 文档
\begin{frame}<beamer>
\tableofcontents[
sectionstyle=show/hide,
subsectionstyle=show/show/hide,
subsubsectionstyle=show/show/show/hide,
]
\end{frame}
%% 使用:节页/小节页
% \begin{frame}
% \sectionpage % \subsectionpage
% \end{frame}
}
%% 封面 %%
\frame[plain]{\titlepage}
%% 目录 %%
% \begin{frame}{目录}
% \tableofcontents[hideallsubsections] % 隐藏所有小节信息
% \end{frame}
%% 正文 %%
\section{第一节}
\subsection{第一小节}
\begin{frame}{第一页}
\begin{enumerate}
\item 点1
\item 点2
\item 点3
\end{enumerate}
\end{frame}
%% 也可以使用 \include
% \include{Main_Beamer/c1.tex}
%% 参考文献 %%
% \begin{frame}{参考文献}
% \printbibliography[heading=none]
% \end{frame}
%% 封底 %%
\makebottom
\end{document}