更改 RPres 中的数学公式字体大小

Changing math formulas font size in RPres

如何更改 Rpres 中数学公式的字体大小? [编者注:'Rpres' 是 RStudio 为其 "Presentation" 文件使用的文件扩展名。 IDE 的那部分显然被用户采用为 shorthand。] Code box size and font size in RPres 中也面临类似的问题,但它没有解决数学公式的问题,那不是一部分代码从文本中分离出来,但是是一大块 LaTeX 代码。

例如,请考虑使用默认设置制作的幻灯片的这一部分:

The average height is 175cm, with a standard deviation of 10. 
The z-score for a student 163cm is given by the formula:

$$z = (x - \mu)/\sigma$$

where $x$ is the student of our interest, $\mu$ is the distribution mean of
the school and $\sigma$.

Returns:

果然,Code box size and font size in RPres中建议的方法不会影响数学公式的大小。

RPres 文档和 Rmarkdown 文档中的数学公式是嵌入在 Rmarkdown 文档中的 LateX 代码块。

因此,可以使用范围从 \tiny\HUGE:

的参数修改数学公式或更一般地说 LaTeX 文本的字体大小
$$\Huge textblog.org$$

会影响字体的大小根据:

它也适用于我 $$\大 z = \frac{x}{y}$$