summaryrefslogtreecommitdiff
path: root/preamble.sty
blob: 22c24cec74fcbe37f435d0309374ad13b956049c (plain)
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
\ProvidesPackage{../preamble}

\RequirePackage{amsmath}
\RequirePackage{mathtools}
\RequirePackage{amsfonts}
\RequirePackage{enumitem}
% \RequirePackage[standard]{ntheorem}
\RequirePackage{amsthm}
\RequirePackage{tikz}
\RequirePackage{graphicx}
\graphicspath{ {./images/} }

\newcommand{\bydef}{\stackrel{\text{по опр.}}{\implies}} % by definition - по определению
\newcommand{\dn}{\stackrel{\text{об.}}{=}} % denote - обозначим
\newcommand{\imaginary}{\mathrm{Im} \,}
\newcommand{\real}{\mathrm{Re} \,}
\newcommand{\prop}[1]{#1^{\text{o}}}

\newcommand{\N}{\mathbb{N}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\Z}{\mathbb{Z}}
\renewcommand{\C}{\mathbb{C}}
\newcommand{\bb}[1]{\mathbb{#1}}

\newcommand{\approach}[1]{\underset{#1}{\longrightarrow}}
\newcommand{\series}[1]{\displaystyle\sum_{k=1}^\infty #1}
\newcommand{\seriesx}{\displaystyle\sum_{k=1}^\infty x_k}
\newcommand{\seriespow}{\displaystyle\sum_{k=0}^\infty a_k (x - x_0)^k}
\newcommand{\abs}[1]{\left|#1\right|}
\renewcommand{\over}[2]{\stackrel{#1}{#2}}

% \theoremstyle{break}

% --- Теорема --- %
% \newtheoremstyle{break}% name
%   {}%         Space above, empty = `usual value'
%   {}%         Space below
%   {\itshape}% Body font
%   {}%         Indent amount (empty = no indent, \parindent = para indent)
%   {\bfseries}% Thm head font
%   {.}%        Punctuation after thm head
%   {\newline}% Space after thm head: \newline = linebreak
%   {}%         Thm head spec
% \theorembodyfont{\normalfont}
% \theoremstyle{break}
\newtheorem{theorem}{Теорема}[subsection]
% --------------- %

% --- Определение --- %
% \theorembodyfont{\normalfont}
\theoremstyle{definition}
\newtheorem{definition}{Определение}[subsection]
% ------------------- %


% --- Пример --- %
\theoremstyle{definition}
\newtheorem*{example}{Пример}
% -------------- %

% --- Следствие --- %
\theoremstyle{definition}
\newtheorem*{corollary}{Следствие}
% ----------------- %

% --- Замечание --- %
\theoremstyle{definition}
\newtheorem*{remark}{Замечание}
% ----------------- %

% --- Лемма --- %
\theoremstyle{definition}
\newtheorem*{lemma}{Лемма}
% ----------------- %

% --- Лемма --- %
\theoremstyle{definition}
\newtheorem*{axiom}{Аксиома}
% ----------------- %