test workork

gork
This commit is contained in:
2026-01-23 20:37:08 +02:00
parent 343314a1d6
commit 1c3d4a8f0c
30 changed files with 1773 additions and 0 deletions
+54
View File
@@ -0,0 +1,54 @@
#import "@unexplrd/test-multifile:0.1.0": *
// #import "/lib/lib.typ": *
#import "utils.typ": *
#import style: spacing
// #show: correctly-indent-list-and-enum-items
// #show: style.dstu
#show: pz-lb.with(
..toml("doc.toml"),
title: lorem(2),
)
== #lorem(3)
#v(-spacing)
=== #lorem(5)
#lorem(20)
+ #lorem(10)
+ #lorem(10)
+ #lorem(10)
+ #lorem(10)
$ 1/2 dot 3 = 3/2 $
+ #lorem(10)
$ 1/2 dot 3 = 3/2 $
+ #lorem(10)
+ #lorem(10)
+ #lorem(10)
#lorem(20)
// #img("/figures/Google-Logo-700x394.png", [Корпорація зла], width: 60%)
#lorem(50)
#figure(caption: "Приклад коду на C", code(read("assets/sample.c")))
#lorem(20)
#figure(
caption: [Цифри],
table(
columns: 4,
table.header([Один], [Два], [Три], [Чотири]),
..csv("assets/table.csv").flatten(),
),
)
#lorem(20)
#style.appendices(include "chapters/appendices.typ")