diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-10-17 19:21:47 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-10-17 19:21:47 +0200 |
| commit | 991e879e1d2ed53125dbff4edba80804ff28f2a9 (patch) | |
| tree | 0917f83108feca10ca4207dd9089fe57cf8098d5 /tests | |
| parent | 1987e5861cf2c033e3a540a5ef7c0f7106016929 (diff) | |
Extend stack layouts from vertical to horizontal flows ➡
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/layouts/boxes.typ | 10 | ||||
| -rw-r--r-- | tests/layouts/coma.typ | 31 |
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. + + |
