-
Notifications
You must be signed in to change notification settings - Fork 1
/
base.tex
32 lines (23 loc) · 837 Bytes
/
base.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
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[russian,english]{babel}
\usepackage{subfig}
\usepackage[noend]{algorithm,algpseudocode}
\usefonttheme[onlymath]{serif}
\usetheme[progressbar=frametitle]{metropolis}
\usepackage{appendixnumberbeamer}
\usepackage{booktabs}
\usepackage[scale=2]{ccicons}
\usepackage{pgfplots}
\usepgfplotslibrary{dateplot}
\usepackage{xspace}
\newcommand{\TODO}[1]{\textbf{\textcolor{red}{TODO: #1}}}
\newcommand{\foot} [1] {\setbeamertemplate{frame footer} {\footnotesize\textcolor{gray} {#1}}}
\algblockdefx{MRepeat}{EndRepeat}{\textbf{repeat}}{}
\algnotext{EndRepeat}
\algrenewcommand\alglinenumber[1]{\footnotesize #1}
\setbeamertemplate{itemize item}{$\cdot$}
\DeclareMathOperator{\rank}{rank}
\DeclareMathOperator{\sign}{sign}
\date{}
\author{Екатерина Тузова}