From 704f2fbaf1b4483caa12f249a222c49e44f08961 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 26 Sep 2022 15:39:32 +0200 Subject: Description lists, link syntax, and new enum syntax --- tests/typ/math/basic.typ | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/typ/math/basic.typ') diff --git a/tests/typ/math/basic.typ b/tests/typ/math/basic.typ index df05a567..77d2e535 100644 --- a/tests/typ/math/basic.typ +++ b/tests/typ/math/basic.typ @@ -5,15 +5,15 @@ The sum of $a$ and $b$ is $a + b$. --- We will show that: -$[ a^2 + b^2 = c^2 ]$ +$ a^2 + b^2 = c^2 $ --- Prove by induction: -$[ \sum_{k=0}^n k = \frac{n(n+1)}{2} ]$ +$ \sum_{k=0}^n k = \frac{n(n+1)}{2} $ --- // Test that blackboard style looks nice. -$[ f: \mathbb{N} \rightarrow \mathbb{R} ]$ +$ f: \mathbb{N} \rightarrow \mathbb{R} $ --- #set math(family: "IBM Plex Sans") @@ -26,5 +26,5 @@ $a$ $\sqrt{x$ --- -// Error: 2:1 expected closing bracket and dollar sign -$[a +// Error: 2:1 expected dollar sign +$a -- cgit v1.2.3