diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/math/content.png | bin | 6731 -> 7871 bytes | |||
| -rw-r--r-- | tests/typ/math/content.typ | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/ref/math/content.png b/tests/ref/math/content.png Binary files differindex 3476dbc4..46d5ef9b 100644 --- a/tests/ref/math/content.png +++ b/tests/ref/math/content.png diff --git a/tests/typ/math/content.typ b/tests/typ/math/content.typ index b33873d5..dc0ec85c 100644 --- a/tests/typ/math/content.typ +++ b/tests/typ/math/content.typ @@ -6,9 +6,9 @@ $ sum_(i=#emoji.apple)^#emoji.apple.red i + monkey/2 $ --- -// Test table above fraction. -$ x := #table(columns: 2)[x][y]/mat(1, 2, 3) $ - +// Test tables. +$ x := #table(columns: 2)[x][y]/mat(1, 2, 3) + = #table[A][B][C] $ --- // Test non-formula math directly in content. #math.attach($a$, top: [b]) |
