% !TEX TS-program = LuaLaTeX
% Copyright 2007 by Till Tantau
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
%
% See the file doc/licenses/LICENSE for more details.



\documentclass[ucs]{beamer}

%
% DO NOT USE THIS FILE AS A TEMPLATE FOR YOUR OWN TALKS�!!
%
% Use a file in the directory solutions instead.
% They are much better suited.
%


% Setup appearance:

\usetheme{Luebeck}
%\usetheme{Singapore}
%\usetheme{Rochester}
%\usetheme{Dresden}
%\usetheme{Szeged}
%\usetheme{Warsaw}

%\usefonttheme[onlylarge]{structurebold}
\setbeamerfont*{frametitle}{size=\normalsize,series=\bfseries}
\setbeamertemplate{navigation symbols}{}


% Standard packages

\usepackage[persian]{babel}
%\deftranslation[english]{Example}{مثال}
%\usepackage{times}
\usepackage{fontspec}
%\setsansfont[Script=Arabic,Numbers=Arabic,Language=Parsi]{Yas}
\setmainfont[Script=Arabic,Numbers=Arabic]{Yas}
\setsansfont[Script=Arabic,Numbers=Arabic]{Yas}
% Setup TikZ

\usepackage{tikz}
\usetikzlibrary{arrows}
%\usepackage{bidi}
%\usepackage{xepersian}
\tikzstyle{block}=[draw opacity=0.7,line width=1.4cm]

% Author, Title, etc.

\title
{%
استفاده از بیمر در ساخت اسلاید
}

\author[\textbf{\LR{\insertframenumber} از \LR{\inserttotalframenumber}} \hspace{4.1cm} اسم خودم]
{
اسم خودم
}

\institute
{
نام دانشگاه
}

\date
{\LR{۱۶} بهمن  \LR{۱۳۹۱}}

\graphicspath{{./Figures/}}

% The main document

\begin{document}
\input{translator-basic-dictionary-Persian.dict}
\input{translator-bibliography-dictionary-Persian.dict}
\input{translator-environment-dictionary-Persian.dict}
\input{translator-months-dictionary-Persian.dict}
\input{translator-numbers-dictionary-Persian.dict}
\input{translator-theorem-dictionary-Persian.dict}
\begin{frame}
\centering
%\includegraphics[scale=.5]{logo}‎ 
 \titlepage
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\frame
{

آماره کای‌اسکور پیرسن(کارل پیرسن 1990) نامیده می‌شود.\\
$$\text{P-value}=P(X^2 \geq \text{مشاهده شده} X^2)=\text{احتمال دنباله بالایی}$$
(جدول صفحه 120 کتاب)
منو ANALYSE \\
را انتخاب کنید.\\


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
}


\end{document}


