forked from pencelheimer/typst_nure_template
feat: restructured files accrording to typst package format
- added typst.toml - moved templates to "template" folder - renamed files according to convention
This commit is contained in:
51
template/lab.typ
Normal file
51
template/lab.typ
Normal file
@ -0,0 +1,51 @@
|
||||
#import "template.typ": *
|
||||
|
||||
#show: lab-pz-template.with(
|
||||
doctype: "ЛБ",
|
||||
title: "Інформаційна система «Помічник класного керівника». Керування класом",
|
||||
subject_shorthand: "БД",
|
||||
department_gen: "Програмної інженерії",
|
||||
authors: (
|
||||
(
|
||||
name: "Ситник Є. С.",
|
||||
full_name_gen: "Ситника Єгора Сергійовича",
|
||||
variant: 13,
|
||||
group: "ПЗПІ-23-2",
|
||||
gender: "m",
|
||||
),
|
||||
),
|
||||
mentor: (
|
||||
name: "Черепанова Ю. Ю.",
|
||||
gender: "f",
|
||||
degree: "Ст. викл. каф. ПІ",
|
||||
),
|
||||
worknumber: 1,
|
||||
)
|
||||
|
||||
#v(-spacing)
|
||||
|
||||
== Мета роботи
|
||||
#lorem(100)
|
||||
|
||||
== Хід роботи
|
||||
#v(-spacing)
|
||||
=== Підготовка
|
||||
#lorem(150)
|
||||
|
||||
=== Виконання дослідження
|
||||
#lorem(300)
|
||||
|
||||
=== Підрахунок результатів
|
||||
#lorem(250)
|
||||
|
||||
== Висновки
|
||||
#lorem(100)
|
||||
|
||||
== Контрольні запитання
|
||||
#lorem(100):
|
||||
- #lorem(20);
|
||||
- #lorem(30);
|
||||
- #lorem(15);
|
||||
- #lorem(25);
|
||||
- #lorem(42);
|
||||
- #lorem(27).
|
Reference in New Issue
Block a user