diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-11-18 12:57:14 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-11-18 12:57:14 +0100 |
| commit | 1eb25f86dd6763c4f2d7e60b6d09af60ada50af6 (patch) | |
| tree | 104c16bc4ec779d8b5eeca819f6357af6c5a0d7a /tests | |
| parent | 14259c7d09c12327b18aba21cc577e68ad283eda (diff) | |
Double-try spaces for functions 🌑🌕
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/layouts/align.typ | 3 | ||||
| -rw-r--r-- | tests/layouts/coma.typ | 10 | ||||
| -rw-r--r-- | tests/layouts/shakespeare.typ | 4 |
3 files changed, 7 insertions, 10 deletions
diff --git a/tests/layouts/align.typ b/tests/layouts/align.typ index 49365afc..e993a43b 100644 --- a/tests/layouts/align.typ +++ b/tests/layouts/align.typ @@ -29,5 +29,4 @@ Right Again: {lorem:10} [page.break] // ---------------------------------- // -// All in one line. -All in one line: {lorem:25} [align: right][{lorem:50}] {lorem:15} +All in one line: {lorem:25} [align: right] {lorem:50} [align: left] {lorem:15} diff --git a/tests/layouts/coma.typ b/tests/layouts/coma.typ index 4adabe0d..e9fb0994 100644 --- a/tests/layouts/coma.typ +++ b/tests/layouts/coma.typ @@ -1,14 +1,14 @@ {size:420pt x 300pt} -[box: flow = horizontal][ +[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] ] +[align: right][*WiSe 2019/2020* [n] Week 1] + [v: 3mm] [align: center][ @@ -17,9 +17,7 @@ *Alle Antworten sind zu beweisen.* ] -[box: flow = horizontal][ - *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 diff --git a/tests/layouts/shakespeare.typ b/tests/layouts/shakespeare.typ index 19450ce4..8cffb930 100644 --- a/tests/layouts/shakespeare.typ +++ b/tests/layouts/shakespeare.typ @@ -1,3 +1,3 @@ -[align: center][{include:shakespeare.tpl}] -[align: left][{include:shakespeare.tpl}] +[align: center][{include:shakespeare.tpl}] [page.break] +[align: left][{include:shakespeare.tpl}] [page.break] [align: right][{include:shakespeare.tpl}] |
