-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththesis-template.tex
executable file
·117 lines (73 loc) · 2.41 KB
/
thesis-template.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
\documentclass[12pt,a4paper,oneside,final]{report}
%\documentclass[12pt]{rusthesis}
\input{chapters/thesis-template-macro.tex}
\input{chapters/thesis-template-macro-my.tex}
\headertext{}
\addto{\captionsrussian}{\renewcommand{\bibname}{Список литературы}}
\begin{document}
%\pagenumbering{gobble}
\pagenumbering{arabic}
\includepdf[pages={-}, offset=0mm -0mm]{title/title.pdf}
\clearpage
% Тут включается лист с подписями для ВКР
\includepdf[pages={-}, offset=0mm -0mm]{title/title-dep22.pdf}
\clearpage
\includepdf[pages={-}, offset=0mm -0mm]{title/task.pdf}
%\clearpage
%\thispagestyle{empty}
%\vfill
%\begin{center}
%[Место для распечатки отчета Антиплагиата]
%\end{center}
%\newpage
%\thispagestyle{empty}
%\vfill
%\begin{center}
%[Место для распечатки отчета Антиплагиата]
%\end{center}
\clearpage
\setcounter{page}{2}
\input{chapters/thesis-template-abstract.tex}
\clearpage
\tableofcontents{}
\clearpage
\input{chapters/thesis-template-intro.tex}
\clearpage
\input{chapters/thesis-template-chapter1.tex}
\clearpage
\input{chapters/thesis-template-chapter2.tex}
\clearpage
\input{chapters/thesis-template-chapter3.tex}
\clearpage
\input{chapters/thesis-template-chapter4.tex}
\clearpage
\input{chapters/thesis-template-conclusion.tex}
\clearpage
\input{chapters/thesis-template-bibl.tex}
\clearpage
%\chapter*{Приложения}
%\addcontentsline{toc}{chapter}{Приложения}
%\appendixtocon
%\renewcommand{\appendixname}{Приложение}
\appendix
\renewcommand{\appendixtocname}{Приложения}
\addappheadtotoc
%\titleformat{\chapter}[block]{\centering\normalfont\Large\bfseries}{\chaptername{} \thechapter.}{1ex}{}{}
\renewcommand{\chaptername}{Приложение}
%\renewcommand*\printchaptername{\Large\bfseries\appendixname~}
%\renewcommand{\thechapter}{Приложение \Alph{chapter}}
%\renewcommand{\thechaptertoc}{Приложение \Alph{chapter}}
%\renewcommand{\chaptermark}[1]{\markboth{\chaptername\ \thechapter.\ #1}{}}
\begin{appendices}
%
\input{chapters/tt-appendix-my.tex}
%
%\clearpage
%
%\input{chapters/thesis-template-appendix2.tex}
%
%\clearpage
%
%\input{chapters/thesis-template-appendix3.tex}
\end{appendices}
\end{document}