forked from DimaTrushin/LinearAlgebra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
50 lines (44 loc) · 1.13 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
\documentclass{article}
\usepackage{packages}
\usepackage{environments}
\usepackage{commands}
\begin{document}
\title{Лекции по Линейной Алгебре}
\author{Дима Трушин}
\date{2022 --- 2023}
\maketitle
\tableofcontents
\input{Lectures/lecture01}
\input{Lectures/lecture02}
\input{Lectures/lecture03}
\input{Lectures/lecture04}
\input{Lectures/lecture05}
\input{Lectures/lecture06}
\input{Lectures/lecture07}
\input{Lectures/lecture08}
\input{Lectures/lecture09}
\input{Lectures/lecture10}
\input{Lectures/lecture11}
\input{Lectures/lecture12}
\input{Lectures/lecture13}
\input{Lectures/lecture14}
\input{Lectures/lecture15}
\input{Lectures/lecture16}
\input{Lectures/lecture17}
\input{Lectures/lecture18}
\input{Lectures/lecture19}
\input{Lectures/lecture20}
\input{Lectures/lecture21}
\input{Lectures/lecture22}
\input{Lectures/lecture23}
\input{Lectures/lecture24}
\input{Lectures/lecture25}
\input{Lectures/lecture26}
\input{Lectures/lecture27}
\input{Lectures/lecture28}
\input{Lectures/lecture29}
\input{Lectures/lecture30}
\input{Lectures/lecture31}
\input{Lectures/lecture32}
\input{Lectures/lecture33}
\end{document}