Skip to content

Commit 74a826a

Browse files
authored
feat: update spacing description (#42)
1 parent 82068ff commit 74a826a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

undergradmath.typ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ Definition by cases can be easily obtained with the `cases` function.
453453

454454
= Spacing in mathematics
455455
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$).
457457
Bigger space are: `quad` for $-> quad <-$ and `wide` for $-> wide <-$, which are useful between parts of a display.
458458
Get arbitrary space with the `h` function.
459459
For example, use `#h(-0.1667em)` for `\!` in #LaTeX.
@@ -519,8 +519,8 @@ The last three here are display style.
519519
f: RR -> RR
520520
```
521521
],
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],
524524
[$ lim_(h->0) (f(x+h)-f(x))/h $],
525525
[
526526
```

0 commit comments

Comments
 (0)