blob: 483a9faba99bbd8bdfbd5865b01c5aea27f5c470 (
plain)
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
|
\documentclass{beamer}
\usepackage{xepersian}
\mode<presentation>
{
\usetheme{Warsaw}
}
\title{تهیه اسلاید توسط \lr{\XePersian}}
\author{وفا خلیقی}
\institute{نام دانشگاه}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\section{مقدمه}
\subsection{حرف اول}
\begin{frame}
\frametitle{عنوان}
متن اینجا قرار میگیرد.
\end{frame}
\section{قسمت بعدی}
\subsection{یک زیرقسمت}
\begin{frame}
\framesubtitle{عنوان متن}
متن اینجا قرار میگیرد.
\end{frame}
\end{document}
|