diff options
| author | John MacFarlane <[email protected]> | 2023-12-08 13:09:44 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-12-08 13:10:33 -0800 |
| commit | e46c3e68d2be9c6407476985e3f20e74fc6c79d2 (patch) | |
| tree | 1602a9abd8d063bc79995bc81e9098f64c041c83 /test/writer.typst | |
| parent | 09d0208da3183bc9cc16bdb89808da705b5a63d1 (diff) | |
Update typst-hs commit and typst writer test.
Diffstat (limited to 'test/writer.typst')
| -rw-r--r-- | test/writer.typst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/writer.typst b/test/writer.typst index edcc87cc8..ad6ff1c9d 100644 --- a/test/writer.typst +++ b/test/writer.typst @@ -621,14 +621,14 @@ Ellipses…and…and…. = LaTeX <latex> - -- $2 plus 2 eq 4$ +- $2 + 2 = 4$ - $x in y$ - $alpha and omega$ - $223$ - $p$-Tree - Here’s some display math: - $ frac(d, d x) f lr((x)) eq lim_(h arrow.r 0) frac(f lr((x plus h)) minus f lr((x)), h) $ -- Here’s one that has a line break in it: $alpha plus omega times x^2$. + $ frac(d, d x) f lr((x)) = lim_(h arrow.r 0) frac(f lr((x + h)) - f lr((x)), h) $ +- Here’s one that has a line break in it: $alpha + omega times x^2$. These shouldn’t be math: |
