summaryrefslogtreecommitdiff
path: root/report/preamble.sty
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2023-05-17 12:27:32 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2023-05-17 12:27:32 +0400
commit3b4759951c3d8f03166da1d26b37ba02b0e066f2 (patch)
tree036885f8ec1d87d781f0a3e9c119d70e7ad321f3 /report/preamble.sty
parent72c2c5ce81607f67a532b6e2621dbefb509b4101 (diff)
Added theory for forbidden subgraphs
Diffstat (limited to 'report/preamble.sty')
-rw-r--r--report/preamble.sty3
1 files changed, 2 insertions, 1 deletions
diff --git a/report/preamble.sty b/report/preamble.sty
index fc984ce..48a523c 100644
--- a/report/preamble.sty
+++ b/report/preamble.sty
@@ -22,6 +22,7 @@
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
+\usepackage{braket}
\usepackage{fancyvrb}
\usepackage{listings}
\usepackage{listingsutf8}
@@ -40,4 +41,4 @@
\newtheorem*{lemma*}{Лемма}
\newtheorem*{example}{Пример}
-\setminted[rust]{fontsize=\small, breaklines=true, style=bw, linenos}
+\setminted{fontsize=\small, breaklines=true, style=bw, linenos}