summaryrefslogtreecommitdiff
path: root/tests/typ/math
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-26 13:46:42 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-26 15:37:21 +0200
commit3680c854a21db665d64cdb8f31aa0f9a1af16ceb (patch)
tree39dfa33059293251f1e2890f9b3d0e3dc178ed03 /tests/typ/math
parent59957746e91c1322a8ca6d228bcaa0f31941ee1b (diff)
Touch up docs
Diffstat (limited to 'tests/typ/math')
-rw-r--r--tests/typ/math/matrix.typ8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/typ/math/matrix.typ b/tests/typ/math/matrix.typ
index c1fba627..514827c3 100644
--- a/tests/typ/math/matrix.typ
+++ b/tests/typ/math/matrix.typ
@@ -23,10 +23,10 @@ $ mat(
---
// Test baseline alignment.
$ mat(
- a, b^2;
- sum_(x \ y) x, a^(1/2);
- zeta, alpha;
- ) $
+ a, b^2;
+ sum_(x \ y) x, a^(1/2);
+ zeta, alpha;
+) $
---
// Test alternative delimiter with set rule.