Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing new line in Latexify display after last equation in sytstems with reactions an equations #927

Closed
TorkelE opened this issue Jun 8, 2024 · 0 comments
Labels

Comments

@TorkelE
Copy link
Member

TorkelE commented Jun 8, 2024

MWE:

using Catalyst
@variables t V(t)
@species X(t)
@parameters p
D = Differential(t)
eqs = [
    Reaction(p, [], [X]),
    D(V) ~ 1 - V
]
@named rs = ReactionSystem(eqs, t)

image

Example with multiple reactions/equations
image

I started looking at it,. I found the area with the line breaks, but couldn't really figure out what was happening. Unless you can figure it out quickly @isaacsas I will get back to this later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants