gpt4 book ai didi

r - R Markdown 和 Windows 中的多行 latex 方程

转载 作者:行者123 更新时间:2023-12-02 09:15:10 25 4
gpt4 key购买 nike

以下代码在 linux 上运行良好:

---
title: "LaTeX test"
author: "Ignacio"
output: html_document
---


## Latex

$$
\begin{aligned}

y_j \sim N(\theta_j , \sigma_j^2) \\

\sigma_j = \nu/\sqrt{n_j} \\

\theta = \mu +\tau \times \eta \\

\eta \sim N(0,1) \\

\mu + \tau\times\eta = \theta \sim N(\mu , \tau^2)

\end{aligned}
$$

在 Windows 上,rstudio 正确呈现方程:

enter image description here

但是,当我编织文件并使用 chrome 打开 HTML 时,或者即 latex 未正确呈现时:

enter image description here

有没有办法来解决这个问题?

最佳答案

如果其他人遇到这个问题,@YihuiXie 是对的。删除空行可以解决问题:

---
title: "LaTeX test"
author: "Ignacio"
output: html_document
---


## Latex

$$
\begin{aligned}
y_j \sim N(\theta_j , \sigma_j^2) \\
\sigma_j = \nu/\sqrt{n_j} \\
\theta = \mu +\tau \times \eta \\
\eta \sim N(0,1) \\
\mu + \tau\times\eta = \theta \sim N(\mu , \tau^2)
\end{aligned}
$$

关于r - R Markdown 和 Windows 中的多行 latex 方程,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47913433/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com