diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-12-12 19:08:30 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-12-12 19:08:30 -0800 |
| commit | b46d00343a26d63a3dadd04b4e5179303918bb3c (patch) | |
| tree | 3d11fcfb831d0daeb2ceda7bf865ff075d53e241 /test/writer.typst | |
| parent | 040f3e3e6bbd919383076877d5e4d3b9cce6ba03 (diff) | |
Depend on texmath 0.12.8.6.
This gives us less verbose typst math output.
Diffstat (limited to 'test/writer.typst')
| -rw-r--r-- | test/writer.typst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.typst b/test/writer.typst index a0f062b79..b450bb2a3 100644 --- a/test/writer.typst +++ b/test/writer.typst @@ -628,7 +628,7 @@ Ellipses…and…and…. - $223$ - $p$-Tree - Here’s some display math: - $ frac(d, d x) f lr((x)) = lim_(h arrow.r 0) frac(f lr((x + h)) - f lr((x)), h) $ + $ frac(d, d x) f (x) = lim_(h arrow.r 0) frac(f (x + h) - f (x), h) $ - Here’s one that has a line break in it: $alpha + omega times x^2$. These shouldn’t be math: |
