diff options
| author | John MacFarlane <[email protected]> | 2025-10-26 22:43:02 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-10-26 22:43:18 +0100 |
| commit | 9639a33b171a9b280f3c9bbad618d6ddeb5efe6e (patch) | |
| tree | 25b1de831fd5b3e33bbcbee709dc00b30c8e0b9b /test | |
| parent | 8b4e72e969ae1488d4d5241a3b60924a79f129af (diff) | |
Use dev versions of typst-hs, texmath, typst-symbols.
Diffstat (limited to 'test')
| -rw-r--r-- | test/typst-reader.native | 10 | ||||
| -rw-r--r-- | test/undergradmath.typ | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/test/typst-reader.native b/test/typst-reader.native index fdfd52d35..57676466f 100644 --- a/test/typst-reader.native +++ b/test/typst-reader.native @@ -3208,7 +3208,7 @@ Pandoc [ Para [ Span ( "" , [ "box" ] , [] ) - [ Math InlineMath "\\hslash" + [ Math InlineMath "\295" , Str "\8192" , Code ( "" , [] , [] ) "planck.reduce" @@ -3610,12 +3610,14 @@ Pandoc [ Para [ Span ( "" , [ "box" ] , [] ) - [ Math InlineMath "\\leftrightarrow" + [ Math + InlineMath "\\longleftrightarrow" , Str "\8192" - , Code ( "" , [] , [] ) "<->" + , Code ( "" , [] , [] ) "<-->" , Str "," , Space - , Code ( "" , [] , [] ) "arrow.l.r" + , Code + ( "" , [] , [] ) "arrow.l.r.long" ] ] ] diff --git a/test/undergradmath.typ b/test/undergradmath.typ index e0daacd3b..a5c21be3e 100644 --- a/test/undergradmath.typ +++ b/test/undergradmath.typ @@ -276,7 +276,7 @@ Use `|` to get set builder notation ${a in S | a "is odd"}$ with `{a in S | a "i cell($->$, [`->`, `arrow.r`]), cell($|->$, [`|->`, `arrow.r.bar`]), cell($arrow.r.not$, `arrow.r.not`), cell($arrow.r.long.bar$, `arrow.r.long.bar`), cell($arrow.r.long$, `arrow.r.long`), cell($<-$, [`<-`, `arrow.l`]), - cell($=>$, [`=>`, `arrow.r.double`]), cell($<->$, [`<->`, `arrow.l.r`]), + cell($=>$, [`=>`, `arrow.r.double`]), cell($<-->$, [`<-->`, `arrow.l.r.long`]), cell($arrow.r.double.not$, `arrow.r.double.not`), cell($arrow.b$, `arrow.b`), cell($arrow.r.double.long$, `arrow.r.double.long`), cell($arrow.t$, `arrow.t`), cell($arrow.squiggly$, `arrow.squiggly`), cell($arrow.t.b$, `arrow.t.b`), |
