From ac55a39b8ca94180567a680b0ffaaf165f50718f Mon Sep 17 00:00:00 2001 From: mkorje Date: Fri, 11 Oct 2024 18:24:43 +1100 Subject: [PATCH] Add note in docs --- docs/reference/library/math.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/library/math.md b/docs/reference/library/math.md index 61f2bb58f..ac9c03ddb 100644 --- a/docs/reference/library/math.md +++ b/docs/reference/library/math.md @@ -78,6 +78,9 @@ alternating the alignment twice. `& &` and `&&` behave exactly the same way. Meanwhile, "multiply by 7" is right-aligned because just one `&` precedes it. Each alignment point simply alternates between right-aligned/left-aligned. +By default, there is a gap of `1.5em` added between columns. You can modify this +with the [`column-gap`]($math.equation.column-gap) parameter. + ```example $ (3x + y) / 7 &= 9 && "given" \ 3x + y &= 63 & "multiply by 7" \