تالار گفتگوی پارسیلاتک
زیپرشین XePersian => زیتک => نويسنده: حسن قربانزاد در ژوئیه 29, 2013, 03:44:09 pm
-
با سلام
برای خلاصه تر کردن عنوان این تعاریف \theoremstyle{definition}
\newtheorem{definition}{تعریف}[section]
\theoremstyle{theorem}
\newtheorem{theorem}[definition]{قضیه}
\newtheorem{lemma}[definition]{لم}
\newtheorem{prop}[definition]{گزاره}
\newtheorem{corollary}[definition]{نتیجه}
\newtheorem{remark}[definition]{ملاحظه}
\theoremstyle{definition}
\newtheorem{example}[definition]{مثال}
از چه دستوری استفاده کنیم که بجای \begin{definition} مثلاً بنویسیم \begin{def}?
با تشکر
-
از def نمیشه استفاده کرد چون جزء دستورات است. ولی از defi یا چیزهای مشابه میتونی استفاده کنی.
\newtheorem{defi}{تعریف}[section]
برای سادهتر کردن هم می تونی تعریف کنی
\newcommand{\bdef}{\begin{definition}}
\newcommand{\edef}{\end{definition}}
البته من روش دوم را نمیپسندم.