-
Notifications
You must be signed in to change notification settings - Fork 1
/
slide.tex
executable file
·277 lines (228 loc) · 8.28 KB
/
slide.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
%!TEX program = xelatex
\documentclass{beamer}
\usepackage{ctex, hyperref}
\usepackage[T1]{fontenc}
% other packages
\usepackage{latexsym,amsmath,xcolor,multicol,booktabs,calligra}
\usepackage{graphicx,pstricks,listings,stackengine}
\author{Allenpandas}
\title{基于XXX的XXX方法研究(这是标题)}
\subtitle{研究生论文开题报告(这是副标题)}
\institute{北京交通大学XXX学院}
\date{2022年12月30日}
\usepackage{bjtu}
% defs
\def\cmd#1{\texttt{\color{red}\footnotesize $\backslash$#1}}
\def\env#1{\texttt{\color{blue}\footnotesize #1}}
\definecolor{deepblue}{rgb}{0,0,0.5}
\definecolor{deepred}{rgb}{0.6,0,0}
\definecolor{deepgreen}{rgb}{0,0.5,0}
\definecolor{halfgray}{gray}{0.55}
\lstset{
basicstyle=\ttfamily\small,
keywordstyle=\bfseries\color{deepblue},
emphstyle=\ttfamily\color{deepred}, % Custom highlighting style
stringstyle=\color{deepgreen},
numbers=left,
numberstyle=\small\color{halfgray},
rulesepcolor=\color{red!20!green!20!blue!20},
frame=shadowbox,
}
\begin{document}
\kaishu
% 每页根据frame标签来分割
\begin{frame}
\titlepage
\begin{figure}[htpb]
\begin{center}
\includegraphics[width=0.2\linewidth]{pic/bjtu_logo.jpeg}
\end{center}
\end{figure}
\end{frame}
% 目录页
\begin{frame}
%使用tableofcontents命令可以自动生成目录
\tableofcontents[sectionstyle=show,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/shaded/hide]
\end{frame}
% 第一章
\section{课题背景}
% 第一节
\subsection{为什么使用Latex?}
\begin{frame}{Latex的优点}
\begin{itemize}
\item GitHub项目地址位于 \url{https://github.com/Allenpandas/BJTU-Beamer-Theme},如果有bug或者feature request可以去里面提issue
\item "课题背景"是"章",用section表示
\item "为什么使用Latex?"是"节",用subsection表示
\item "Latex的优点"是"节"下面的标题(本页PPT的标题),可有可无。
\end{itemize}
\end{frame}
\begin{frame}{}
\begin{itemize}
\item 如果想去掉每页的标题(如本页所示),只需从代码中去掉{frame}后面括号的内容即可。
\end{itemize}
\end{frame}
% 第二章
\section{研究现状}
%\subsection{Beamer主题分类}
\begin{frame}
\begin{itemize}
\item 第二章叫“研究现状”,第二章的第二节叫“Beamer主题分类”。
\item 如果不想在目录中显示“节”的标题,只需去掉{\color{red}{sebsection\{Beamer主题分类\}}} 这行代码即可
\end{itemize}
\end{frame}
% 第三章
\section{研究内容}
\subsection{如何用latex绘制表格}
\begin{frame}{下面是个表格的模板}
\begin{table}[h]
\centering
\caption{Word和Latex的对比}
\begin{tabular}{c|c}
Microsoft\textsuperscript{\textregistered} Word & \LaTeX \\
\hline
文字处理工具 & 专业排版软件 \\
容易上手,简单直观 & 容易上手 \\
所见即所得 & 所见即所想,所想即所得 \\
高级功能不易掌握 & 进阶难,但一般用不到 \\
处理长文档需要丰富经验 & 和短文档处理基本无异 \\
花费大量时间调格式 & 无需担心格式,专心作者内容 \\
公式排版差强人意 & 尤其擅长公式排版 \\
二进制格式,兼容性差 & 文本文件,易读、稳定 \\
付费商业许可 & 自由免费使用 \\
\end{tabular}
\end{table}
\end{frame}
\subsection{如何用latex插入公式}
\begin{frame}{两种公式举例}
\begin{exampleblock}{无编号公式\footnote{无编号公式equation标签后面要加一个*;(当前这句话使用了一个脚标,脚标用footnote标签)}} % 加 *
\begin{equation*}
\sin \alpha + \sin \beta =2 \sin \frac{\alpha + \beta}{2}\cos \frac{\alpha - \beta}{2}
\end{equation*}
\end{exampleblock}
\begin{exampleblock}{有编号公式} % 加 *
\begin{equation}
\frac{\sin A}{a}=\frac{\sin B}{b}=\frac{\sin C}{c}=\frac{1}{2R} \end{equation}
\end{exampleblock}
\end{frame}
\begin{frame}
\begin{exampleblock}{遇到多行公式,可以使用equation标签也可以使用multline标签}
% Taken from Mathmode.tex
\begin{equation*}
A_{m\times n}= \begin{bmatrix} a_{11}& a_{12}& \cdots & a_{1n} \\ a_{21}& a_{22}& \cdots & a_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m1}& a_{m2}& \cdots & a_{mn} \end{bmatrix} =\left [ a_{ij}\right ]
\end{equation*}
\end{exampleblock}
\end{frame}
\begin{frame}{图形与分栏}
% 左侧
\begin{minipage}[c]{0.6\linewidth}
\begin{itemize}
\item 制作Slide时,图文并茂更能吸引人,因此需要在适当的位置插入图片。
\item 使用minipage标签,可以实现分栏。
\end{itemize}
\end{minipage}
% \hspace{1cm}
% 右侧
\begin{minipage}{0.3\linewidth}
\medskip
%\hspace{2cm}
\begin{figure}[h]
\centering
\includegraphics[height=.7\textheight]{pic/landscape.jpeg}
\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{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}
\end{frame}
\begin{frame}{绘图}
\begin{itemize}
\item 矢量图 eps, ps, pdf
\begin{itemize}
\item METAPOST, pstricks, pgf $\ldots$
\item Xfig, Dia, Visio, Inkscape $\ldots$
\item Matlab / Excel 等保存为 pdf
\end{itemize}
\item 标量图 png, jpg, tiff $\ldots$
\begin{itemize}
\item 提高清晰度,避免发虚
\end{itemize}
\end{itemize}
\begin{figure}[htpb]
\centering
\includegraphics[width=0.2\linewidth]{pic/bjtu_logo.jpeg}
\caption{这个校徽就是标量图}
\end{figure}
\end{frame}
\section{计划进度}
\begin{frame}
\begin{itemize}
\item 一月:完成文献调研
\item 二月:阅读论文:\cite{cao2019adversarial}(注意参考文献的写法)
\item 三月:继续阅读论文:\cite{brunke2022safe}和\cite{pei2017deepxplore}
\end{itemize}
\end{frame}
\section{参考文献}
% allowframebreaks 是允许跨页
\begin{frame}[allowframebreaks]{参考文献列表}
\bibliography{ref}
\bibliographystyle{alpha}
% 如果参考文献太多的话,可以像下面这样调整字体:
% \tiny\bibliographystyle{alpha}
\end{frame}
% 致谢页
%\section{致谢}
\begin{frame}
\begin{center}
{\Huge\calligra 感谢各位的聆听}
\end{center}
\end{frame}
\end{document}