summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-01-17 16:01:01 +0100
committerLaurenz <laurmaedje@gmail.com>2022-01-17 16:01:01 +0100
commit0c5243fa802d8133d75c0823c3efa6f14794ba60 (patch)
treee8554c25aa9d5c3ec33c9b4d6de56f1c97d30eff /tests/typ
parent4abdafcd158ab15d9d2ae18553067578ae559d33 (diff)
Basic tables
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/layout/table.typ9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/typ/layout/table.typ b/tests/typ/layout/table.typ
new file mode 100644
index 00000000..52b6f70f
--- /dev/null
+++ b/tests/typ/layout/table.typ
@@ -0,0 +1,9 @@
+#set page(height: 70pt)
+#set table(primary: rgb("aaa"), secondary: none)
+
+#table(
+ columns: (1fr,) * 3,
+ stroke: rgb("333"),
+ thickness: 2pt,
+ [A], [B], [C], [], [], [D \ E \ F \ \ \ G], [H],
+)