Add note in docs

This commit is contained in:
mkorje 2024-10-11 18:24:43 +11:00 committed by mkorje
parent 2d63b89a0a
commit ac55a39b8c
No known key found for this signature in database

View File

@ -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" \