-
Notifications
You must be signed in to change notification settings - Fork 2
/
diploma.tex
55 lines (45 loc) · 1.15 KB
/
diploma.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
\documentclass[pdftex,a4paper,14pt,english,russian]{extarticle}
\usepackage[top=2cm,bottom=27mm,left=3cm,right=18mm]{geometry}
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
\usepackage[pdftex]{hyperref}
\usepackage{indentfirst}
\usepackage[pdftex]{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{ragged2e}
\usepackage{multirow}
\usepackage{algorithmic}
\usepackage[boxed]{algorithm}
\usepackage{tabularx}
\usepackage{xtab}
\usepackage{subfig}
\usepackage{hyphenat}
\usepackage{setspace}
\usepackage{fancyhdr}
\pagestyle{fancyplain}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\rfoot{\fancyplain{}{\thepage}}
\linespread{1.15}
\floatname{algorithm}{Алгоритм}
\addto\captionsrussian{\renewcommand{\contentsname}{СОДЕРЖАНИЕ}}
% new commands
\newcommand\sign[1]{sign(#1)}
\begin{document}
\input{title.tex}
\input{abstract.tex}
\input{annotation.tex}
\input{feedback.tex}
\input{review.tex}
\setcounter{page}{5}
\tableofcontents
\newpage
\input{introduction.tex}
\input{tech.tex}
\input{laborprotection.tex}
\input{economics.tex}
\input{conclusion.tex}
\input{bibliography.tex}
\end{document}