diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2024-05-22 21:36:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 19:36:53 +0000 |
| commit | a6cf584ee9c19cb27bf79410c0d1fec9e5012a27 (patch) | |
| tree | 3c6ef1a1c83914f6944c9f8f718c36d788a4da94 /tests/suite/math/cases.typ | |
| parent | babf641c3a0d53716a2212e59ce0913a331c7df5 (diff) | |
Allow somewhat arbitrary characters as `mat`, `vec` and `cases` `delim` (#4211)
Diffstat (limited to 'tests/suite/math/cases.typ')
| -rw-r--r-- | tests/suite/math/cases.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/suite/math/cases.typ b/tests/suite/math/cases.typ index e6c4956d..2cf48e6f 100644 --- a/tests/suite/math/cases.typ +++ b/tests/suite/math/cases.typ @@ -11,3 +11,7 @@ $ f(x, y) := cases( --- math-cases-gap --- #set math.cases(gap: 1em) $ x = cases(1, 2) $ + +--- math-cases-delim --- +#set math.cases(delim: sym.angle.l) +$ cases(a, b, c) $ |
