-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathbook.tex
161 lines (128 loc) · 4.04 KB
/
book.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
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
%%%%%%%%%%%%%%%%%%%% 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}
\makeatletter
\def\input@path{{scn//}}
\makeatother
\documentclass{scndocument}
% \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[algo2e]{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[T2A]{fontenc}
% \usepackage{amsmath}
\usepackage{scn}
% \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,main=russian]{babel}
\babelhyphenation{иден-ти-фи-ка-то-ры}
% Курсив и жирность для кириллицы
\DeclareFontFamilySubstitution{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}
\input{scn_alias}
\addbibresource{Contents/biblio/biblio.bib}
\begin{document}
\pagenumbering{arabic}
\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}
\input{Contents/title_part}
\include{Contents/part_intro}
\include{Contents/part_kb}
\include{Contents/part_ps}
\include{Contents/part_ui}
\include{Contents/part_methods_tools}
\include{Contents/part_platform}
\include{Contents/part_support}
\include{Contents/part_ecosystem}
\include{Contents/bibliography}
% \backmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\printindex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}