diff options
| author | Alex Saveau <saveau.alexandre@gmail.com> | 2023-04-25 02:22:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-25 11:22:32 +0200 |
| commit | fb99090208c9aface707f9d4526f411fcb67f705 (patch) | |
| tree | 5aaac5e7bc8f8475b55f8fc1397d0086764125a5 /tests | |
| parent | f38989358e768ebe17c5f191cf9026d513e6f6b7 (diff) | |
Support implicit alignment (#749)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/math/alignment.png | bin | 6413 -> 8064 bytes | |||
| -rw-r--r-- | tests/ref/math/matrix-alignment.png | bin | 15027 -> 15065 bytes | |||
| -rw-r--r-- | tests/typ/math/alignment.typ | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/tests/ref/math/alignment.png b/tests/ref/math/alignment.png Binary files differindex 917c49e1..5d7560e1 100644 --- a/tests/ref/math/alignment.png +++ b/tests/ref/math/alignment.png diff --git a/tests/ref/math/matrix-alignment.png b/tests/ref/math/matrix-alignment.png Binary files differindex 1449553d..b15412d6 100644 --- a/tests/ref/math/matrix-alignment.png +++ b/tests/ref/math/matrix-alignment.png diff --git a/tests/typ/math/alignment.typ b/tests/typ/math/alignment.typ index 8f12971f..177e0188 100644 --- a/tests/typ/math/alignment.typ +++ b/tests/typ/math/alignment.typ @@ -2,6 +2,7 @@ --- // Test alignment step functions. +#set page(width: 225pt) $ "a" &= c \ &= c + 1 & "By definition" \ |
