We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5774783 commit 91b5dd9Copy full SHA for 91b5dd9
test/latexify.jl
@@ -55,6 +55,9 @@ Dy = Differential(y)
55
@test_reference "latexify_refs/complex3.txt" latexify(1 - x + (1+2x)*im; imaginary_unit="\\mathbb{i}")
56
@test_reference "latexify_refs/complex4.txt" latexify(im * Symbolics.Term(sqrt, [2]))
57
58
+@syms c
59
+@test_reference "latexify_refs/complex5.txt" latexify((3+im/im)c)
60
+
61
@test_reference "latexify_refs/indices1.txt" latexify(h[10,10])
62
@test_reference "latexify_refs/indices2.txt" latexify(h[10,10], index=:bracket)
63
test/latexify_refs/complex5.txt
@@ -0,0 +1,3 @@
1
+\begin{equation}
2
+4.0 c
3
+\end{equation}
0 commit comments