سلام
در این آدرس تعدادی قالب آماده برای بیمر وجود دارد.
میتوانید از آنها استفاده کنید.
اینم یک مثال دیگه که میتونید از اینم استفاده کنید
\documentclass{beamer}
\usepackage{beamerthemeshadow}
\usepackage[mathscr]{euscript}
\usepackage{etex}
\mode<presentation>
{
\usetheme{CambridgeUS}
\usetheme{Marburg}
\usecolortheme{dolphin}
\usecolortheme{rose}
\usefonttheme{structurebold}
\setbeamercovered{plain}
}
\title[Backward Stochastic Differential Equations and Applications in Financial Mathamatics]
{\textbf{Backward Stochastic Differential Equations and Applications in Financial Mathamatics}}
\author[P. Naghizadeh]
{
\textcolor{black}{\textbf{Parvin Naghizadeh}} \\
\vspace{0.3cm}
\textcolor{black}{\textbf{Supervisor: Dr. ...}}
\inst{}
}
\institute[IASBS]
{
\inst{}
\vspace{-0.8cm}
Institute for Advanced Studies in Basic Sciences (\textcolor{blue}{IASBS}), Zanjan, Iran
}
\date[Master's Defense]
{\vspace{-0.86cm}\today}
\AtBeginSection[]
{
\begin{frame}<beamer>{Outline}
\tableofcontents[currentsection,currentsubsection,hideothersubsections]
\end{frame}
}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\frame{\frametitle{\textbf{Table of contents}}\tableofcontents}
\section{Introduction of BSDE}
\subsection{Motivation}
\begin{frame}
\begin{block}{Why BSDE?}
\begin{itemize}
\item Applicable in markovian and non-markovian setting.
\vskip1.5cm
\pause
\item It does not have to be differentiable.
\vskip1.5cm
\pause
\item Eficeantly in high domension.
\end{itemize}
\end{block}
\end{frame}
\subsection {Backward Stochastic Differential Equation}
\begin{frame}
\begin{block}{General form of BSDE}
\begin{align*}
Y(t) &= \xi +\int_{t}^{T}f(s,Y(s),Z(s),U(s,.))ds\nonumber \\
& \quad - \int_{t}^{T}Z(s)dW(s)-\int_{t}^{T}\int_{\mathbb{R}}U(s,z)\tilde{N}(ds,dz) \nonumber
\end{align*}
\end{block}
\pause
(Z,U) are control processes that control Y to satisfy in terminal condition.
if
\begin{itemize}
\item $\xi \in \mathbb{L}^{2}(\mathbb{R})$
\item f is lipschiz continuous
\item $ \mathbb{E}[\int_{0}^{T}\vert f(s,0,0,0) \vert^{2}ds]< \infty $
\end{itemize}
then BSDE has a unique solution.
\end{frame}
\end{document}