forked from pencelheimer/typst_nure_template
refactor: break up into multiple files feat: csl style refactor!: rename variables Update template, readme, and more
79 lines
1.6 KiB
Typst
79 lines
1.6 KiB
Typst
#import "@local/nure:0.1.1": *
|
||
#import "utils.typ": img
|
||
|
||
#import style: spacing
|
||
|
||
#show: pz-lb.with(
|
||
university: "ХНУРЕ",
|
||
subject: "СМП",
|
||
type: "ЛБ",
|
||
number: 2,
|
||
title: "Потiк керування та алгоритмічні структури Bash",
|
||
mentors: (
|
||
(name: "Шевченко Т. Г.", degree: "Доцент кафедри ПІ", gender: "m"),
|
||
(name: "Франко І. Я.", degree: "Асистент кафедри ПІ", gender: "m"),
|
||
),
|
||
authors: (
|
||
(
|
||
name: "Косач Л. П.",
|
||
full-name-gen: "Косач Лариси Петрівни",
|
||
edu-program: "КУІБ",
|
||
group: "23-2",
|
||
gender: "f",
|
||
course: 2,
|
||
semester: 4,
|
||
variant: 8,
|
||
),
|
||
),
|
||
)
|
||
|
||
#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).
|
||
|
||
#show: style.appendices
|
||
|
||
= Quote
|
||
#link("https://youtu.be/bJQj1uKtnus")[
|
||
The art isn't the art, the art is never the art,
|
||
the art is the thing that happens inside you when you make it and the feeling in the heart of the beholder.
|
||
]
|
||
|
||
|
||
= Приклад звіту 1
|
||
#v(-spacing)
|
||
== Частина 1
|
||
#lorem(100)
|
||
== Частина 2
|
||
#lorem(200)
|
||
|
||
= Приклад звіту 2
|
||
#lorem(200)
|
||
|
||
= Приклад звіту 3
|
||
#lorem(200)
|