summaryrefslogtreecommitdiff
path: root/conf.typ
diff options
context:
space:
mode:
Diffstat (limited to 'conf.typ')
-rw-r--r--conf.typ5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf.typ b/conf.typ
index 2c436de..3ee5917 100644
--- a/conf.typ
+++ b/conf.typ
@@ -184,6 +184,11 @@
}
set heading(numbering: "1.1")
set page(numbering: "1")
+ // Отступ начала абазаца 1.25 см и выравнивание по ширине
+ set par(
+ first-line-indent: 1.25cm,
+ justify: true
+ )
if settings.contents_page.enabled {
make_toc(info: info)
}