mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Fix summation in math docs
This commit is contained in:
parent
80e73979f3
commit
2acc17a6f5
@ -50,7 +50,7 @@ math: |
|
|||||||
Formulas can also contain line breaks. Each line can contain one or multiple
|
Formulas can also contain line breaks. Each line can contain one or multiple
|
||||||
_alignment points_ (`&`) which are then aligned.
|
_alignment points_ (`&`) which are then aligned.
|
||||||
```example
|
```example
|
||||||
$ sum_(x=0)^n
|
$ sum_(k=0)^n k
|
||||||
&= 1 + ... + n \
|
&= 1 + ... + n \
|
||||||
&= (n(n+1)) / 2 $
|
&= (n(n+1)) / 2 $
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user