From 1de53730bce0bd3f9de89db1da7c19b7889b9a75 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 27 Jan 2023 12:04:23 +0100 Subject: Symbol values and modules --- tests/typ/math/syntax.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/math/syntax.typ') 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 $ ``` -- cgit v1.2.3