summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorДанила Григорьев <65398685+danilasar@users.noreply.github.com>2025-01-03 11:21:09 +0400
committerGitHub <noreply@github.com>2025-01-03 11:21:09 +0400
commit2231061258e222cc8a4ca54bdbc52499dbc7e04c (patch)
tree711b0bb09435c81fa9eabae7cbe6abaab760b92f
parentc52cc48036bdbfa84bdabea6e32972ad78a772d3 (diff)
parent10c3d6d57fcaef85403bf79e2545c90c28088496 (diff)
Мелкие правки от Егора #12
Mini fix
-rw-r--r--README.MD3
-rw-r--r--conf.typ7
2 files changed, 4 insertions, 6 deletions
diff --git a/README.MD b/README.MD
index a29d6d4..f0048e4 100644
--- a/README.MD
+++ b/README.MD
@@ -27,9 +27,6 @@
)
)
-// Функция добавления красных строк
-#show: turn-on-first-line-indentation
-
```
На текущий момент частично или полностью поддерживаются следующие типы работ:
diff --git a/conf.typ b/conf.typ
index eb03436..6ee1925 100644
--- a/conf.typ
+++ b/conf.typ
@@ -61,7 +61,8 @@
undefined_spec: [*НЕИЗВЕСТНАЯ СПЕЦИАЛЬНОСТЬ*]
)
)
-#let indent = 1cm
+// Переменная отвечающая за размер отступа красной строки
+#let indent = 1.25cm
#let styled = [#set text(red)].func()
#let space = [ ].func()
#let sequence = [].func()
@@ -415,7 +416,7 @@
show heading: self.document.apply_heading_styles
- // Отступ начала абазаца 1.25 см и выравнивание по ширине
+ // Выравнивание по ширине
set par(
justify: true
)
@@ -552,4 +553,4 @@
info.type = type
settings.title_page = settings.at("title_page", default: (:))
(modules.document.make)(modules, info: info, settings, doc)
-} \ No newline at end of file
+}