summaryrefslogtreecommitdiffstats
path: root/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'common.inc')
-rw-r--r--common.inc77
1 files changed, 77 insertions, 0 deletions
diff --git a/common.inc b/common.inc
new file mode 100644
index 0000000..8073802
--- /dev/null
+++ b/common.inc
@@ -0,0 +1,77 @@
+\documentclass[12pt]{article}
+\usepackage{fontspec}
+\usepackage{stackengine}
+\usepackage{amsmath}
+\usepackage{cancel}
+\usepackage{amssymb}
+\usepackage{dsfont}
+\usepackage{amsfonts}
+\usepackage{wrapfig}
+\usepackage{graphicx}
+\usepackage{pifont}
+\usepackage{hyperref}
+\usepackage[margin=0.4in]{geometry}
+\newcommand{\cmark}{\ding{51}}%
+\newcommand{\xmark}{\ding{55}}%
+\newcommand\s\mathbb
+\newcommand\e\exists
+\newcommand\all\forall
+\newcommand\la\langle
+\newcommand\ra\rangle
+\newcommand{\ulim}{\mathop{\overline\lim}\limits}
+\newcommand{\llim}{\mathop{\underline\lim}\limits}
+\newcommand{\exclreg}[2]{\overset\circ\Omega_{#1}({#2})}
+\newcommand{\mrx}[1]{\begin{pmatrix}#1\end{pmatrix}}
+\newcommand{\mrxdet}[1]{\ensuremath{\left|\begin{matrix}#1\end{matrix}\right|}}
+\newcommand{\mrxddet}[1]{\ensuremath{\left\|\begin{matrix}#1\end{matrix}\right\|}}
+\newcommand{\inv}[1]{{#1}^{-1}}
+\newcommand{\system}[1]{\left\{\begin{aligned}#1\end{aligned}\right.}
+\newcommand{\vsystem}[2]{\left#1\begin{aligned}#2\end{aligned}\right.}
+\newcommand{\at}[2]{\left.{#1}\right|_{#2}}
+\newcommand{\from}[3]{\left.{#1}\right|_{#2}^{#3}}
+\newcommand{\reg}[2]{\Omega_{#1}({#2})}
+\newcommand\dst\displaystyle
+\newcommand{\dlim}[1]{\lim_{\Delta #1 \to 0}}
+\newcommand\eps\varepsilon
+\newcommand\D\Delta
+\newcommand\Dx{\Delta x}
+\newcommand\Dy{\Delta y}
+\newcommand\ph\varphi
+\newcommand\id{\mathds{1}}
+\newcommand{\rrab}[1]{\underline{\underline{#1}}}
+\newcommand\exclude\setminus
+\newcommand\rab\underline
+\newcommand{\bbar}[1]{\overline{\overline{#1}}}
+\newcommand\ntab{\\\hspace*{1cm}}
+\newcommand*{\rom}[1]{\uppercase\expandafter{\romannumeral#1}}
+\newcommand\prll\parallel
+\newcommand\collin\upuparrows
+\newcommand\vcollin{\uparrow\!\downarrow}
+\newcommand{\wrap}[3]{\left#1{#3}\right#2}
+\newcommand{\wraps}[1]{\left[{#1}\right]}
+\newcommand{\wrapb}[1]{\left({#1}\right)}
+\newcommand{\wrapc}[1]{\left\{{#1}\right\}}
+\newcommand{\wrapm}[1]{\left|{#1}\right|}
+\newcommand{\wrapmm}[1]{\left\|{#1}\right\|}
+\newcommand{\wrapa}[1]{\left\langle{#1}\right\rangle}
+\renewcommand{\bar}{\overline}
+\renewcommand{\d}{\partial}
+\renewcommand{\b}{\mathbf}
+\renewcommand*\contentsname{Содержание}
+\renewcommand{\ss}[1]{\left\{{#1}\right\}}
+\renewcommand\v\vec
+\setmainfont{FreeSans}
+\graphicspath{ {../images} }
+\stackMath
+\hypersetup {
+ colorlinks,
+ linkcolor=blue,
+}
+% \everymath{\displaystyle}
+\DeclareMathOperator{\sgn}{sgn}
+\DeclareMathOperator{\arctg}{arctg}
+\DeclareMathOperator{\tr}{tr}
+\DeclareMathOperator{\tg}{tg}
+\DeclareMathOperator{\adj}{adj}
+%\DeclareMathOperator{\arcsin}{arcsin}
+\author {\texttt{justanothercatgirl}}