Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update spacing description #42

Merged
merged 2 commits into from
May 14, 2024
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],
CarrotDLaw marked this conversation as resolved.
Show resolved Hide resolved
[$ lim_(h->0) (f(x+h)-f(x))/h $],
[
```
Expand Down
Loading