summaryrefslogtreecommitdiff
path: root/graphs-exam/graphs-exam.tex
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2022-12-25 01:35:34 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2022-12-25 01:35:34 +0400
commit2baabf5066acdac01b3e7012ad15a616ef36bdba (patch)
treed70710b22bf4f9684d73a6688b206109423b25d7 /graphs-exam/graphs-exam.tex
parent5ab3b3d85d3d30323f19a155988fcc0bd5de446c (diff)
Добавлена стилизация для теорем и определений
Diffstat (limited to 'graphs-exam/graphs-exam.tex')
-rw-r--r--graphs-exam/graphs-exam.tex15
1 files changed, 1 insertions, 14 deletions
diff --git a/graphs-exam/graphs-exam.tex b/graphs-exam/graphs-exam.tex
index b5e8217..1b59218 100644
--- a/graphs-exam/graphs-exam.tex
+++ b/graphs-exam/graphs-exam.tex
@@ -13,23 +13,11 @@
\usepackage{braket} % \set
\usepackage{hyperref}
-\hypersetup{
- colorlinks=true,
- linkcolor=blue,
-}
-
\renewcommand{\emptyset}{\varnothing}
\renewcommand{\qedsymbol}{$\blacksquare$}
\newcommand{\link}{\hyperref}
-\theoremstyle{definition}
-\newtheorem{definition}{Определение}
-
-\theoremstyle{plain}
-\newtheorem{theorem}{Теорема}
-
-\theoremstyle{definition}
-\newtheorem{remark}{Замечание}[theorem]
+\input{style.tex}
\begin{document}
@@ -194,5 +182,4 @@ $\chi(G) = 1$ --- вполне несвязные $O_n$. Графы с $\chi(G)
\end{enumerate}
\end{proof}
-
\end{document}