diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-01-30 12:09:26 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-01-30 12:09:26 +0100 |
| commit | 89eb8bae49edb71d9a9279a2210bb1ccaf4dd707 (patch) | |
| tree | 160b1a2ff41b5bba8a58f882df9d10c9eb036cf2 /tests/full | |
| parent | ac24075469f171fe83a976b9a97b9b1ea078a7e3 (diff) | |
New syntax 💎
- Everything everywhere!
- Blocks with curly braces: {}
- Templates with brackets: []
- Function templates with hashtag: `#[f]`
- Headings with equals sign: `= Introduction`
Diffstat (limited to 'tests/full')
| -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 b7863fce..32990997 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 |
