summaryrefslogtreecommitdiff
path: root/tests/typ/example-coma.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-01-14 16:47:29 +0100
committerLaurenz <laurmaedje@gmail.com>2021-01-14 16:47:29 +0100
commitcfcb36b159e3f65aff8cbdac6b537b40c22507c0 (patch)
tree18e17b3cec5530b67ec596fe13b45423a867eb5f /tests/typ/example-coma.typ
parent272a4c228976466e9fa6cc100ad89f93dc5cc371 (diff)
Move test files into category subfolders 🚚
Diffstat (limited to 'tests/typ/example-coma.typ')
-rw-r--r--tests/typ/example-coma.typ27
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/typ/example-coma.typ b/tests/typ/example-coma.typ
deleted file mode 100644
index 5374af1f..00000000
--- a/tests/typ/example-coma.typ
+++ /dev/null
@@ -1,27 +0,0 @@
-// Test integration of syntax, library and layouting.
-
-[page width: 450pt, height: 300pt, margins: 1cm]
-
-[box][
- *Technische UniversitÀt Berlin* \
- *FakultÀt II, Institut for Mathematik* \
- Sekretariat MA \
- Dr. Max Mustermann \
- Ola Nordmann, John Doe
-]
-[align right | box][*WiSe 2019/2020* \ Woche 3]
-
-[v 6mm]
-
-[align center][
- #### 3. Übungsblatt Computerorientierte Mathematik II [v 2mm]
- *Abgabe: 03.05.2019* (bis 10:10 Uhr in MA 001) [v 2mm]
- *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.