-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault_pattern.tex
72 lines (67 loc) · 1.96 KB
/
default_pattern.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
\documentclass[12 pt, russian]{article}
\usepackage[T1]{fontenc}
\usepackage{ulem}
\usepackage[utf8]{luainputenc}
\usepackage{geometry}
\usepackage[pdftex]{graphicx}
\geometry{verbose, tmargin=2cm, bmargin=2cm,
lmargin=2cm, rmargin=2cm}
\usepackage{amstext}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage[T1,T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,main=russian]{babel}
\usepackage{setspace}
\usepackage{esint}
\usepackage{comment}
\usepackage{babel}
\usepackage{float}
\usepackage{fullpage}
\usepackage{parskip}
\usepackage{tikz}
\usepackage{indentfirst}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{mathrsfs}
\usepackage[colorlinks]{hyperref}
\usetikzlibrary{calc}
\usepackage{pgfplots}
\pgfplotsset{compat=1.15}
\newcommand{\Pf}{\mathsf{P}}
\newcommand{\Ef}{\mathsf{E}}
\newcommand{\Df}{\mathsf{D}}
\newcommand{\ph}{\varphi}
\newcommand{\Nb}{\mathbb{N}}
\newcommand{\Zb}{\mathbb{Z}}
\newcommand{\Rb}{\mathbb{R}}
\newcommand{\Qb}{\mathbb{Q}}
\newcommand{\Tb}{\mathbb{T}}
\newcommand{\Fs}{\mathcal{F}}
\newcommand{\Is}{\mathcal{I}}
\newcommand{\Bs}{\mathcal{B}}
\newcommand{\Ms}{\mathcal{M}}
\newcommand{\Ns}{\mathcal{N}}
\newcommand{\eps}{\varepsilon}
\newcommand{\kap}{\varkappa}
\newcommand{\dist}{\sim}
\newcommand{\NormDist}{\Ns}
\newcommand{\PoissDist}{\text{Poiss}}
\newcommand{\BernDist}{\text{Bern}}
\newcommand{\BinDist}{\text{Binom}}
\newcommand{\GammaDist}{\text{Gamma}}
\newcommand{\ExpDist}{\text{Exp}}
\newtheorem{definition}{Определение}
\newtheorem{theorem}{Теорема}
\newtheorem{exercise}{Упражнение}
\newtheorem{lemma}{Лемма}
\newtheorem{implication}{Следствие}
\newtheorem{claim}{Замечание}
\newtheorem{statement}{Утверждение}
\DeclareMathOperator*\uplim{\overline{lim}}
\DeclareMathOperator*\lowlim{\underline{lim}}
\DeclareMathOperator*\iii{\int_{-\infty}^{+\infty}}
\DeclareMathOperator*\todist{\overset{d}{\to}}
\begin{document}
\end{document}