-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.tex
128 lines (116 loc) · 3.35 KB
/
main.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
121
122
123
124
125
126
127
128
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[russian]{babel}
\usepackage{amssymb}
\usepackage{systeme}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{graphicx}
\usepackage{mathtools}
\usepackage{bbold}
\usepackage{enumitem}
\usepackage{collectbox}
\usepackage{multicol}
\usepackage[margin=0.5in]{geometry}
\usepackage{tabularx}
\usepackage[scr=boondoxo,scrscaled=1.05]{mathalfa}
\usepackage{stackengine}
\usepackage{wrapfig}
\usepackage{relsize}
\usepackage{latexsym}
\usepackage{caption}
\usepackage{rotating}
\usepackage{cancel}%strickeout%
\usepackage{ulem}
\usepackage{tikz}
%\usepackage{pdfpages}
\usepackage{subfiles}
\title{Конспекты по линейной алгебре, 2 сем}
\author{Пак Александр}
%----ENVIRONMENTS--------------%
\newtheorem{theorem}{Теорема}[subsection]
\renewcommand{\thetheorem}{\arabic{theorem}}
\newtheorem{lemma}{Лемма}[subsection]
\renewcommand{\thelemma}{\arabic{lemma}}
\newtheorem{defin}{Определение}[subsection]
\renewcommand{\thedefin}{\arabic{defin}}
\newtheorem*{stat}{Утверждение}
\newtheorem{corollary}{Следствие}[theorem]
\renewcommand{\thecorollary}{\arabic{corollary}}
\newenvironment{mylist}{\begin{enumerate}[noitemsep, nolistsep]}{\end{enumerate}}
\theoremstyle{remark}
\newtheorem*{remark}{Замечание}
\theoremstyle{definition}
\newtheorem*{examples}{Примеры}
\newenvironment{Figure}
{\par\medskip\noindent\minipage{\linewidth}}
{\endminipage\par\medskip}
%-------------------------------%
%------COMMANDS-----------------%
\newcommand{\N}{\numberset{N}}
\newcommand{\Q}{\mathbb Q}
\newcommand{\R}{\mathbb R}
\newcommand{\Z}{\mathbb Z}
\newcommand{\0}{\mathbb{0}}
\newcommand{\mybox}{
\collectbox{
\setlength{\fboxsep}{1pt}
\fbox{\BOXCONTENT}
}
}
\newcommand{\E}{\mathcal{E}}
\newcommand{\A}{\mathcal{A}}
\newcommand{\B}{\mathcal{B}}
\newcommand{\D}{\mathcal{D}}
\newcommand{\J}{\mathcal{J}}
\let\vec\overline
\newcommand{\p}{\mathcal{P}}
\newcommand{\pu}{\sqsupset}
\def\dunderline#1{\underline{\underline{#1}}}
\newcommand{\ns}{\\[1pt]}
\newcommand{\nm}{\\[2pt]}
\newcommand{\nb}{\\[4pt]}
\newcommand{\nl}{\\[8pt]}
\newcommand{\n}{\\[6pt]}
\def\slide#1{\phantom{}\hspace{#1}}
\def\novline#1#2{\multicolumn{#1}{c}{#2}}
\newcommand{\bint}{\mathlarger\int}
\newcommand{\Space}{\slide{20px}}
\newcommand{\Sspace}{\slide{40px}}
\newcommand\stolead{\mathrel{\reflectbox{$\leadsto$}}}
\newcommand{\circled}[1]{\tikz[baseline=(char.base)]{
\node[shape=circle,draw,inner sep=1pt] (char) {#1};}}
\renewcommand\qedsymbol{$\blacksquare$}
%-------------------------------%
\graphicspath{ {imgs/}{../imgs/}}
\setlength{\parindent}{0ex}
\linespread{1.2}
\begin{document}
\pagenumbering{gobble}
\maketitle
\newpage
\pagenumbering{arabic}
\setcounter{section}{6}
\tableofcontents
\newpage
\subfile{parts/7_1-7_2}
\subfile{parts/7_3}
\subfile{parts/7_4-7_5}
\subfile{parts/7_6-7_7}
\subfile{parts/7_8-7_9}
\subfile{parts/12-13_03}
\subfile{parts/lastBeforePresentations}
\subfile{parts/8_1-8_5}%till 8_6 in fact%
\subfile{parts/Lecture6}
\subfile{parts/Lecture7}
\subfile{parts/Lecture8}
\subfile{parts/Lecture9}
\subfile{parts/Lecture10}
\subfile{parts/Lecture11}
\subfile{parts/Lecture12}
\subfile{parts/Lecture13}
\subfile{parts/Lecture14}
\subfile{parts/Lecture15}
\subfile{parts/Lecture16}
\subfile{parts/Lecture17}
\end{document}