feat(style)!: remove reference styling & fix figure numbering for appendices feat!: swap appending on 'none' being the first position in ..sink feat: add chapters to pz-lb() feat: add asserts fix: better control flow img() function now requires `none` to be the first position in ..sink, e.g. `#img("/fig/1.png", "Caption", none)` to get "Caption (рисунок виконано самостійно)" caption. Use `@some_label[див. рис.]` to get a "див. рис. 42" link. Signed-off-by: unexplrd <unexplrd@linerds.us>
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)
|