diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-08-29 11:32:32 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-08-29 11:32:32 +0200 |
| commit | 6febc0327304451bc956985b7cadb07a0b563c79 (patch) | |
| tree | bfdef2d7615985a35f4d2dd4052d43e84e6edd56 /tests | |
| parent | 8a45ec2875a4f72cb02d574b63b5dda141da35c1 (diff) | |
Make align not behave box-like and smarter 📦
Doesn't layout contents into a box anymore, instead layouting inline in the parent context. Also makes axis inferring for center alignents smarter (just because I had fun doing it). It's unsure whether we want to keep it because it might be confusing.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/coma.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/coma.typ b/tests/coma.typ index 404a81b3..3a886699 100644 --- a/tests/coma.typ +++ b/tests/coma.typ @@ -7,7 +7,7 @@ Dr. Max Mustermann \ Ola Nordmann, John Doe ] -[align: right][ +[align: right >> box][ *WiSe 2019/2020* \ Woche 3 ] |
