diff options
| author | danilasar <danila.sar@yandex.ru> | 2024-12-31 13:34:24 +0400 |
|---|---|---|
| committer | danilasar <danila.sar@yandex.ru> | 2024-12-31 13:34:24 +0400 |
| commit | ecbc4e8c6f9c70346c2380a97fb6e607ecfdaa10 (patch) | |
| tree | 6827d9def3fd4a173aa29ab09d9a2e0f046f205b /template/main.typ | |
| parent | 100ae6d9d9a0451f9c3ca049e8b9028c3fc431f2 (diff) | |
рутина: добавлен test.typ
Diffstat (limited to 'template/main.typ')
| -rw-r--r-- | template/main.typ | 25 |
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 + ) + ) +) |