Skip to content

Commit eb0e1c9

Browse files
astoerikoaseyboldt
authored andcommitted
Fix equation formatting in the README.md
1 parent 341f786 commit eb0e1c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ pip install -e .
4545
We will use the Lotka-Volterra equations as an example ODE:
4646

4747
$$
48-
\freq{dH}{dt} = \alpha H - \beta LH\\
49-
\freq{dL}{dt} = \delta LH - \gamma L
48+
\begin{gather}
49+
\frac{dH}{dt} = \alpha H - \beta LH\\
50+
\frac{dL}{dt} = \delta LH - \gamma L
51+
\end{gather}
5052
$$
5153

5254
```python

0 commit comments

Comments
 (0)