summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/main.typ25
1 files changed, 25 insertions, 0 deletions
diff --git a/template/main.typ b/template/main.typ
new file mode 100644
index 0000000..3bf08df
--- /dev/null
+++ b/template/main.typ
@@ -0,0 +1,25 @@
+#import "@local/sgu-template:0.0.1": conf
+#show: conf.with(
+ title: [Тема работы],
+ type: "referat",
+ info: (
+ author: (
+ name: [Григорьева Данилы Евгеньевича],
+ faculty: [КНиИТ],
+ group: "151",
+ sex: "male"
+ ),
+ inspector: (
+ degree: "доцент, к. ф.-м. н.",
+ name: "С. В. Миронов"
+ )
+ ),
+ settings: (
+ title_page: (
+ enabled: true
+ ),
+ contents_page: (
+ enabled: true
+ )
+ )
+)