-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
45 lines (40 loc) · 1.01 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
\documentclass[12pt,a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc}
\usepackage[english,main=russian]{babel}
\usepackage{amsmath,empheq}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[dvips]{graphicx} \graphicspath{{images/}}
\usepackage{caption}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\renewcommand{\baselinestretch}{1.5}
\usepackage{indentfirst}
\usepackage{csquotes}
\usepackage[
style=gost-numeric,
backend=biber,
movenames=true,
natbib=true,
maxnames = 3,
minnames = 3,
sorting=none
]{biblatex}
\addbibresource{biblio/mybib.bib}
\usepackage{hyphenat}
\hyphenation{ма-те-ма-ти-ка вос-ста-нав-ли-вать}
\input{macros}
\author{Кусаинов Данияр}
\sloppy
\begin{document}
\input{title}
\input{abstract}
\tableofcontents
% \addcontentsline{toc}{chapter}{Введение}
\input{introduction}
\input{chapter1/problem}
\input{chapter2/solution}
\input{chapter3/results}
\input{conclusion}
\printbibliography[heading=bibintoc]
\end{document}