diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-02-17 21:30:20 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-02-17 21:30:20 +0100 |
| commit | 2f4dc99cec1c6fa33257dea91ab3bcd99b1cbdf5 (patch) | |
| tree | eb983e54bac5ae226474bd8c5d6a29006b00ff12 /tests/full/typ/coma.typ | |
| parent | db1659a987cd240b78e45666617248d3d0cc7d64 (diff) | |
Refresh tests 🌊
Diffstat (limited to 'tests/full/typ/coma.typ')
| -rw-r--r-- | tests/full/typ/coma.typ | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/full/typ/coma.typ b/tests/full/typ/coma.typ index 32990997..7cf62da7 100644 --- a/tests/full/typ/coma.typ +++ b/tests/full/typ/coma.typ @@ -1,23 +1,23 @@ -#[page width: 450pt, height: 300pt, margins: 1cm] +#page(width: 450pt, height: 300pt, margins: 1cm) -#[box][ +#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] +#align(right, box[*WiSe 2019/2020* \ Woche 3]) -#[v 6mm] +#v(6mm) -#[align center][ - ==== 3. Übungsblatt Computerorientierte Mathematik II #[v 2mm] - *Abgabe: 03.05.2019* (bis 10:10 Uhr in MA 001) #[v 2mm] +#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)] +*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 |
