Отключен счётчик страниц на аннотациях

This commit is contained in:
2026-05-31 14:27:40 +03:00
parent 58fb2afcd7
commit 60352652c2
16 changed files with 6880 additions and 1691 deletions

View File

@@ -0,0 +1,33 @@
#set page(
paper: "a4",
margin: (left: 2.5cm, right: 1.5cm, top: 2cm, bottom: 2cm),
numbering: none,
)
#set text(font: "Times New Roman", size: 14pt, lang: "ru")
#set par(justify: true, first-line-indent: 0pt)
#set table(stroke: 0.5pt + black, inset: (x: 6pt, y: 5pt))
#let practice_meta = (
kind: "преддипломную",
period: "07.05.2026 04.06.2026",
org: "ООО НМФ «Нейротех»",
student: "Пытков Роман Евгеньевич",
group: "КТбо4-9",
direction: "09.03.04 «Программная инженерия»",
project: "мобильное приложение Wallenc (Android)",
)
#let practice_title(body) = {
align(center)[
#text(weight: "bold", size: 14pt)[#body]
]
v(0.5em)
align(center)[
#practice_meta.student, группа #practice_meta.group \
Направление #practice_meta.direction \
#practice_meta.org \
Сроки: #practice_meta.period \
Проект: #practice_meta.project
]
v(1em)
}