From 3ca5b238238e1128aa7bbfbd5db9e632045d8600 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 28 Feb 2022 15:50:48 +0100 Subject: Reorganize library --- tests/typ/elements/math.typ | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/typ/elements/math.typ (limited to 'tests/typ/elements/math.typ') diff --git a/tests/typ/elements/math.typ b/tests/typ/elements/math.typ new file mode 100644 index 00000000..cad01d10 --- /dev/null +++ b/tests/typ/elements/math.typ @@ -0,0 +1,12 @@ +// Test math formulas. + +--- +The sum of $a$ and $b$ is $a + b$. + +--- +We will show that: +$[ a^2 + b^2 = c^2 ]$ + +--- +// Error: 2:1 expected closing bracket and dollar sign +$[a -- cgit v1.2.3