forked from SibgatullinAP/OMSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtickets_main.tex
99 lines (82 loc) · 2.91 KB
/
tickets_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
\documentclass[specialist, subf, href, colorlinks=true, 12pt, times, mtpro, final]{disser}
\usepackage[utf8x]{inputenc}
\usepackage[english, russian]{babel}
\usepackage[T2A]{fontenc}
\usepackage{amsmath,amsthm,amssymb}
\usepackage {wrapfig}
\usepackage {enumitem}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{multicol}
\usepackage{mathrsfs}
\usepackage{xcolor}
\usepackage{hyperref}
\usepackage{tikz}
\usepackage{pdfpages}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage[normalem]{ulem}
\usepackage{subcaption}
\usepackage{txfonts}
\usetikzlibrary{decorations.pathreplacing}
\usepackage[a4paper, mag=1000, includefoot, left=1.5cm, right=1.5cm, top=1cm, bottom=1cm, headsep=1cm, footskip=1cm]{geometry}
\usepackage{tikz}
\newcommand{\RNumb}[1]{\uppercase\expandafter{\romannumeral #1\relax}}
\usetikzlibrary{graphs}
\def\Div{\mathop{\rm div}\nolimits}
\def\Grad{\mathop{\rm grad}\nolimits}
\def\Const{\mathop{\rm const}\nolimits}
\theoremstyle{definition}
\newtheorem{defn}{Определение}[section]
\newtheorem{example}{Пример}[section]
\newtheorem{state}{Утверждение}[section]
\newtheorem{theorem}{Теорема}[section]
\newtheorem{lemma}{Лемма}[section]
\newtheorem{axiom}{Аксиома}[section]
\newtheorem{consequence}{Следствие}[section]
\newtheorem{addition}{Примечание}[section]
\definecolor{linkcolor}{HTML}{0000ff} % цвет ссылок
\definecolor{urlcolor}{HTML}{0000ff} % цвет гиперссылок
\hypersetup{pdfstartview=FitH, linkcolor=linkcolor,urlcolor=urlcolor, colorlinks=true}
\begin{document}
\begin{titlepage}
\begin{center}
Федеральное государственное бюджетное образовательное учреждение высшего образования
<<Московский Государственный Университет им.\,М.\,В.\,Ломоносова>>\\
\vspace{9cm}
Механико-математический факультет
{\bf Конспект лекций по курсу <<Основы механики сплошных сред>>}
\vspace{9cm}
\begin{flushright}
{\bfРаботу выполнили студенты 510 группы}\\
\end{flushright}
\vspace{1cm}
\normalsize Москва, 2022
\end{center}
\end{titlepage}
\tableofcontents
\input {1/1_ticket.tex}
\input {2/2_ticket.tex}
\input {3/3_ticket.tex}
\input {4/4_ticket.tex}
\input {5/5_ticket.tex}
\input {6/6_ticket.tex}
\input {7/7_ticket.tex}
\input {8/8_ticket.tex}
\input {9/9_ticket.tex}
\input {10/10_ticket.tex}
\input {11/11_ticket.tex}
\input {12/12_ticket.tex}
\input {13/13_ticket.tex}
\input {14/14_ticket.tex}
\input {15/15_ticket.tex}
\input {16/16_ticket.tex}
\input {17/17_ticket.tex}
\input {18/18_ticket.tex}
\input {19/19_ticket.tex}
\input {20/20_ticket.tex}
\input {21/21_ticket.tex}
\newpage
\begin{thebibliography}{100}
\end{thebibliography}
\end{document}