summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/layouts/boxes.typ10
-rw-r--r--tests/layouts/coma.typ31
2 files changed, 31 insertions, 10 deletions
diff --git a/tests/layouts/boxes.typ b/tests/layouts/boxes.typ
deleted file mode 100644
index 055e09fe..00000000
--- a/tests/layouts/boxes.typ
+++ /dev/null
@@ -1,10 +0,0 @@
-{size:400pt*250pt}
-
-[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]
diff --git a/tests/layouts/coma.typ b/tests/layouts/coma.typ
new file mode 100644
index 00000000..7b3266a9
--- /dev/null
+++ b/tests/layouts/coma.typ
@@ -0,0 +1,31 @@
+{size:420pt*300pt}
+
+[box: horizontal][
+ *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]
+]
+
+// hack for more whitespace
+[box][]
+
+[align: center][
+ *3. Ubungsblatt Computerorientierte Mathematik II* [n]
+ *Abgabe: 03.05.2019* (bis 10:10 Uhr in MA 001) [n]
+ *Alle Antworten sind zu beweisen.*
+]
+
+[box: horizontal][
+ *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.
+
+