From b782fe9a251cf07e30525aac7fdc8c780a232dee Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sat, 2 Apr 2022 08:18:10 +0400 Subject: =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D1=81=D1=82=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B2=D1=81=D0=B5=20=D0=BB=D0=B5=D0=BA=D1=86=D0=B8?= =?UTF-8?q?=D0=B8=20=D0=BF=D1=8F=D1=82=D0=BE=D0=B3=D0=BE=20=D1=81=D0=B5?= =?UTF-8?q?=D0=BC=D0=B5=D1=81=D1=82=D1=80=D0=B0=20=D0=B2=20=D0=BA=D0=BE?= =?UTF-8?q?=D1=80=D0=B5=D0=BD=D1=8C=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- preamble.sty | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 preamble.sty (limited to 'preamble.sty') diff --git a/preamble.sty b/preamble.sty new file mode 100644 index 0000000..f35f534 --- /dev/null +++ b/preamble.sty @@ -0,0 +1,78 @@ +\ProvidesPackage{../preamble} + +\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}{Аксиома} +% ----------------- % -- cgit v1.2.3