-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
66 lines (57 loc) · 1.51 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
\documentclass{mybeamer}
\title{ChatGPT Is A Killer}
\author{Li Wu and M, Wu}
\date{Hefei, China -- 10 December, 2023}
\usepackage{nameref}
\makeatletter
\newcommand*{\currentname}{\@currentlabelname} % 获得当前最深层级的节标题
\makeatother
\addbibresource{reference.bib}
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{Contents}
\tableofcontents
\end{frame}
\section{Background}
\subsection{Background One}
\begin{frame}
\frametitle{\currentname}
\red{Hello World! +1}
\blue{Hello World! -1}
inline equations \(\alpha\), \(\sum_i x_i = y\)
\begin{equation*}
f(x) = \prod_{i=1}^I l_i\d G(\Theta)
\end{equation*}
\begin{itemize}
\item Nested items
\begin{itemize}
\item 1213
\end{itemize}
\item item 2
\end{itemize}
\end{frame}
\section{Research Questions}
\begin{frame}
\frametitle{\currentname}
\begin{enumerate}
\item Nested lists
\begin{enumerate}
\item Hello
\item Good!
\end{enumerate}
\item Awesomw!
\end{enumerate}
\end{frame}
\section{Heterogeneity Analysis}
\begin{frame}
\frametitle{\currentname}
Long math equations autoline break
\begin{dmath*}
\log(1 + \mathrm{Questions}_{ikt}) = \alpha_k + \beta_1\mathrm{Treat}_i \times \mathrm{After}_t + \beta_2 \mathrm{New}_{k} \times \mathrm{Treat}_i \times \mathrm{After}_t + \beta_3\mathrm{New}_{k} \times \mathrm{Treat}_i + \beta_4\mathrm{New}_{k} \times \mathrm{After}_t
\end{dmath*}
\end{frame}
\begin{frame}[c]
\centering \HUGE Thanks!
\end{frame}
\end{document}