diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2022-12-25 01:35:34 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2022-12-25 01:35:34 +0400 |
| commit | 2baabf5066acdac01b3e7012ad15a616ef36bdba (patch) | |
| tree | d70710b22bf4f9684d73a6688b206109423b25d7 /graphs-exam/graphs-exam.tex | |
| parent | 5ab3b3d85d3d30323f19a155988fcc0bd5de446c (diff) | |
Добавлена стилизация для теорем и определений
Diffstat (limited to 'graphs-exam/graphs-exam.tex')
| -rw-r--r-- | graphs-exam/graphs-exam.tex | 15 |
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} |