& = \sigma(y-x) \\
\dot{y} & = \rho x - y - xz \\
\dot{z} & = -\beta z + xy
\end{aligned} \]
reveal.js - Multiple Presentations
Deck 1, Slide 1
Deck 1, Slide 2
import React, { useState } from 'react';
function Example() {
const [count, setCount] = useState(0);
}
Deck 2, Slide 1
Deck 2, Slide 2
## Markdown plugin
- 1
- 2
- 3
The Lorenz Equations
\[\begin{aligned}
\dot{x}