0

I am using a slidy presentation with Rmarkdown. The output is html (not pdf). I have a math equation like:

$$\eta_i = \widetilde{r_i} - \widehat{r_i}$$ 

I would like to increase the size of this equation only within the slide, not the whole slide.

Is this possible?

Courvoisier
  • 904
  • 12
  • 26

1 Answers1

0

I did $$\large \eta_i = \widetilde{r_i} - \widehat{r_i}$$

or

$$\huge \eta_i = \widetilde{r_i} - \widehat{r_i}$$

and it worked

Courvoisier
  • 904
  • 12
  • 26