diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-27 12:04:23 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-27 12:04:36 +0100 |
| commit | 1de53730bce0bd3f9de89db1da7c19b7889b9a75 (patch) | |
| tree | e2746f4853a5a8e99f32e8c52d6e4b4f411c1933 /tests/typ/math/syntax.typ | |
| parent | 13efa128c855637a7fe3351a4579383359d1be1b (diff) | |
Symbol values and modules
Diffstat (limited to 'tests/typ/math/syntax.typ')
| -rw-r--r-- | tests/typ/math/syntax.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/syntax.typ b/tests/typ/math/syntax.typ index 186082aa..f18f7edf 100644 --- a/tests/typ/math/syntax.typ +++ b/tests/typ/math/syntax.typ @@ -19,6 +19,6 @@ $ sqrt(x^2) = frac(x, 1) $ $ "profit" = "income" - "expenses" $ $ x < #for i in range(5) [$ #i < $] y $ $ 1 + 2 = #{1 + 2} $ -$ A sub:eq:not B $ +$ A subset.eq.not B $ ``` <table> |
