-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvkr.tex
38 lines (29 loc) · 863 Bytes
/
vkr.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
% !TEX TS-program = xelatex
% !BIB program = bibtex
% !TeX spellcheck = ru_RU
% About magic macros see also
% https://tex.stackexchange.com/questions/78101/
% По умолчанию используется шрифт 14 размера.
% Если Вы не влезаете в лимит страниц и нужен 12-й шрифт,
% то уберите опцию [14pt]
\documentclass[14pt, russian]{matmex-diploma-custom}
\input{preamble.tex}
\begin{document}
% TODO: Formatting
\input{title.tex}
\maketitle
\setcounter{tocdepth}{2}
\tableofcontents
\input{000_intro}
\input{010_task}
\input{020_related}
\input{030_metrics.tex}
\input{031_system.tex}
\input{032_experiment.tex}
\input{033_designing.tex}
\input{050_conclusion}
\input{060_terms}
\setmonofont{CMU Typewriter Text}
\bibliographystyle{ugost2008ls}
\bibliography{vkr}
\end{document}