mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Add note in docs
This commit is contained in:
parent
2d63b89a0a
commit
ac55a39b8c
@ -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.
|
Meanwhile, "multiply by 7" is right-aligned because just one `&` precedes it.
|
||||||
Each alignment point simply alternates between right-aligned/left-aligned.
|
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
|
```example
|
||||||
$ (3x + y) / 7 &= 9 && "given" \
|
$ (3x + y) / 7 &= 9 && "given" \
|
||||||
3x + y &= 63 & "multiply by 7" \
|
3x + y &= 63 & "multiply by 7" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user