summaryrefslogtreecommitdiff
path: root/test (2).typ
diff options
context:
space:
mode:
authorДанила Григорьев <65398685+danilasar@users.noreply.github.com>2025-01-03 01:12:24 +0400
committerGitHub <noreply@github.com>2025-01-03 01:12:24 +0400
commit3a916bcd16433deafb85bd62b86d7da2e721be9f (patch)
tree8b319f2eb9379370f892e748c75bfb6bb2c5cdef /test (2).typ
parent100ae6d9d9a0451f9c3ca049e8b9028c3fc431f2 (diff)
parentda5aa87b1e7ce9e3caf0ed6fa72471c24e9f9c4d (diff)
Тотальный и абсолютный рефакторинг #9
Тотальный и абсолютный рефакторинг
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)