forked from ostis-ai/ostis-standard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.tex
More file actions
150 lines (116 loc) · 3.75 KB
/
book.tex
File metadata and controls
150 lines (116 loc) · 3.75 KB
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
%%%%%%%%%%%%%%%%%%%% book.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% sample root file for the chapters of your "monograph"
%
% Use this file as a template for your own input.
%
%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
% RECOMMENDED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[graybox,envcountchap,sectrefs]{svmono}
\usepackage{mathptmx}
\usepackage{helvet}
\usepackage{courier}
%
\usepackage{type1cm}
\usepackage{setspace}
\usepackage{xparse}
\usepackage[table]{xcolor}
\usepackage{enumitem}
\usepackage{mathtools}
\usepackage{ragged2e}
\usepackage{float}
\usepackage{amssymb}
\usepackage[]{algorithm2e}
\usepackage{algorithm}
\usepackage{titlesec}
\usepackage[tracking=true]{microtype}
\usepackage{changepage}
\usepackage{trimspaces}
\usepackage{bm}
\usepackage{datetime}
\usepackage{suffix}
\usepackage{nameref}
\usepackage[framemethod=TikZ]{mdframed}
\usepackage[normalem]{ulem}
\usepackage{longtable}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\renewcommand{\ULdepth}{1.8pt}
\usepackage{makeidx} % allows index generation
\usepackage{graphicx} % standard LaTeX graphics tool
% when including figure files
\graphicspath{{Figures/}}
\usepackage{multicol} % used for the two-column index
\usepackage[bottom]{footmisc}% places footnotes at page bottom
\usepackage[english,russian]{babel}
\babelhyphenation{иден-ти-фи-ка-то-ры}
% Курсив и жирность для кириллицы
\usepackage{substitutefont}
\substitutefont{T2A}{\familydefault}{Tempora-TLF}
\makeatletter
\input{t2atempora-tlf.fd}
\DeclareFontShape{T2A}{Tempora-TLF}{m}{sc}{
<-> ssub * Tempora-TLF/m/n
}{}
% see the list of further useful packages
% in the Reference Guide
\makeindex % used for the subject index
% please use the style svind.ist with
% your makeindex program
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand\headrulewidth{0pt}
\lhead{}\chead{\hspace{14.5em}{\normalfont\thepage}}\rhead{}
\cfoot{}
%\pagenumbering{arabic}
%\fancypagestyle{plain}{}
% \fancyfoot[C]{\thepage}}
%\pagestyle{plain}
\usepackage{geometry}
\geometry{
a4paper,
left=20mm,
right=20mm,
top=20mm,
bottom=15mm,
%textwidth=117mm,
%textheight=191mm,
heightrounded, % <- I recommend this
hratio=1:1,
vratio=1:1,
}
\input{scn}
\input{scn_biblio}
\addbibresource{Contents/biblio/biblio.bib}
\begin{document}
\selectlanguage{russian}
\DeactivateBG
\title{\centering
Стандарт\\
\textls[90]{открытой ~технологии}\\ онтологического проектирования,\\ \textls[55]{производства ~и ~эксплуатации}\\ \textls[28]{семантически совместимых гибридных}\\ интеллектуальных компьютерных систем\\
\bigskip
\bigskip
{\LARGE Стандарт Технологии OSTIS -- Open Semantic Technology for Intelligent Systems}\\
\bigskip
\bigskip
{\Large Издание второе, исправленное и дополненное}}
\maketitle
%\mainmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\normalsize
\setcounter{page}{3}
\ActivateBG
\input{Contents/foreword_1}
\input{Contents/foreword_2}
\addtocounter{chapter}{-1}
\input{Contents/beginning}
\ActivateBG
%\mainmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{Contents/chapter1}
\include{Contents/chapter2}
\include{Contents/bibliography}
%\input{Contents/chapter0/rules}
\backmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\printindex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}