summaryrefslogtreecommitdiff
path: root/conf.typ
diff options
context:
space:
mode:
Diffstat (limited to 'conf.typ')
-rw-r--r--conf.typ3
1 files changed, 2 insertions, 1 deletions
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)