شما توی فایلتون، محیطهای زیر رو تعریف کردید:
کد: [انتخاب]
\newtheorem{definition}{تعریف}[section]
\newtheorem{theorem}[definition]{قضیه}
\newtheorem{lemma}[definition]{لم}
\newtheorem{proposition}[definition]{گزاره}
\newtheorem{construction}[definition]{ساختار}
\newtheorem{conjecture}[definition]{حدس}
\newtheorem{result}[definition]{نتیجه}
\newtheorem*{remark}{برهان}
\newtheorem{example}[definition]{مثال}
\newtheorem{tazakor}[definition]{تذکر}
\newcommand{\ef}{\RTLfootnote}
\newcommand\gloss[2]{#2\dotfill\lr{#1}\\}
\renewcommand\proofname{\textbf{برهان}}
\renewcommand{\bibname}{مراجع}
\newtheorem*{esbat}{اثبات}
حالا توی فصلهاتون فقط کافیه برای نوشتن مثلاً قضیه، به صورت زیر عمل کنید:کد: [انتخاب]
\begin{theorem}
متن قضیه
\end{theorem}