summaryrefslogtreecommitdiff
path: root/test (2).typ
diff options
context:
space:
mode:
authordanilasar <danila.sar@yandex.ru>2025-01-01 15:39:04 +0400
committerdanilasar <danila.sar@yandex.ru>2025-01-01 15:39:04 +0400
commit23b4960c491eac6264ae766c7aecca2c53679472 (patch)
treeb3bda9618880e3c35da05f2e52933b71b74bae41 /test (2).typ
parentecbc4e8c6f9c70346c2380a97fb6e607ecfdaa10 (diff)
рефактор: полная переработка кода
Diffstat (limited to 'test (2).typ')
-rw-r--r--test (2).typ46
1 files changed, 46 insertions, 0 deletions
diff --git a/test (2).typ b/test (2).typ
new file mode 100644
index 0000000..604295e
--- /dev/null
+++ b/test (2).typ
@@ -0,0 +1,46 @@
+#set text(font: "PT Serif")
+#import "conf.typ" : conf
+#import "conf.typ" : turn-on-first-line-indentation
+// Для таблиц и тд
+#import "@preview/plotst:0.2.0": *
+#import "@preview/fletcher:0.4.5" as fletcher: diagram, node, edge
+
+#show: conf.with(
+ title: [Применение шаблона для typst],
+ type: "referat",
+ info: (
+ author: (
+ name: [Григорьева Данилы (danilasar), Смирнова Егора (aragami3070), Толстова Роберта (tolstovrob)],
+ faculty: [КНиИТ],
+ group: "251",
+ sex: "plural"
+ ),
+ inspector: (
+ degree: "",
+ name: ""
+ )
+ ),
+ settings: (
+ title_page: (
+ enabled: true
+ ),
+ contents_page: (
+ enabled: true
+ )
+ )
+)
+
+// Функция добавления красных строк
+#show: turn-on-first-line-indentation
+
+
+= Test bib
+
+Some cite #cite(<search_8>)
+
+Some cite #cite(<search_11>)
+
+Some cite #cite(<eichten1984supercollider>)
+
+= Список использованных источников
+#bibliography("test.bib", style: "gost-7-1-2003.csl", title: none, full: false)