Skip to content
Discussion options

You must be logged in to vote

The trouble you're having is that these are incremental lists, and not incremental slides (it's confusing, and it confused me too! But the feature comes ultimately from pandoc and we don't truly control it).

If you want to achieve the effect you're looking for, use "pauses" (. . .):

---
title: "incremental formulae"
format: revealjs
---

## A slide

. . .

- formula 1 (lol)

$$
G = \frac{\sum_{i = 1}^{n} \sum_{j = 1}^{n} w_{ij}x_ix_j}
{\sum_{i = 1}^{n}\sum_{j = 1}^{n} x_i x_j}
$$

. . .

- formula 2

$$
Gi = \frac{\sum_j w_{ij} x_j}{\sum_j x_j}
$$

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by JosiahParry
Comment options

You must be logged in to vote
4 replies
@JosiahParry
Comment options

@cscheid
Comment options

@mcanouil
Comment options

@JosiahParry
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
revealjs Issues with the revealjs format math any issue related to math support in specific formats
3 participants