From a8eea6d87a417dc0f4145997c655bfbdbca8883a Mon Sep 17 00:00:00 2001 From: danilasar Date: Fri, 3 Jan 2025 01:21:37 +0400 Subject: =?UTF-8?q?=D1=80=D1=83=D1=82=D0=B8=D0=BD=D0=B0:=20=D0=B4=D0=BE?= =?UTF-8?q?=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BB=D0=B8=D1=86?= =?UTF-8?q?=D0=B5=D0=BD=D0=B7=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f5b1289 --- /dev/null +++ b/LICENSE @@ -0,0 +1,12 @@ + ОБЩЕСТВЕННАЯ ЛИЦЕНЗИЯ "УДАЧИ С ЭТИМ" + УСЛОВИЯ И ПОЛОЖЕНИЯ ДЛЯ КОПИРОВАНИЯ, РАСПРОСТРАНЕНИЯ И ИЗМЕНЕНИЯ + +0. Вы можете ДЕЛАТЬ ВСЁ, ЧТО ЗАХОТИТЕ до тех пор, пока ВЫ НЕ ОСТАВЛЯЕТЕ УЛИК +ДЛЯ НАХОЖДЕНИЯ АВТОРА оригинального продукта, чтобы обвинить его или заставить +взять на себя ответственность. + +НИ ПРИ КАКИХ ОБСТОЯТЕЛЬСТВАХ АВТОРЫ НЕ НЕСУТ ОТВЕТСТВЕННОСТИ ЗА ПРЕТЕНЗИИ, +УБЫТКИ ИЛИ ДРУГИЕ ОТВЕТСТВЕННОСТИ, ПОДНЯТЫЕ ВО ВРЕМЯ КОНТРАКТА И ВЫЗВАННЫЕ +ПРЯМОЙ ИЛИ КОСВЕННОЙ СВЯЗЬЮ С ПРОГРАММНЫМ ОБЕСПЕЧЕНИЕМ. + +Удачи, и храни тебя Господь. -- cgit v1.2.3 From d8b8d291117827dba301ef09a2a9a3920eedc8b2 Mon Sep 17 00:00:00 2001 From: danilasar Date: Fri, 3 Jan 2025 01:22:38 +0400 Subject: =?UTF-8?q?=D1=80=D1=83=D1=82=D0=B8=D0=BD=D0=B0:=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1198a20..5700334 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ SCWorks.cls *.pdf +test (2).typ -- cgit v1.2.3 From 0d6333e57e4b8db338cb993067d1c34eb8b98df5 Mon Sep 17 00:00:00 2001 From: danilasar Date: Fri, 3 Jan 2025 01:23:10 +0400 Subject: =?UTF-8?q?=D1=80=D1=83=D1=82=D0=B8=D0=BD=D0=B0:=20=D1=83=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=BB=20=D0=BC=D1=83=D1=81=D0=BE=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test (2).typ | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 test (2).typ 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() - -Some cite #cite() - -Some cite #cite() - -= Список использованных источников -#bibliography("test.bib", style: "gost-7-1-2003.csl", title: none, full: false) -- cgit v1.2.3