diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-01-17 16:01:01 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-01-17 16:01:01 +0100 |
| commit | 0c5243fa802d8133d75c0823c3efa6f14794ba60 (patch) | |
| tree | e8554c25aa9d5c3ec33c9b4d6de56f1c97d30eff /tests | |
| parent | 4abdafcd158ab15d9d2ae18553067578ae559d33 (diff) | |
Basic tables
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/layout/table.png | bin | 0 -> 1313 bytes | |||
| -rw-r--r-- | tests/typ/layout/table.typ | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/ref/layout/table.png b/tests/ref/layout/table.png Binary files differnew file mode 100644 index 00000000..1a576c35 --- /dev/null +++ b/tests/ref/layout/table.png 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], +) |
