-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmain_file.tex
More file actions
96 lines (76 loc) · 2.36 KB
/
main_file.tex
File metadata and controls
96 lines (76 loc) · 2.36 KB
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
%\documentclass[preview]{standalone}
%\documentclass{article}
\documentclass{article}
\usepackage{geometry}
\geometry{
paperwidth=25cm,
paperheight=37cm,
margin=0.3cm
}
\usepackage[utf8]{inputenc}
\usepackage[russian]{babel}
\usepackage{fontspec}
\setmainfont[
Ligatures=TeX,
Extension=.otf,
BoldFont=cmunbx,
ItalicFont=cmunti,
BoldItalicFont=cmunbi,
]{cmunrm}
\setsansfont{Source Sans Pro}
\setmonofont{Consolas}
\usepackage{polyglossia}
\setdefaultlanguage{russian}
\setotherlanguage{english}
\usepackage{indentfirst}
\usepackage{arydshln}
\usepackage[fleqn]{amsmath}
\usepackage{xfrac}
\usepackage{esint}
\usepackage{amssymb}
\usepackage{mathbbol}
\usepackage[T1]{fontenc}
\usepackage{mathtools}
\usepackage{color}
\usepackage{ulem}
\usepackage{tabu}
\usepackage{multirow}
\usepackage{rotating}
\usepackage[outline]{contour}
\contourlength{1.2pt}
\usepackage{tikz}
\usepackage{graphics}
\usepackage{xcolor}
\usetikzlibrary{calc}
\usetikzlibrary{through}
\usetikzlibrary{intersections}
\usetikzlibrary{patterns}
\usetikzlibrary{scopes}
\usetikzlibrary{decorations.pathreplacing}
\usetikzlibrary{arrows.meta}
\normalem
\makeatletter
\newenvironment{sqcases}{\matrix@check\sqcases\env@sqcases}{\endarray\right.}\def\env@sqcases{\let\@ifnextchar\new@ifnextchar\left\lbrack\def\arraystretch{1.2}\array{@{}l@{\quad}l@{}}}\makeatother
% объявляем новую команду для переноса строки внутри ячейки таблицы
\newcommand{\specialcell}[2][c]{\begin{tabu}[#1]{@{}c@{}}#2\end{tabu}}
\title{Math formulae.}
\DeclareMathOperator{\lcm}{lcm}
\DeclareMathOperator{\Arg}{Arg}
\DeclareMathOperator{\Ln}{Ln}
\DeclareMathOperator{\Div}{div}
\DeclareMathOperator{\Rot}{rot}
\begin{document} \fontsize{12pt}{16pt}\selectfont
%--------------------------------------------------------------------------------%
%--------------------------------------------------------------------------------%
\maketitle
%\tableofcontents
\thispagestyle{empty}
\newpage
\setcounter{page}{1}
\tabulinesep=1.2mm
%--------------------------------------------------------------------------------%
%--------------------------------------------------------------------------------%
\input{formulas}
%--------------------------------------------------------------------------------%
%--------------------------------------------------------------------------------%
\end{document}