summaryrefslogtreecommitdiff
path: root/tests/layouting/align.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-12-08 11:15:04 +0100
committerLaurenz <laurmaedje@gmail.com>2019-12-08 11:36:18 +0100
commit64f938b449b7ff5e53b6a06ed943bf9dedc1014b (patch)
treec8237458ea10c21e9b3ce9fc2c02bdd7df9a1fca /tests/layouting/align.typ
parentf364395e1d774456500ea61bb7b931f48a62ddfa (diff)
Improve testers ♻
Diffstat (limited to 'tests/layouting/align.typ')
-rw-r--r--tests/layouting/align.typ23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/layouting/align.typ b/tests/layouting/align.typ
deleted file mode 100644
index a7101932..00000000
--- a/tests/layouting/align.typ
+++ /dev/null
@@ -1,23 +0,0 @@
-[box][
- A short sentence. [align: right][words.]
-
- A short sentence. [n] [align: right][words.]
-
- A short sentence. [par.break] [align: right][words.]
-
- [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
-]