Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions undergradmath.typ
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ Definition by cases can be easily obtained with the `cases` function.

= Spacing in mathematics
Improve $sqrt(2) x$ to $sqrt(2) thin x$ with a thin space, as in `sqrt(2) thin x`.
Slightly wider are `medium` and `thick` (the three are in ratio $3 : 4 : 5$).
Slightly wider are `med` and `thick` (the three are in ratio $3 : 4 : 5$).
Bigger space are: `quad` for $-> quad <-$ and `wide` for $-> wide <-$, which are useful between parts of a display.
Get arbitrary space with the `h` function.
For example, use `#h(-0.1667em)` for `\!` in #LaTeX.
Expand Down Expand Up @@ -519,8 +519,8 @@ The last three here are display style.
f: RR -> RR
```
],
[$ "9.8" "m/s"^2 $],
[`"9.8" "m/s"^2` @tricky],
[$ 9.8 med "m/s"^2 $],
[`9.8 med "m/s"^2` @tricky],
[$ lim_(h->0) (f(x+h)-f(x))/h $],
[
```
Expand Down