Skip to content

Commit 31f6129

Browse files
committed
fix: remove space in m/s^2 example
1 parent 1f7b285 commit 31f6129

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

undergradmath.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -986,9 +986,9 @@ The last three here are display style.
986986
eqn(
987987
alt: "9.8 meters per second squared",
988988
block: true,
989-
$ 9.8 thin "m" slash "s"^2 $,
989+
$ 9.8 thin "m"\/"s"^2 $,
990990
),
991-
[`9.8 thin "m" slash "s"^2` @tricky],
991+
[`typst 9.8 thin "m"\/"s"^2` @tricky],
992992

993993
eqn(
994994
alt: "the limit as h approaches zero of f of x plus h minus f of x, divided by h",

0 commit comments

Comments
 (0)