diff options
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 |
