summaryrefslogtreecommitdiff
path: root/conf.typ
diff options
context:
space:
mode:
authoraragami3070 <163641422+aragami3070@users.noreply.github.com>2024-10-29 08:50:55 +0400
committerGitHub <noreply@github.com>2024-10-29 08:50:55 +0400
commit998c715c3f420149bc1af6e5cbef1540f001de88 (patch)
tree36da0dce8401c91bace5f051834ace923de0c819 /conf.typ
parentd1bd86c802f4aa841dea21621c487afa78471aed (diff)
Добавил: Отступ начала абзаца 1.25 см и выравнивание по ширине (#6)
* Добавил: Отступ начала абзаца 1.25 см и выравнивание по ширине * Обновил: .gitignore По просьбе Роба
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)
}