summaryrefslogtreecommitdiff
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
parentd1bd86c802f4aa841dea21621c487afa78471aed (diff)
Добавил: Отступ начала абзаца 1.25 см и выравнивание по ширине (#6)
* Добавил: Отступ начала абзаца 1.25 см и выравнивание по ширине * Обновил: .gitignore По просьбе Роба
-rw-r--r--.gitignore3
-rw-r--r--conf.typ5
2 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 75093d9..1198a20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
SCWorks.cls
-test.typ
-test.pdf
+*.pdf
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)
}