Files
Wallenc/Report/prediploma-practice/preamble.typ

34 lines
1013 B
Typst
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#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)
}