-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkonspect.tex
120 lines (93 loc) · 3.14 KB
/
konspect.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
\documentclass[12pt, oneside]{book}
\usepackage[T2A]{fontenc} % кодировка
\usepackage[utf8]{inputenc} % кодировка исходного текста
\usepackage[english,russian]{babel} % локализация и переносы
\usepackage{amsmath}
\usepackage{amsthm, mathrsfs, mathtools, amssymb}
\usepackage{enumitem}
\usepackage{epigraph}
\usepackage{geometry}
\geometry{verbose,a4paper,tmargin=2cm,bmargin=2cm,lmargin=2.5cm,rmargin=1.5cm}
%\usepackage{showframe}
\usepackage{accents}
\newlength{\dhatheight}
\newcommand{\hhat}[1]{%
\settoheight{\dhatheight}{\ensuremath{\hat{#1}}}%
\addtolength{\dhatheight}{-0.35ex}%
\hat{\vphantom{\rule{1pt}{\dhatheight}}%
\smash{\hat{#1}}}}
\newcommand{\ubar}[1]{\underaccent{\bar}{#1}}
\usepackage{bm}
\usepackage[colorlinks=true, linkcolor=black, urlcolor=black]{hyperref}
\newtheoremstyle{example}% name
{0.7cm}% Space above
{0.7cm}% Space below
{\small}% Body font
{}% Indent amount
{\small\scshape}% Theorem head font
{.}% Punctuation after theorem head
{.5em}% Space after theorem head
{}% Theorem head spec (can be left empty, meaning ‘normal’)
\theoremstyle{example}
\newtheorem{ex}{Пример}
\numberwithin{ex}{section}
\theoremstyle{plain}
\newtheorem{theorem}{Теорема}
\newenvironment{thmbis}[1]
{\renewcommand{\thetheorem}{\ref{#1}$'$}%
\addtocounter{thm}{-1}%
\begin{theorem}}
{\end{theorem}}
\newtheorem{corollary}{Следствие}
\newtheorem*{corollary*}{Следствие}
\newtheorem{lemma}{Лемма}
\newtheorem{utv}{Утверждение}
\newtheorem*{utv*}{Утверждение}
\theoremstyle{definition}
\newtheorem{definition}{Определение}
\newenvironment{dfnbis}[1]
{\renewcommand{\thedefinition}{\ref{#1}$'$}%
\addtocounter{definition}{-1}%
\begin{definition}}
{\end{definition}}
\newtheorem*{definition*}{Определение}
\newtheorem{question}{Вопрос}
\theoremstyle{remark}
\newtheorem{remark}{Замечание}
\newtheorem*{remark*}{Замечание}
\numberwithin{remark}{section}
\newcommand{\toP}{\xrightarrow[]{\mathsf P}} % сходимость по вероятности
\newcommand{\toPN}{\xrightarrow[]{\text{п.н.}}} % сходимость почти наверное
\newcommand{\toD}{\xRightarrow[]{d}} % сходимость по распределению (слабая)
\newcommand{\toR}{\xrightarrow[]{r}} % сходимость по распределению (слабая)
\newcommand{\P}{\mathsf P}
\newcommand{\D}{\mathsf D}
\newcommand{\M}{\mathsf M}
\DeclareMathOperator{\cov}{cov}
\newenvironment{solution}
{
\vspace{0.5em}
% \noindent\textsc{Решение.}
\textsc{Решение.}
}
{
\renewcommand{\qedsymbol}{$\square$}
\qed
}
\renewcommand{\qedsymbol}{$\blacksquare$}
\numberwithin{remark}{section}
\frenchspacing
\usepackage[labelsep=period]{caption}
\captionsetup{font = small}
\usepackage{subfiles}
\usepackage{cancel}
\usepackage{tikz}
\usetikzlibrary{fit}
\begin{document}
\pagestyle{plain}
\tableofcontents
\subfile{notes-prob/notes-prob}
\subfile{mathstat/mathstat}
\subfile{stoproc/stoproc}
\subfile{stoanalysis/stochastic_analysis}
\end{document}