summaryrefslogtreecommitdiff
path: root/tests/layouting
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
parentf364395e1d774456500ea61bb7b931f48a62ddfa (diff)
Improve testers ♻
Diffstat (limited to 'tests/layouting')
-rw-r--r--tests/layouting/align.typ23
-rw-r--r--tests/layouting/coma.typ26
-rw-r--r--tests/layouting/lines.typ14
3 files changed, 0 insertions, 63 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
-]
diff --git a/tests/layouting/coma.typ b/tests/layouting/coma.typ
deleted file mode 100644
index d0a02b74..00000000
--- a/tests/layouting/coma.typ
+++ /dev/null
@@ -1,26 +0,0 @@
-[page.size: width=450pt, height=300pt]
-[page.margins: 1cm]
-
-[box][
- *Technical University Berlin* [n]
- *Faculty II, Institute for Mathematics* [n]
- Secretary Example [n]
- Prof. Dr. Example [n]
- Assistant #1, Assistant #2, Assistant #3
-]
-[align: right][*WiSe 2019/2020* [n] Week 1]
-
-[v: 6mm]
-
-[align: center][
- *3. Ubungsblatt Computerorientierte Mathematik II* [v: 0.3mm]
- *Abgabe: 03.05.2019* (bis 10:10 Uhr in MA 001) [v: 0.3mm]
- *Alle Antworten sind zu beweisen.*
-]
-
-*1. Aufgabe* [align: right][(1 + 1 + 2 Punkte)]
-
-Ein _Binärbaum_ ist ein Wurzelbaum, in dem jeder Knoten ≤ 2 Kinder hat.
-Die Tiefe eines Knotens _v_ ist die Länge des eindeutigen Weges von der Wurzel
-zu _v_, und die Höhe von _v_ ist die Länge eines längsten (absteigenden) Weges
-von _v_ zu einem Blatt. Die Höhe des Baumes ist die Höhe der Wurzel.
diff --git a/tests/layouting/lines.typ b/tests/layouting/lines.typ
deleted file mode 100644
index 705de638..00000000
--- a/tests/layouting/lines.typ
+++ /dev/null
@@ -1,14 +0,0 @@
-[page.size: height=5cm]
-
-Line.
-
-[box][
- Lines with [box][two] [box][boxes].
-
- Lines with two boxes.
-]
-[box][
- Lines without two boxes.
-
- Lines without two boxes.
-]