summaryrefslogtreecommitdiff
path: root/report/preamble.sty
diff options
context:
space:
mode:
Diffstat (limited to 'report/preamble.sty')
-rw-r--r--report/preamble.sty7
1 files changed, 5 insertions, 2 deletions
diff --git a/report/preamble.sty b/report/preamble.sty
index ba8082b..cf89494 100644
--- a/report/preamble.sty
+++ b/report/preamble.sty
@@ -34,7 +34,10 @@
\newcommand{\eqdef}{\stackrel {\rm def}{=}}
\renewcommand\theFancyVerbLine{\small\arabic{FancyVerbLine}}
+\newtheorem{theorem}{Теорема}
+\newtheorem{definition}{Определение}
\newtheorem{lemma}{Лемма}
\newtheorem*{lemma*}{Лемма}
-\newtheorem{definition}{Определение}
-\newtheorem*{example}{Пример} \ No newline at end of file
+\newtheorem*{example}{Пример}
+
+\setminted[rust]{fontsize=\small, breaklines=true, style=bw, linenos} \ No newline at end of file