It is now possible to style headings as appendices in the pz-lb template via `#show: appendices_style`.
54 lines
927 B
Typst
54 lines
927 B
Typst
#import "@local/nure:0.1.0": *
|
||
|
||
#show: pz-lb.with(..yaml("config/doc.yaml"))
|
||
|
||
#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: appendices_style
|
||
|
||
= 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)
|