Doc: fix \times instead of *

This commit is contained in:
Bertrand Benjamin 2019-07-12 09:43:40 +02:00
parent 259d6e00d8
commit e811c5a4c4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ pip install -U mapytex
... print(s)
...
2 / 5 + 2 / 3
2 \times 3 / 5 \times 3 + 2 \times 5 / 3 \times 5
2 * 3 / 5 * 3 + 2 * 5 / 3 * 5
6 / 15 + 10 / 15
6 + 10 / 15
16 / 15