-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.tex
51 lines (39 loc) · 1.08 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
\input{../common/head_ua.tex}
\usepackage{cmll}
\usepackage{lastpage}
\usepackage{pdfpages}
\usepackage{xassoccnt}
\NewTotalDocumentCounter{totalfigures}
\NewTotalDocumentCounter{totalbibitems}
\DeclareAssociatedCounters{figure}{totalfigures}
\DeclareAssociatedCounters{bibcite}{totalbibitems}
\usepackage{totcount}
\newtotcounter{citenum}
\def\oldcite{}
\let\oldcite=\bibcite
\def\bibcite{\stepcounter{citenum}\oldcite}
\begin{document}
\includepdf[page=-]{title_filled}
\includepdf[page=-]{task}
\clearpage
\pagenumbering{gobble}
\import{abstract/}{main.tex}
\tableofcontents
\clearpage
\pagenumbering{arabic}
\pagestyle{fancy}
\setcounter{page}{9}
\clearpage
\import{preface/}{symbols.tex}
\import{preface/}{preface.tex}
\import{main/}{problem.tex}
\import{main/}{diffusion.tex}
\import{main/}{segmentation.tex}
\import{main/}{results.tex}
\import{conclusion/}{conclusion.tex}
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{Перелік джерел посилань}
\renewcommand\bibname{Перелік джерел посилань}
\bibliography{bibliography.bib}
\end{document}