Skip to content

Commit f13bf1e

Browse files
committed
setup latex receipe for decoupling of substitute and simplify
1 parent 8f6f959 commit f13bf1e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/latexify_recipes.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ function chemical_arrows(rn::ModelingToolkit.ReactionSystem;
4545
eol = double_linebreak ? "\\\\\\\\\n" : "\\\\\n"
4646

4747
mathjax && (str *= "\\require{mhchem}\n")
48-
49-
println(kwargs)
50-
5148
backwards_reaction = false
5249
rxs = ModelingToolkit.equations(rn)
5350
@variables t

0 commit comments

Comments
 (0)