-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
57 lines (48 loc) · 1.88 KB
/
main.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
\documentclass[12pt,a4paper]{article}
\usepackage{../.tex/mcs-notes}
\usepackage{todonotes}
\usepackage{multicol}
% \usepackage{inkscape}
\usepackage{float}
\usepackage[all]{xy}
\CompileMatrices
\settitle
{Введение в научное программирование на Kotlin.}
{Александр Аркадьевич Нозик}
{scientific-kotlin/main.pdf}
\date{}
% \newcommand{\const}{\ensuremath{\mathrm{const}}\xspace}
% \newcommand{\Id}{\ensuremath{\mathrm{Id}}\xspace}
% \newcommand{\Ker}{\ensuremath{\mathrm{Ker}}\xspace}
% \newcommand{\Img}{\ensuremath{\mathrm{Im}}\xspace}
% \newcommand{\diam}{\ensuremath{\mathrm{diam}}\xspace}
% \newcommand{\Int}{\ensuremath{\mathrm{Int}}\xspace}
% \newcommand{\Ext}{\ensuremath{\mathrm{Ext}}\xspace}
% \newcommand{\Cl}{\ensuremath{\mathrm{Cl}}\xspace}
% \newcommand{\Fr}{\ensuremath{\mathrm{Fr}}\xspace}
% \newcommand{\SCl}{\ensuremath{\mathrm{SCl}}\xspace}
% \newcommand{\Lin}{\ensuremath{\mathrm{Lin}}\xspace}
% \newcommand{\Homeo}{\ensuremath{\mathrm{Homeo}}\xspace}
% \newcommand{\Aff}{\ensuremath{\mathrm{Aff}}\xspace}
% \newcommand{\Iso}{\ensuremath{\mathrm{Iso}}\xspace}
% \renewcommand{\Pr}{\ensuremath{\mathrm{Pr}}\xspace}
% \newcommand{\conv}{\ensuremath{\mathrm{conv}}\xspace}
% \newcommand{\RelInt}{\ensuremath{\mathrm{RelInt}}\xspace}
% \DeclareMathOperator*{\bigtimes}{\text{\raisebox{-6pt}{\scalebox{3}{$\times$}}}}
% \newcommand{\FAC}{\ensuremath{\mathrm{FAC}}\xspace}
% \newcommand{\SAC}{\ensuremath{\mathrm{SAC}}\xspace}
% \newcommand{\T}{\ensuremath{\mathrm{T}}\xspace}
% \newcommand{\ex}{\ensuremath{\mathrm{ex}}\xspace}
% \newcommand{\ind}{\ensuremath{\mathrm{ind}}\xspace}
% \newcommand{\incl}{\mathrm{in}}
% \newcommand{\sk}{\mathrm{sk}}
\begin{document}
\maketitle
\listoftodos[TODOs]
\tableofcontents
\vspace{2em}
Литература:
\begin{itemize}
\item
\end{itemize}
\end{document}