forked from vedyakov/bachelor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.tex
79 lines (60 loc) · 2.46 KB
/
environment.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
%% Äîïóùåíèå
\newtheorem{assumption}{\hspace{\parindent}Ä\,î\,ï\,ó\,ù\,å\,í\,è\,å\,}
%% Äîïóùåíèå
\newtheorem{purpose}{\hspace{\parindent}Ö\,å\,ë\,ü\, \ \,ó\,ï\,ð\,à\,â\,ë\,å\,í\,è\,ÿ\,}
%% Òåîðåìà
\newtheorem{theorem}{\hspace{\parindent}\sl{Ò\,å\,î\,ð\,å\,ì\,à\,}}
%% Ñëåäñòâèå
\newtheorem{corollary}{\hspace{\parindent}\sl{Ñ\,ë\,å\,ä\,ñ\,ò\,â\,è\,å\,}}
%% Ëåììà
\newtheorem{lemma}{\hspace{\parindent}\sl{Ë\,å\,ì\,ì\,à\,}}
%% Óòâåðæäåíèå
\newtheorem{statement}{\hspace{\parindent}\sl{Ó\,ò\,â\,å\,ð\,æ\,ä\,å\,í\,è\,å\,}}
%% Ïðåäëîæåíèå
\newtheorem{proposition}{\hspace{\parindent}\sl{Ï\,ð\,å\,ä\,ë\,î\,æ\,å\,í\,è\,å\,}}
%% Îïðåäåëåíèå
\newtheorem{definition}{\hspace{\parindent}\sl{Î\,ï\,ð\,å\,ä\,å\,ë\,å\,í\,è\,å\,}}
%% Çàäà÷à
\newtheorem{problem}{\hspace{\parindent}\sl{Ç\,à\,ä\,à\,÷\,à\,}}
%% Äîêàçàòåëüñòâî
\newenvironment{proof}
{\vspace{1pt}\par{\sl%
Ä\,î\,ê\,à\,ç\,à\,ò\,å\,ë\,ü\,ñ\,ò\,â\,î.\,\ }}%
{\noindent\vspace{1pt}}
%% Äîêàçàòåëüñòâî òåîðåìû
\newenvironment{proofoftheorem}[1]
{\vspace{1pt}\par{\sl%
Ä\,î\,ê\,à\,ç\,à\,ò\,å\,ë\,ü\,ñ\,ò\,â\,î\ \ ò\,å\,î\,ð\,å\,ì\,û\, #1.}}%
{\noindent\vspace{1pt}}
%% Äîêàçàòåëüñòâî ñëåäñòâèÿ
\newenvironment{proofofcorollary}[1]
{\vspace{1pt}\par{\sl%
Ä\,î\,ê\,à\,ç\,à\,ò\,å\,ë\,ü\,ñ\,ò\,â\,î\ ñ\,ë\,å\,ä\,ñ\,ò\,â\,è\,ÿ\, #1.}}%
{\noindent\vspace{1pt}}
%% Äîêàçàòåëüñòâî ëåììû
\newenvironment{proofoflemma}[1]
{\vspace{1pt}\par{\sl%
Ä\,î\,ê\,à\,ç\,à\,ò\,å\,ë\,ü\,ñ\,ò\,â\,î\ \ ë\,å\,ì\,ì\,û\, #1.}}%
{\noindent\vspace{1pt}}
%% Äîêàçàòåëüñòâî óòâåðæäåíèÿ
\newenvironment{proofofstatement}[1]
{\vspace{1pt}\par{\sl%
Ä\,î\,ê\,à\,ç\,à\,ò\,å\,ë\,ü\,ñ\,ò\,â\,î\ \ ó\,ò\,â\,å\,ð\,æ\,ä\,å\,í\,è\,ÿ\, #1.}}%
{\noindent\vspace{1pt}}
%% Äîêàçàòåëüñòâî ïðåäëîæåíèÿ
\newenvironment{proofofproposition}[1]
{\vspace{1pt}\par{\sl%
Ä\,î\,ê\,à\,ç\,à\,ò\,å\,ë\,ü\,ñ\,ò\,â\,î\, ï\,ð\,å\,ä\,ë\,î\,æ\,å\,í\,è\,ÿ\, #1.}}%
{\noindent\vspace{1pt}}
%% Àëãîðèòì
\newtheorem{alg}{\hspace{\parindent}\sl{À\,ë\,ã\,î\,ð\,è\,ò\,ì\,}}%
\newenvironment{algorithm}[1][\unskip]{\begin{alg}[#1]\em}{\end{alg}}%
\def\thealgorithm{\thealg}
%% Çàìå÷àíèå
\newtheorem{rem}{\hspace{\parindent}\sl{Ç\,à\,ì\,å\,÷\,à\,í\,è\,å}}
\newenvironment{remark}[1][\unskip]{\begin{rem}[#1]\em}{\end{rem}}%
\def\theremark{\therem}
%% Ïðèìåð
\newtheorem{exmpl}{\hspace{\parindent}\sl{Ï\,ð\,è\,ì\,å\,ð\,}}%
\newenvironment{example}[1][\unskip]{\begin{exmpl}[#1]\em}{\end{exmpl}}%
\def\theexample{\theexmpl}