diff options
| -rw-r--r-- | conf.typ | 3 | ||||
| -rw-r--r-- | test.typ | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -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) @@ -24,8 +24,6 @@ ) ) -#set quote(block: true) - = Введение Шаблон автоматически определяет и оформляет особенным образом соответствующие секции: - Содержание |