From ecbc4e8c6f9c70346c2380a97fb6e607ecfdaa10 Mon Sep 17 00:00:00 2001 From: danilasar Date: Tue, 31 Dec 2024 13:34:24 +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=20test.typ?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/main.typ | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 template/main.typ (limited to 'template') 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 + ) + ) +) -- cgit v1.2.3