-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcore-design-document.tex
More file actions
52 lines (41 loc) · 1.29 KB
/
core-design-document.tex
File metadata and controls
52 lines (41 loc) · 1.29 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
\documentclass{designdoc}
\setcounter{secnumdepth}{3}
\usetikzlibrary{babel}
\newmathcommand{\pmf}{f}
\newmathcommand{\pdf}{f}
\newmathcommand{\cdf}{F}
\newmathcommand{\ppf}{\omega}
\newmathcommand{\sdf}{S}
\newmathcommand{\hrdf}{h}
\newmathcommand{\chdf}{H}
\newmathcommand{\MGF}{M}
\ConditionalFunctionalOperator{\IQR}{\mathrm{IQR}}
\ConditionalFunctionalOperator{\Med}{\mathrm{med}}
\ConditionalFunctionalOperator{\Mode}{\mathrm{mode}}
\newmathcommand{\Mellin}{\mathcal{M}}
\newmathcommand{\Laplace}{\mathcal{L}}
\newcommand{\mleb}{m_{\mathrm{Leb}}}
\newcommand{\deq}{\overset{\text{\tiny d}}{=}}
\newlength{\figurewidth}
\setlength{\figurewidth}{0.9\linewidth}
\newlength{\wrapfigurewidth}
\setlength{\wrapfigurewidth}{0.4\linewidth}
\newtheorem*{example}{Пример}
\graphicspath{{assets/images/}}
\DeclareGraphicsExtensions{.pdf,.png,.jpg}
% BUGFIX
\DeclareBracedMathOperator*{\argmax}{argmax}
\title{Архитектурный документ. Ядро PySATL}
\author{Михаил Михайлов, Леонид Елкин}
\date{\today}
\begin{document}
\maketitle
\newpage
\tableofcontents
\input{src/chapter-01}
\input{src/chapter-02}
\input{src/chapter-03}
\input{src/chapter-04}
\input{src/chapter-05}
\printbibliography
\end{document}