%دانشجویان عزیز قبل از اجرا از نصب فونت B Nazanin مطمئن شوید. 
\documentclass[12pt]{report} 
\usepackage[left=1cm,right=1cm,top=1cm,bottom=1cm]{geometry}
\usepackage{roundbox}
\usepackage{xtab}
\usepackage{amsthm,amssymb,amsmath,mathrsfs}
\usepackage{enumerate}
\usepackage{pgf,tikz}
\usetikzlibrary{arrows}
\usepackage{forest}
\usepackage{xepersian}

%فراخوانی فونت پی گاراموند برای اعداد
\setdigitfont[Scale=1.3]{PGaramond}
% تعریف قلم‌های فارسی و انگلیسی برای استفاده در بعضی از قسمت‌های متن
\settextfont[Scale=1.3]{B Nazanin}
\theoremstyle{theorem}
\newtheorem{theorem}{قضیه}[section]
\newtheorem{definition}[theorem]{تعریف}
\newtheorem{example}[theorem]{مثال}
\newtheorem{lemma}[theorem]{لم}
\newtheorem{proposition}[theorem]{گزاره}
\newtheorem{corollary}[theorem]{نتیجه}
\newtheorem{remark}[theorem]{ملاحظه}
\newtheorem{treaty}[theorem]{قرارداد}
\newtheorem{rema}[theorem]{تبصره}
\newtheorem{notice}[theorem]{توجه}
\newtheorem{hint}[theorem]{تذکر}
\newtheorem{point}[theorem]{نکته}
\newtheorem{problem}[theorem]{مساله}
\newtheorem{rem}[theorem]{یادآوری}
\newtheorem{hads}[theorem]{حدس}
\newtheorem{notation}[theorem]{نمادگذاری}
\newtheorem{x}[theorem]{}
\newenvironment{solution}{{\bf \noindent \\ حل. } \rm } 

\begin{document}
\begin{table}
\centering
\caption{انواع مساله جدول زمانی اموزشی}
\begin{tabular}{|p{2.1in}|p{2.1in}|} \hline 
مسئله & شرح مختصر \\ \hline 
جدول زمانبندی دروس دبیرستان  
\LTRfootnote{Course timetabling}
%\footnotemark[1]
&
اختصاص کلاس ها به مقاطع زمانی، دانش آموزان، معلمان و ... به این صورت که محدودیت های درنظر گرفته شده برآورده شود. \\ \hline 
جدول زمانبندی امتحانات
\LTRfootnote{Exam timetabling}
%\footnotemark[2]
 & زمانبندی امتحانات دانش آموزان با توجه به این محدودیت ها \\ \hline 
جدول زمانبندی دروس دانشگاه & تقسیم دروس به جلسات و زمان و دانشجو و اتاق به جلسات 
 \\ \hline
\end{tabular}
\end{table}
\end{document}