Back to Reveal Js

reveal.js

examples/multiple-presentations.html

6.0.1341 B
Original Source

Deck 1, Slide 1Deck 1, Slide 2

import React, { useState } from 'react';
							function Example() {
							  const [count, setCount] = useState(0);
							}

Deck 2, Slide 1Deck 2, Slide 2

The Lorenz Equations

[\begin{aligned} \dot{x} & = \sigma(y-x) \ \dot{y} & = \rho x - y - xz \ \dot{z} & = -\beta z + xy \end{aligned} ]