Skip to content

Commit

Permalink
Use typst-symbols 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Nov 15, 2023
1 parent b9a0141 commit 1975909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/writer/typst/differentiable_manifold.test
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
]
>>> typst
gamma_1 equiv gamma_2 arrow.l.r.double {gamma_1 lr((0)) eq gamma_2 lr((0)) eq p comma upright(" and ")\
frac(upright(d), upright(d) t) phi.alt compose gamma_1 lr((t))\|_(t eq 0) eq frac(upright(d), upright(d) t) phi.alt compose gamma_2 lr((t))\|_(t eq 0)
frac(upright(d), upright(d) t) phi.alt circle.stroked.tiny gamma_1 lr((t))\|_(t eq 0) eq frac(upright(d), upright(d) t) phi.alt circle.stroked.tiny gamma_2 lr((t))\|_(t eq 0)
2 changes: 1 addition & 1 deletion texmath.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Library
pandoc-types >= 1.20 && < 1.24,
mtl >= 2.2.1,
text,
typst-symbols >= 0.1.4 && < 0.1.5,
typst-symbols >= 0.1.5 && < 0.1.6,
split

Exposed-modules: Text.TeXMath,
Expand Down

0 comments on commit 1975909

Please sign in to comment.