Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed Sep 21, 2021
1 parent 680b90c commit aa929f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion test/latexify.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Dy = Differential(y)
@test_reference "latexify_refs/equation_vec1.txt" latexify([
x ~ y + z
y ~ x - 3z
z ~ -5x + 4y
])
@test_reference "latexify_refs/equation_vec2.txt" latexify([
Dx(u) ~ z
Expand Down
3 changes: 1 addition & 2 deletions test/latexify_refs/equation_vec1.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
\begin{align}
x =& y + z \\
y =& x - 3 z \\
z =& - 5 x + 4 y
y =& x - 3 z
\end{align}

0 comments on commit aa929f4

Please sign in to comment.