summaryrefslogtreecommitdiff
path: root/template/main.typ
blob: 985b7ca60c93a9a94ec346b7ab9f2b56c24fc5fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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,
    ),
  ),
)