summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bmstu-iu8/styles/21-IU8-math.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/bmstu-iu8/styles/21-IU8-math.sty')
-rw-r--r--macros/latex/contrib/bmstu-iu8/styles/21-IU8-math.sty11
1 files changed, 11 insertions, 0 deletions
diff --git a/macros/latex/contrib/bmstu-iu8/styles/21-IU8-math.sty b/macros/latex/contrib/bmstu-iu8/styles/21-IU8-math.sty
new file mode 100644
index 0000000000..00b85e1c24
--- /dev/null
+++ b/macros/latex/contrib/bmstu-iu8/styles/21-IU8-math.sty
@@ -0,0 +1,11 @@
+% Author: CatInCosmicSpace
+\NeedsTeXFormat{LaTeX2e}[1995/12/01]
+\ProvidesPackage{21-IU8-math}[2021/03/21 v1.0 Математика]
+
+\RequirePackage{amsthm}
+\theoremstyle{definition}
+\newtheorem{definition}{Определение}[section]
+\newtheorem{theorem}{Теорема}[section]
+\newtheorem{corollary}{Следствие}[theorem]
+\newtheorem{lemma}{Лемма}[section]
+\newtheorem{example}{Пример}[section]