Skip to content

Commit

Permalink
Require typst-symbols 0.1.7, update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Oct 22, 2024
1 parent 25aeb06 commit 9539ea2
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/complex1.test
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ nabla zws times E^harpoon.lt_() thin + thin 1 / c thin frac(partial zws B^harpoo
nabla zws dot.c B^harpoon.lt_() & = & 0\
upright("Einstein Field Equations") & R_(mu nu)^() - 1 / 2 thin g_(mu nu)^() thin R = frac(8 pi G, c_()^4) thin T_(mu nu)^()\
upright("Ramanujan Identity") & frac(1, \( sqrt(phi sqrt(5)) - phi \) e_()^(25 / pi)) = 1 + frac(e_()^(- 2 pi), 1 + frac(e_()^(- 4 pi), 1 + frac(e_()^(- 6 pi), 1 + frac(e_()^(- 8 pi), 1 + dots.h))))\
upright("Another Ramanujan identity") & sum_(k = 1)^oo 1 / 2_()^( k dot.c zws phi ) = frac(1, 2_()^0 + frac(1, 2_()^1 + dots.h.c))\
upright("Another Ramanujan identity") & sum_(k = 1)^oo 1 / 2_()^(floor.l k dot.c zws phi floor.r) = frac(1, 2_()^0 + frac(1, 2_()^1 + dots.h.c))\
upright("Rogers-Ramanujan Identity") & 1 + sum_(k = 1)^oo frac(q_()^(k_()^2 + k), \( 1 - q \) \( 1 - q_()^2 \) dots.h.c \( 1 - q_()^k \)) = product_(j = 0)^oo frac(1, \( 1 - q_()^(5 j + 2) \) \( 1 - q_()^(5 j + 3) \)) , upright("  ") upright("  ") f o r med \| q \| < 1 .\
upright("Commutative Diagram") & H & arrow.l & K\
arrow.b & zws & arrow.t\
Expand Down
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.6 && < 0.1.8,
typst-symbols >= 0.1.7 && < 0.1.8,
split

Exposed-modules: Text.TeXMath,
Expand Down

0 comments on commit 9539ea2

Please sign in to comment.