-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.tex
76 lines (57 loc) · 1.57 KB
/
index.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
\input{/var/common/head_ua.tex}
\input{macroses.tex}
\input{config.tex}
\setmainfont{Times New Roman}
\usepackage{lastpage}
\usepackage{pdfpages}
\usepackage{xassoccnt}
\usepackage{import}
% to insert geometric figures
\usepackage{tikz}
% to insert algorithms
\usepackage{algorithm}
\usepackage{algpseudocode}
% to insert references for subfigures
\usepackage{cleveref}
\captionsetup[subfigure]{subrefformat=simple,labelformat=simple}
\renewcommand\thesubfigure{(\alph{subfigure})}
% to insert code
\usepackage{listings}
% for indicator brackets
\usepackage{stmaryrd}
% for \mathbds{1}
\usepackage{dsfont}
\theoremstyle{definition}
\newtheorem{definition}{Означення}
\counterwithout{equation}{chapter}
\NewTotalDocumentCounter{totalfigures}
\NewTotalDocumentCounter{totalbibitems}
\DeclareAssociatedCounters{figure}{totalfigures}
\DeclareAssociatedCounters{bibcite}{totalbibitems}
\usepackage{totcount}
\newtotcounter{citenum}
\def\oldcite{}
\let\oldcite=\bibcite
\def\bibcite{\stepcounter{citenum}\oldcite}
\usepackage{changepage}
\begin{document}
\pagenumbering{gobble}
\import{1_title/}{main.tex}
\import{2_abstract/}{main.tex}
\tableofcontents
\clearpage
\pagenumbering{arabic}
\pagestyle{fancy}
\setcounter{page}{8}
\clearpage
\import{3_preface/}{main.tex}
\import{4_analogs/}{main.tex}
\import{5_problem/}{main.tex}
\import{6_results/}{main.tex}
\import{7_conclusions/}{main.tex}
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{Перелік посилань}
\renewcommand\bibname{Перелік посилань}
\bibliography{bibliography.bib}
\end{document}