From 4b6e5e25c236c09075d93b4a29afcf2e50529646 Mon Sep 17 00:00:00 2001 From: danilasar Date: Fri, 3 Jan 2025 01:04:42 +0400 Subject: =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81:=20=D1=82=D0=B8=D1=82=D1=83?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D0=BB=D0=B8=D1=81=D1=82=20?= =?UTF-8?q?=D1=83=D1=87=D0=B8=D1=82=D1=8B=D0=B2=D0=B0=D0=B5=D1=82=D1=81?= =?UTF-8?q?=D1=8F=20=D0=B2=20=D1=81=D1=87=D1=91=D1=82=D1=87=D0=B8=D0=BA?= =?UTF-8?q?=D0=B5=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D0=BF=D1=80=D0=BE=D1=81=D1=8C=D0=B1=D0=B5=20=D0=95?= =?UTF-8?q?=D0=B3=D0=BE=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf.typ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf.typ') diff --git a/conf.typ b/conf.typ index 77610f3..c5f857e 100644 --- a/conf.typ +++ b/conf.typ @@ -386,7 +386,7 @@ } if strings.caps_headings.contains(it.body) { set align(center) - counter(heading).update(i => i - 1) + //counter(heading).update(i => i - 1) upper(it.body) } else { it @@ -448,6 +448,7 @@ set page(numbering: "1") set math.equation(numbering: "(1)", supplement: []) set figure(supplement: "Рис.") + set quote(block: true) // Вывод самого документа (self.document.first_line_indentation)(self, doc) -- cgit v1.2.3