diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-11-30 18:54:46 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-11-30 18:54:46 +0100 |
| commit | 5782b82770f6923677942c3b4e2bf4f7258e47d8 (patch) | |
| tree | 2b477fc285e9da5380e556648056b985ecbccfe0 /tests | |
| parent | b13ed627fff73a599b34d760cd99aa2f08d58ea8 (diff) | |
Refactor layouting base ♻
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/layouts/align.typ | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/layouts/align.typ b/tests/layouts/align.typ new file mode 100644 index 00000000..c020ef4b --- /dev/null +++ b/tests/layouts/align.typ @@ -0,0 +1,10 @@ +[box][ + A short sentence. [align: right][words.] + + A short sentence. [n] [align: right][words.] + + A short sentence. [paragraph.break] [align: right][words.] + + [align: bottom] + A longer sentence with a few more words. +] |
