diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-05-17 10:36:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-17 08:36:07 +0000 |
| commit | 2188a4bf48d802b516f4721a02a7b080edc8f46d (patch) | |
| tree | baacf34d2a79b5ff117aa7e0552703a984f7bed3 /tests/suite/math/equation.typ | |
| parent | 4ae376f2c7ba9621479640afbe45936c6c859cff (diff) | |
Fix equations in RTL text (#4150)
Diffstat (limited to 'tests/suite/math/equation.typ')
| -rw-r--r-- | tests/suite/math/equation.typ | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/suite/math/equation.typ b/tests/suite/math/equation.typ index d5771f95..d4fba36b 100644 --- a/tests/suite/math/equation.typ +++ b/tests/suite/math/equation.typ @@ -224,3 +224,8 @@ $ <quadratic> // Error: 14-24 cannot reference equation without numbering // Hint: 14-24 you can enable equation numbering with `#set math.equation(numbering: "1.")` Looks at the @quadratic formula. + +--- issue-3696-equation-rtl --- +#set page(width: 150pt) +#set text(lang: "he") +תהא סדרה $a_n$: $[a_n: 1, 1/2, 1/3, dots]$ |
