File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ Definition by cases can be easily obtained with the `cases` function.
453
453
454
454
= Spacing in mathematics
455
455
Improve $ sqrt (2) x$ to $ sqrt (2) thin x$ with a thin space, as in `sqrt(2) thin x` .
456
- Slightly wider are `medium ` and `thick` (the three are in ratio $ 3 : 4 : 5$ ).
456
+ Slightly wider are `med ` and `thick` (the three are in ratio $ 3 : 4 : 5$ ).
457
457
Bigger space are: `quad` for $ -> quad <-$ and `wide` for $ -> wide <-$ , which are useful between parts of a display.
458
458
Get arbitrary space with the `h` function.
459
459
For example, use `#h(-0.1667em)` for `\!` in # LaTeX .
@@ -519,8 +519,8 @@ The last three here are display style.
519
519
f: RR -> RR
520
520
```
521
521
],
522
- [$ " 9.8" " m/s" ^2 $ ],
523
- [`" 9.8" "m/s"^2` @tricky ],
522
+ [$ 9.8 " m/s" ^2 $ ],
523
+ [`9.8 "m/s"^2` @tricky ],
524
524
[$ lim _( h->0) (f(x+h)-f(x))/h $ ],
525
525
[
526
526
```
You can’t perform that action at this time.
0 commit comments