diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2025-04-04 21:56:16 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2025-04-04 21:57:42 +0400 |
| commit | b2195e138762677bca17bcdbc835566535901b83 (patch) | |
| tree | 2b8b1f8a1d3856d2a382bbbb94c8b373fb6eddb5 /template/main.typ | |
| parent | c419a0ae6f2953b1f03670b7d9fcd0bedd2b4238 (diff) | |
fix: format files with typstyle
Diffstat (limited to 'template/main.typ')
| -rw-r--r-- | template/main.typ | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/template/main.typ b/template/main.typ index 3bf08df..985b7ca 100644 --- a/template/main.typ +++ b/template/main.typ @@ -3,23 +3,23 @@ title: [Тема работы], type: "referat", info: ( - author: ( - name: [Григорьева Данилы Евгеньевича], - faculty: [КНиИТ], - group: "151", - sex: "male" - ), - inspector: ( - degree: "доцент, к. ф.-м. н.", - name: "С. В. Миронов" - ) + author: ( + name: [Григорьева Данилы Евгеньевича], + faculty: [КНиИТ], + group: "151", + sex: "male", + ), + inspector: ( + degree: "доцент, к. ф.-м. н.", + name: "С. В. Миронов", + ), ), settings: ( title_page: ( - enabled: true + enabled: true, ), contents_page: ( - enabled: true - ) - ) + enabled: true, + ), + ), ) |