#% Do not delete the line below; configure depends on this # \DeclareLaTeXClass[article,amsthm.sty]{article (ru,math)} # Article-ru-math textclass definition file. # Originates from messing with article and amsart textclasses # by Andrei Lomov . No warranty. Preamble \usepackage{amsthm} EndPreamble # Input general definitions Input stdclass.inc # There are no chapters in an article. NoStyle Chapter NoStyle Chapter* MaxCounter Counter_Section SecNumDepth 3 TocDepth 3 # Change a bit Part and Part* Style Part Align Left AlignPossible Left TopSep 2 BottomSep 1.5 Font Size Larger EndFont End Style Part* Align Left AlignPossible Left TopSep 2 BottomSep 1.5 Font Size Larger EndFont End #********************************************************* # Theorem-numbered style declaration Style Theorem Margin First_Dynamic LatexType Environment LatexName thm NextNoIndent 1 LabelSep xx ParIndent MMM ParSkip 0.4 ItemSep 0.2 TopSep 0.7 BottomSep 0.7 ParSep 0.3 Align Block AlignPossible Block, Left LabelType Static LabelString "Теорема #." # standard font definition Font Shape Italic Size Normal EndFont # label font definition LabelFont Shape Up Series Bold EndFont Preamble \theoremstyle{plain} \newtheorem{thm}{Теорема} EndPreamble End #********************************************************* # Theorem-unnumbered style declaration Style Theorem* CopyStyle Theorem LatexName thm* LabelString "Теорема." Preamble \theoremstyle{plain} \newtheorem*{thm*}{Теорема} EndPreamble End #********************************************************* # Corollary-numbered style declaration Style Sledstvie CopyStyle Theorem LatexName sled LabelString "Следствие #." Preamble \theoremstyle{plain} \newtheorem{sled}{Следствие} EndPreamble End #********************************************************* # Corollary-unnumbered style declaration Style Sledstvie* CopyStyle Theorem LatexName sled* LabelString "Следствие." Preamble \theoremstyle{plain} \newtheorem*{sled*}{Следствие} EndPreamble End #********************************************************* # Corollary-numbered style declaration Style Corollary # В меню LyX представлено как "Вывод" CopyStyle Theorem LatexName cor LabelString "Следствие #." Preamble \theoremstyle{plain} \newtheorem{cor}{Следствие} EndPreamble End #********************************************************* # Corollary-unnumbered style declaration Style Corollary* # В меню LyX представлено как "Вывод*" CopyStyle Theorem LatexName cor* LabelString "Следствие." Preamble \theoremstyle{plain} \newtheorem*{cor*}{Следствие} EndPreamble End #********************************************************* # Lemma-numbered style declaration Style Lemma CopyStyle Theorem LatexName lem LabelString "Лемма #." Preamble \theoremstyle{plain} \newtheorem{lem}{Лемма} EndPreamble End #********************************************************* # Lemma-unnumbered style declaration Style Lemma* CopyStyle Theorem LatexName lem* LabelString "Лемма." Preamble \theoremstyle{plain} \newtheorem*{lem*}{Лемма} EndPreamble End #********************************************************* # Proposition-numbered style declaration Style Proposition CopyStyle Theorem LatexName prop LabelString "Утверждение #." Preamble \theoremstyle{plain} \newtheorem{prop}{Утверждение} EndPreamble End #********************************************************* # Proposition-unnumbered style declaration Style Proposition* CopyStyle Proposition LatexName prop* LabelString "Утверждение." Preamble \theoremstyle{plain} \newtheorem*{prop*}{Утверждение} EndPreamble End #********************************************************* # Claim-numbered style declaration Style Predl CopyStyle Theorem LatexName predl LabelString "Предложение #." Preamble \theoremstyle{plain} \newtheorem{predl}{Предложение} EndPreamble End #********************************************************* # Claim-unnumbered style declaration Style Predl* CopyStyle Predl LatexName predl* LabelString "Предложение." Preamble \theoremstyle{plain} \newtheorem*{predl*}{Предложение} EndPreamble End #********************************************************* # Definition-numbered style declaration Style Definition CopyStyle Theorem LatexName defn LabelString "Определение #." # standard font definition Font Shape Up EndFont # label font definition LabelFont Shape Up Series Bold EndFont Preamble \theoremstyle{definition} \newtheorem{defn}{Определение} EndPreamble End #********************************************************* # Definition-unnumbered style declaration Style Definition* CopyStyle Definition LatexName defn* LabelString "Определение." Preamble \theoremstyle{definition} \newtheorem*{defn*}{Определение} EndPreamble End #********************************************************* # Remark-numbered style declaration Style Remark CopyStyle Theorem LatexName rem LabelString "Замечание #." # standard font definition Font Shape Up Size Normal EndFont # label font definition LabelFont Series Medium Shape Italic EndFont Preamble \theoremstyle{remark} \newtheorem{rem}{Замечание} EndPreamble End #********************************************************* # Remark-unnumbered style declaration Style Remark* CopyStyle Remark LatexName rem* LabelString "Замечание." Preamble \theoremstyle{remark} \newtheorem*{rem*}{Замечание} EndPreamble End #********************************************************* # Example-numbered style declaration Style Example CopyStyle Definition LatexName example LabelString "Пример #." Preamble \theoremstyle{definition} \newtheorem{example}{Пример} EndPreamble End #********************************************************* # Example-unnumbered style declaration Style Example* CopyStyle Definition LatexName example* LabelString "Пример." Preamble \theoremstyle{definition} \newtheorem*{example*}{Пример} EndPreamble End #********************************************************* # Notation-numbered style declaration Style Notation CopyStyle Remark LatexName notation LabelString "Обозначение #." Preamble \theoremstyle{remark} \newtheorem{notation}{Обозначение} EndPreamble End #********************************************************* # Notation-unnumbered style declaration Style Notation* CopyStyle Remark LatexName notation* LabelString "Обозначение." Preamble \theoremstyle{remark} \newtheorem*{notation*}{Обозначение} EndPreamble End