-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDufeBeamer.tex
416 lines (373 loc) · 13.4 KB
/
DufeBeamer.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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
\documentclass{beamer}
\usepackage{ctex, hyperref}
\usepackage[T1]{fontenc}
% other packages
\usepackage{latexsym,amsmath,xcolor,multicol,booktabs,calligra}
\usepackage{graphicx,pstricks,listings,stackengine}
\usepackage{caption, subfigure}
\usepackage{pgfplots}
\usefonttheme{serif} %衬线字体
\usepackage[blue]{DufeBeamer} %东财蓝
% \usepackage{DufeBeamer} %东财蓝主题色,但无背景
% \usepackage[red]{DufeBeamer} %东财红
\author[Lyu Zhenghe]{Lyu Zhenghe}
\title{东北财经大学\textrm{Beamer}模板}
\subtitle{\textrm{DUFE Beamer template}}
\institute{东北财经大学金融学院}
\date{\today}
% defs6
\def\cmd#1{\texttt{\color{red}\footnotesize $\backslash$#1}}
\def\env#1{\texttt{\color{blue}\footnotesize #1}}
\lstset{
basicstyle=\ttfamily\small,
keywordstyle=\bfseries\color{red!0!green!0!blue!100},
emphstyle=\ttfamily\color{red!100!green!0!blue!0}, % Custom highlighting style
stringstyle=\color{red!0!green!100!blue!0},
numbers=left,
numberstyle=\small\color{gray!50},
rulesepcolor=\color{red!20!green!20!blue!20},
frame=shadowbox
}
% 命令颜色
\pgfplotsset{compat=1.18}
\begin{document}
\begin{frame}
\titlepage
\begin{figure}[htpb]
\begin{center}
\includegraphics[width=0.2\linewidth]{Dufe1.pdf}
\end{center}
\end{figure}
\end{frame}
\begin{frame}
\tableofcontents[sectionstyle=show,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/shaded/hide]
\end{frame}
\section{课题背景}
\begin{frame}{Why Beamer}
\begin{itemize}
\item \LaTeX 广泛用于学术界,期刊会议论文模板
\end{itemize}
\begin{table}[h]
\centering
\begin{tabular}{c|c}
Microsoft\textsuperscript{\textregistered} Word & \LaTeX \\
\hline
文字处理工具 & 专业排版软件 \\
容易上手,简单直观 & 容易上手 \\
所见即所得 & 所见即所想,所想即所得 \\
高级功能不易掌握 & 进阶难,但一般用不到 \\
处理长文档需要丰富经验 & 和短文档处理基本无异 \\
花费大量时间调格式 & 无需担心格式,专心作者内容 \\
公式排版差强人意 & 尤其擅长公式排版 \\
二进制格式,兼容性差 & 文本文件,易读、稳定 \\
付费商业许可 & 自由免费使用 \\
\end{tabular}
\end{table}
\end{frame}
\begin{frame}{用Beamer很高大上?}
\begin{itemize}[<+-| alert@+>] % 当然,除了alert,手动在里面插 \pause 也行
\item 大家都会\LaTeX{},好多学校都有自己的\textrm{Beamer}主题
\item 中文支持请选择 Xe\LaTeX{} 编译选项
\item 请使用bibtex编译引用
\item GitHub项目地址为 \href{https://github.com/Eriksas/DufeBeamer}{https://github.com/Eriksas/DufeBeamer},如果有bug或者feature request可以去里面提issue
\end{itemize}
\end{frame}
\section{模板参考}
\begin{frame}
\begin{itemize}
\item 本模板参考自 \url{https://cn.overleaf.com/latex/templates/sudaiai-beamer-template/dzrthpbrzppc}\cite{origin}
\item \url{https://github.com/ustctug/ustcbeamer/tree/master}\cite{origin1}
\item \url{https://www.overleaf.com/latex/templates/sha-men-da-xue-beamer/sckzzdghzxbh}\cite{origin2}
\end{itemize}
\end{frame}
\section{改动说明}
\begin{frame}{最新改动说明}
\begin{itemize}
\item 添加了两种主题配色
\item 添加图例和图例解释说明模板
\item 学生添加表格模板
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{数据可视化}
\begin{columns}
% 图表部分
\begin{column}{0.7\textwidth}
\begin{tikzpicture}
\begin{axis}[title=样例图]
\addplot {x^2};
\end{axis}
\end{tikzpicture}
\end{column}
% 解释部分
\begin{column}{0.3\textwidth}
\begin{block}{图表解释}
该图展示了 $x^2$ 函数的图形,其中横轴表示自变量 $x$,纵轴表示因变量 $x^2$。随着 $x$ 的增大,$x^2$ 的值也会增大,显示出一个上升的抛物线形状。
\end{block}
\end{column}
\end{columns}
\end{frame}
\section{使用说明}
\begin{frame}{主题色选择}
\begin{itemize}
\item 本模板共包含两个主题色,分别为东财蓝和东财红。
\item 东财蓝使用\textbackslash usepackage[blue]\{DufeBeamer\}
\item 东财红使用\textbackslash usepackage[red]\{DufeBeamer\}
\item 东财蓝主题色,无楼群背景使用\textbackslash usepackage\{DufeBeamer\}
\end{itemize}
\end{frame}
\begin{frame}{表格示例}
\begin{table}[htbp]
\centering
\begin{tabular}{|c|c|c|c|}
\hline
姓名 & 年龄 & 城市 & 职业 \\
\hline
张三 & 25 & 北京 & 工程师 \\
\hline
李四 & 30 & 上海 & 医生 \\
\hline
王五 & 22 & 广州 & 学生 \\
\hline
\end{tabular}
\caption{人员信息表}
\end{table}
\end{frame}
\begin{frame}{列表举例}
\begin{block}{\textbf{无序列表}}
\begin{itemize}
\item 无序列表
\item 无序列表
\item 无序列表
\end{itemize}
\end{block}
\begin{block}{\textbf{有序列表}}
\begin{enumerate}
\item 有序列表
\item 有序列表
\item 有序列表
\end{enumerate}
\end{block}
\end{frame}
\begin{frame}{多种block展示}
\begin{block}{普通框}
中英文混合排版,中英文混合排版,中英文混合排版Sed iaculis
dapibus gravida. Morbi sed tortor erat, nec interdum arcu.
\end{block}
\begin{exampleblock}{举例框}
中英文混合排版,中英文混合排版,中英文混合排版Sed iaculis
dapibus gravida. Morbi sed tortor erat, nec interdum arcu.
\end{exampleblock}
\begin{alertblock}{警告框}
中英文混合排版,中英文混合排版,中英文混合排版Sed iaculis
dapibus gravida. Morbi sed tortor erat, nec interdum arcu.
\end{alertblock}
\end{frame}
\begin{frame}{排版举例}
\begin{exampleblock}{无编号公式} % 加 *
\begin{equation*}
J(\theta) = \mathbb{E}_{\pi_\theta}[G_t] = \sum_{s\in\mathcal{S}} d^\pi (s)V^\pi(s)=\sum_{s\in\mathcal{S}} d^\pi(s)\sum_{a\in\mathcal{A}}\pi_\theta(a|s)Q^\pi(s,a)
\end{equation*}
\end{exampleblock}
\begin{exampleblock}{多行多列公式\footnote{如果公式中有文字出现,请用 $\backslash$mathrm\{\} 或者 $\backslash$text\{\} 包含,不然就会变成 $clip$,在公式里看起来比 $\mathrm{clip}$ 丑非常多。}}
% 使用 & 分隔
\begin{align}
Q_\mathrm{target}&=r+\gamma Q^\pi(s^\prime, \pi_\theta(s^\prime)+\epsilon)\\
\epsilon&\sim\mathrm{clip}(\mathcal{N}(0, \sigma), -c, c)\nonumber
\end{align}
\end{exampleblock}
\end{frame}
\begin{frame}
\begin{exampleblock}{编号多行公式}
% Taken from Mathmode.tex
\begin{multline}
A=\lim_{n\rightarrow\infty}\Delta x\left(a^{2}+\left(a^{2}+2a\Delta x+\left(\Delta x\right)^{2}\right)\right.\label{eq:reset}\\
+\left(a^{2}+2\cdot2a\Delta x+2^{2}\left(\Delta x\right)^{2}\right)\\
+\left(a^{2}+2\cdot3a\Delta x+3^{2}\left(\Delta x\right)^{2}\right)\\
+\ldots\\
\left.+\left(a^{2}+2\cdot(n-1)a\Delta x+(n-1)^{2}\left(\Delta x\right)^{2}\right)\right)\\
=\frac{1}{3}\left(b^{3}-a^{3}\right)
\end{multline}
\end{exampleblock}
\end{frame}
\begin{frame}{图形与分栏}
% From thuthesis user guide.
\begin{minipage}[c]{0.3\linewidth}
\psset{unit=0.8cm}
\begin{pspicture}(-1.75,-3)(3.25,4)
\psline[linewidth=0.25pt](0,0)(0,4)
\rput[tl]{0}(0.2,2){$\vec e_z$}
\rput[tr]{0}(-0.9,1.4){$\vec e$}
\rput[tl]{0}(2.8,-1.1){$\vec C_{ptm{ext}}$}
\rput[br]{0}(-0.3,2.1){$\theta$}
\rput{25}(0,0){%
\psframe[fillstyle=solid,fillcolor=lightgray,linewidth=.8pt](-0.1,-3.2)(0.1,0)}
\rput{25}(0,0){%
\psellipse[fillstyle=solid,fillcolor=yellow,linewidth=3pt](0,0)(1.5,0.5)}
\rput{25}(0,0){%
\psframe[fillstyle=solid,fillcolor=lightgray,linewidth=.8pt](-0.1,0)(0.1,3.2)}
\rput{25}(0,0){\psline[linecolor=red,linewidth=1.5pt]{->}(0,0)(0.,2)}
% \psRotation{0}(0,3.5){$\dot\phi$}
% \psRotation{25}(-1.2,2.6){$\dot\psi$}
\psline[linecolor=red,linewidth=1.25pt]{->}(0,0)(0,2)
\psline[linecolor=red,linewidth=1.25pt]{->}(0,0)(3,-1)
\psline[linecolor=red,linewidth=1.25pt]{->}(0,0)(2.85,-0.95)
\psarc{->}{2.1}{90}{112.5}
\rput[bl](.1,.01){C}
\end{pspicture}
\end{minipage}\hspace{1cm}
\begin{minipage}{0.5\linewidth}
\medskip
%\hspace{2cm}
\begin{figure}[h]
\centering
\includegraphics[height=.6\textheight]{portfolio1.pdf}
\end{figure}
\end{minipage}
\end{frame}
\begin{frame}[fragile]{\LaTeX{} 常用命令}
\begin{exampleblock}{命令}
\centering
\footnotesize
\begin{tabular}{llll}
\cmd{chapter} & \cmd{section} & \cmd{subsection} & \cmd{paragraph} \\
章 & 节 & 小节 & 带题头段落 \\ \hline
\cmd{centering} & \cmd{emph} & \cmd{verb} & \cmd{url} \\
居中对齐 & 强调 & 原样输出 & 超链接 \\ \hline
\cmd{footnote} & \cmd{item} & \cmd{caption} & \cmd{includegraphics} \\
脚注 & 列表条目 & 标题 & 插入图片 \\ \hline
\cmd{label} & \cmd{cite} & \cmd{ref} \\
标号 & 引用参考文献 & 引用图表公式等 \\ \hline
\end{tabular}
\end{exampleblock}
\begin{exampleblock}{环境}
\centering
\footnotesize
\begin{tabular}{lll}
\env{table} & \env{figure} & \env{equation}\\
表格 & 图片 & 公式 \\\hline
\env{itemize} & \env{enumerate} & \env{description}\\
无编号列表 & 编号列表 & 描述 \\\hline
\end{tabular}
\end{exampleblock}
\end{frame}
\begin{frame}[fragile]{\LaTeX{} 环境命令举例}
\begin{minipage}{0.5\linewidth}
\begin{lstlisting}[language=TeX]
\begin{itemize}
\item A \item B
\item C
\begin{itemize}
\item C-1
\end{itemize}
\end{itemize}
\end{lstlisting}
\end{minipage}\hspace{1cm}
\begin{minipage}{0.3\linewidth}
\begin{itemize}
\item A
\item B
\item C
\begin{itemize}
\item C-1
\end{itemize}
\end{itemize}
\end{minipage}
\medskip
\pause
\begin{minipage}{0.5\linewidth}
\begin{lstlisting}[language=TeX]
\begin{enumerate}
\item 巨佬 \item 大佬
\item 萌新
\begin{itemize}
\item[n+e] 瑟瑟发抖
\end{itemize}
\end{enumerate}
\end{lstlisting}
\end{minipage}\hspace{1cm}
\begin{minipage}{0.3\linewidth}
\begin{enumerate}
\item 巨佬
\item 大佬
\item 萌新
\begin{itemize}
\item[n+e] 瑟瑟发抖
\end{itemize}
\end{enumerate}
\end{minipage}
\end{frame}
\begin{frame}[fragile]{\LaTeX{} 数学公式}
\begin{columns}
\begin{column}{.55\textwidth}
\begin{lstlisting}[language=TeX]
$V = \frac{4}{3}\pi r^3$
\[
V = \frac{4}{3}\pi r^3
\]
\begin{equation}
\label{eq:vsphere}
V = \frac{4}{3}\pi r^3
\end{equation}
\end{lstlisting}
\end{column}
\begin{column}{.4\textwidth}
$V = \frac{4}{3}\pi r^3$
\[
V = \frac{4}{3}\pi r^3
\]
\begin{equation}
\label{eq:vsphere}
V = \frac{4}{3}\pi r^3
\end{equation}
\end{column}
\end{columns}
\begin{itemize}
\item 更多内容请自行网上搜索
\end{itemize}
\end{frame}
\begin{frame}[fragile]{表格与引用}
\begin{columns}
\column{.6\textwidth}
\begin{lstlisting}[language=TeX]
\begin{table}[htpb]
\centering
\caption{编号与含义}
\label{tab:number}
\begin{tabular}{cl}\toprule
列1 & 列2 \\\midrule
1 & a\\
2 & b\\\bottomrule
\end{tabular}
\end{table}
\normalsize 这里展示引用公式
~(\ref{eq:vsphere})与引用表格
~\ref{tab:number}。
\end{lstlisting}
\column{.35\textwidth}
\begin{table}[htpb]
\centering
\caption{编号与含义}
\label{tab:number}
\begin{tabular}{cl}\toprule
列1 & 列2 \\\midrule
1 & a\\
2 & b\\\bottomrule
\end{tabular}
\end{table}
\normalsize 这里展示引用公式~(\ref{eq:vsphere})与引用表格\ref{tab:number}。
\end{columns}
\end{frame}
\section{参考文献}
\begin{frame}[allowframebreaks]
\bibliography{citation}
\bibliographystyle{alpha}
% 如果参考文献太多的话,可以像下面这样调整字体:
% \tiny\bibliographystyle{alpha}
\end{frame}
\begin{frame}
\begin{center}
{\Huge\calligra Thanks!}
\end{center}
\end{frame}
\end{document}