Skip to content

Commit

Permalink
setup latex receipe for decoupling of substitute and simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Aug 24, 2020
1 parent 8f6f959 commit f13bf1e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/latexify_recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ function chemical_arrows(rn::ModelingToolkit.ReactionSystem;
eol = double_linebreak ? "\\\\\\\\\n" : "\\\\\n"

mathjax && (str *= "\\require{mhchem}\n")

println(kwargs)

backwards_reaction = false
rxs = ModelingToolkit.equations(rn)
@variables t
Expand Down

0 comments on commit f13bf1e

Please sign in to comment.