Skip to content

Commit 645cf4e

Browse files
authored
Updating the preamble(.tex) file
Extending the changes to be able of communicate with `sympy`
1 parent 40f334a commit 645cf4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/DisplaySympy.cc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@ DisplaySympy::DisplaySympy(const Kernel& kernel, const Ex& e)
2424
{"\\cosh", "cosh"},
2525
{"\\sinh", "sinh"},
2626
{"\\tanh", "tanh"},
27+
{"\\coth", "coth"},
28+
{"\\sech", "sech"},
29+
{"\\csch", "csch"},
2730
{"\\arccosh", "acosh"},
2831
{"\\arcsinh", "asinh"},
2932
{"\\arctanh", "atanh"},
33+
{"\\arccoth", "acoth"},
34+
{"\\arcsech", "asech"},
35+
{"\\arccsch", "acsch"},
3036
{"\\log", "log"},
3137
{"\\int", "integrate" },
3238
{"\\matrix", "Matrix" },

0 commit comments

Comments
 (0)