summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorДанила Григорьев <65398685+danilasar@users.noreply.github.com>2025-01-03 01:25:26 +0400
committerGitHub <noreply@github.com>2025-01-03 01:25:26 +0400
commitc52cc48036bdbfa84bdabea6e32972ad78a772d3 (patch)
tree6d7a61f4b3e4068767312b14ecb7e2ec25c1ac09
parent3a916bcd16433deafb85bd62b86d7da2e721be9f (diff)
parent0d6333e57e4b8db338cb993067d1c34eb8b98df5 (diff)
рутина: мелкие правки #10
-rw-r--r--.gitignore1
-rw-r--r--LICENSE12
-rw-r--r--test (2).typ46
3 files changed, 13 insertions, 46 deletions
diff --git a/.gitignore b/.gitignore
index 1198a20..5700334 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
SCWorks.cls
*.pdf
+test (2).typ
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..f5b1289
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,12 @@
+ ОБЩЕСТВЕННАЯ ЛИЦЕНЗИЯ "УДАЧИ С ЭТИМ"
+ УСЛОВИЯ И ПОЛОЖЕНИЯ ДЛЯ КОПИРОВАНИЯ, РАСПРОСТРАНЕНИЯ И ИЗМЕНЕНИЯ
+
+0. Вы можете ДЕЛАТЬ ВСЁ, ЧТО ЗАХОТИТЕ до тех пор, пока ВЫ НЕ ОСТАВЛЯЕТЕ УЛИК
+ДЛЯ НАХОЖДЕНИЯ АВТОРА оригинального продукта, чтобы обвинить его или заставить
+взять на себя ответственность.
+
+НИ ПРИ КАКИХ ОБСТОЯТЕЛЬСТВАХ АВТОРЫ НЕ НЕСУТ ОТВЕТСТВЕННОСТИ ЗА ПРЕТЕНЗИИ,
+УБЫТКИ ИЛИ ДРУГИЕ ОТВЕТСТВЕННОСТИ, ПОДНЯТЫЕ ВО ВРЕМЯ КОНТРАКТА И ВЫЗВАННЫЕ
+ПРЯМОЙ ИЛИ КОСВЕННОЙ СВЯЗЬЮ С ПРОГРАММНЫМ ОБЕСПЕЧЕНИЕМ.
+
+Удачи, и храни тебя Господь.
diff --git a/test (2).typ b/test (2).typ
deleted file mode 100644
index 604295e..0000000
--- a/test (2).typ
+++ /dev/null
@@ -1,46 +0,0 @@
-#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)