summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
}