دستورهای مربوط به تعریف قضیهها و مثالها و... رو از فایل tabriz-thesis.cls بردارید و بذاریدشون بعد از دستور فراخوانی زیپرشین در فایل tabriz-thesis.tex. یعنی به صورت زیر:
کد: [انتخاب]
\usepackage{xepersian}
\theoremstyle{definition}
\newtheorem{definition}{تعریف}[section]
\theoremstyle{theorem}
\newtheorem{theorem}[definition]{قضیه}
\newtheorem{lemma}[definition]{لم}
\newtheorem{proposition}[definition]{گزاره}
\newtheorem{corollary}[definition]{نتیجه}
\newtheorem{remark}[definition]{ملاحظه}
\theoremstyle{definition}
\newtheorem{example}[definition]{مثال}