This repository has been archived by the owner on Aug 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCourseWork.tex
64 lines (47 loc) · 1.86 KB
/
CourseWork.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
\documentclass{thesisbyxetex}
\usepackage[xetex]{graphicx} % Подключаем графику
\usepackage{mathtools} % Подключаем математические символы
\usepackage{amsmath}
\usepackage{fontspec}
\usepackage{unicode-math}
\usepackage{xunicode}
\usepackage{xltxtra}% говорят что не нужен
%для борьбы с переполнениями за счет разреженных слов в абзаце
\emergencystretch=25pt
\usepackage{polyglossia}
\setdefaultlanguage[spelling = modern]{russian}
\setotherlanguage{english}
\defaultfontfeatures{Scale = MatchLowercase,Ligatures=TeX} %% устанавливает поведение шрифтов по умолчанию
\setmainfont{XITS}
\setmathfont{XITS Math}
\newfontfamily\cyrillicfont{XITS}
\setsansfont[Mapping=tex-text]{Nimbus Sans L}
\setmonofont{Nimbus Mono L}
\usepackage{enumitem}
\setlist{nolistsep} % отступы между элементами перечесления
\usepackage[unicode, pdfborder={0 0 0 0}]{hyperref}
\usepackage[autostyle]{csquotes}
\usepackage[%parentracker=true,
backend=biber,
hyperref=auto,
language=auto,
autolang=other,
style=gost-numeric,
]{biblatex}
\addbibresource{bibliography.bib}
\begin{document}
\hypersetup{
pdftitle = {Курсовая работа},
pdfauthor = {Степанищев Артём Эдуардович},
pdfsubject = {курсовая},
pdfkeywords = {физический движок, язык D, курсовая}
}% End of hypersetup
\input{./Title/Title} % Титульный лист
\tableofcontents % Оглавление, которое генерируется автоматически
\input{./Entry/Entry}
\input{./Rigidbody/Rigidbody}
\input{./Geometry/Geometry}
\input{./Conclusion/Conclusion}
\printbibliography
\addcontentsline{toc}{chapter}{Литература}
\end{document}