summaryrefslogtreecommitdiff
path: root/template/main.typ
blob: 3bf08df4c6cdeca99d98fb841358f6e180a38323 (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
    )
  )
)