-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmath.tex
51 lines (42 loc) · 1.43 KB
/
math.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
\documentclass{report}
\usepackage{index} % предметный указатель
\usepackage{standarddesign}
\usepackage{array} % таблицы
\usepackage{tikzext}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{mathenvrus} % математическая запись
\makeindex % создание предметного указателя
\renewindex{default}{idx}{ind}{Предметный указатель} % переименование заголовка предметного указателя
%\includeonly{
%Records/Probability_theory
%}
\begin{document}
\chapter*{Введение}
\input{intro}
\section*{Благодарности}
\input{gratitudes}
\tableofcontents
\include{Records/Arithmetic}
\include{Records/Geometry}
\include{Records/Integral_calculus}
\include{Records/Combinatorics}
\include{Records/Linear_algebra}
\include{Records/Mathematical_logic}
\include{Records/Calculus}
\include{Records/Plane_geometry}
\include{Records/Solid_geometry}
\include{Records/Automata_and_formal_language_theory}
\include{Records/Boolean_function_theory}
\include{Records/Probability_theory}
\include{Records/Graph_theory}
\include{Records/Theory_of_differential_equations}
\include{Records/Matrix_theory}
\include{Records/Polynomial_theory}
\include{Records/Set_theory}
\include{Records/Limit_theory}
\include{Records/Series_theory}
\include{Records/Elementary_algebra}
\include{Records/Elementary_mathematics}
\printindex
\end{document}