diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-12-01 19:18:06 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-12-01 19:18:38 +0100 |
| commit | ace57c34206a13b4bc3885b944cc51e274f30b0f (patch) | |
| tree | 2f1e1e8e4ac5c3867492d5a59c49045058e16123 /tests | |
| parent | 5782b82770f6923677942c3b4e2bf4f7258e47d8 (diff) | |
First half of stack update 🌓
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/layouts/align.typ | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/layouts/align.typ b/tests/layouts/align.typ index c020ef4b..c3c60733 100644 --- a/tests/layouts/align.typ +++ b/tests/layouts/align.typ @@ -8,3 +8,16 @@ [align: bottom] A longer sentence with a few more words. ] + +[page.break] + +[box][ + [align: vertical=top] + Top + + [align: vertical=center] + Center + + [align: vertical=bottom] + Bottom [n] Bottom [n] Bottom +] |
