From 6426ed348e31fd95cba7d99a30276230b35fbcb2 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 25 Oct 2022 18:03:02 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=B2=D1=82=D0=BE=D1=80=D0=B0=D1=8F=20=D0=BB=D0=B5=D0=BA?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D0=BF=D0=BE=20=D0=BA=D1=80=D0=B8=D0=BF?= =?UTF-8?q?=D1=82=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- preamble.sty | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'preamble.sty') diff --git a/preamble.sty b/preamble.sty index 00516c1..f9e1d73 100644 --- a/preamble.sty +++ b/preamble.sty @@ -18,6 +18,13 @@ \RequirePackage{graphicx} \graphicspath{ {./images/} } +% \setcounter{tocdepth}{4} +\setcounter{secnumdepth}{4} +\renewcommand{\theparagraph}{(\asbuk{paragraph})} + +\DeclareRobustCommand{\divby}{% + \mathrel{\vbox{\baselineskip.65ex\lineskiplimit0pt\hbox{.}\hbox{.}\hbox{.}}}% +} \newcommand{\bydef}{\stackrel{\text{по опр.}}{\implies}} % by definition - по определению \newcommand{\dn}{\stackrel{\text{об.}}{=}} % denote - обозначим \newcommand{\imaginary}{\mathrm{Im} \,} -- cgit v1.2.3