似乎所有需要做的就是在标题页中声明widget: mathjax
。但我无法正确渲染公式。有什么遗失?谢谢。
更新:我检查了最终的index.html
,发现很多“*”已成为<em>
或</em>
。
似乎slidify混合了LaTeX中的*
和markdown中的*
。
这是我的LaTeX代码段:
\begin{align*}
&\begin{bmatrix}
\mathbf{y}\\
y_*
\end{bmatrix}
=\mathcal{N}\left(0,\begin{bmatrix}
K & K_*\\
K_*^T & K_{**}
\end{bmatrix}\right)\\
\Longrightarrow & y_*|\mathbf{y}\sim\mathcal{N}\left(K_*K^{-1}\mathbf{y},K_{**}-K_*K^{-1}K_*^T\right)\\
\Longrightarrow & \overline{y_*}=K_*K^{-1}\mathbf{y}
\end{align*}
转换为
<li>Inference
$$\begin{align<em>}
&\begin{bmatrix}
\mathbf{y}\
y_</em>
\end{bmatrix}
=\mathcal{N}\left(0,\begin{bmatrix}
K & K<em>*\
K</em><em>^T & K_{</em><em>}
\end{bmatrix}\right)\
\Longrightarrow & y_</em>|\mathbf{y}\sim\mathcal{N}\left(K<em>*K^{-1}\mathbf{y},K</em>{*<em>}-K<em>*K^{-1}K</em></em>^T\right)\
\Longrightarrow & \overline{y<em>*}=K</em><em>K^{-1}\mathbf{y}
\end{align</em>}$$</li>
</ul>
更新2 :我将_
的{{1}}和_
替换为*
,以及*
代替\\
\
。它现在看起来很不错:
$$\\begin{align*}
&\\begin{bmatrix}
\mathbf{y}\\\\
y_*
\\end{bmatrix}
=\mathcal{N}\left(0,\begin{bmatrix}
K & K_*\\\\
K_*^T & K_{**}
\\end{bmatrix}\right)\\\\
\Longrightarrow & y_*\big|\mathbf{y}\sim\mathcal{N}\left(K_*K^{-1}\mathbf{y},K_{**}-K_*K^{-1}K_*^T\right)\\\\
\Longrightarrow & \bar{y}_*=K_*K^{-1}\mathbf{y}
\\end{align*}$$