WordPress支持Markdown和KaTex的插件
2023/06
12
11:06
安装:WP Githuber MD
数学公式的格式,与VSCode中的插件略有不同
x+y_{2}=z^{-1}
VSCode中的数学公式为:
$x+y_{2}=z^{-1}$
WPGithuberMD的数学公式为:
`$$ x+y_{2}=z^{-1} $$`
即VSCode中可以直接使用$$,可以换行
而WordPress中要首尾添加`号,不可以换行
测试一下投影矩阵
M_{project} = \begin{bmatrix} (cot(FOV/2))/Aspect & 0 & 0 & 0 \\ 0 & (cot(FOV/2)) & 0 & 0 \\ 0 & 0 & -z \frac{Far+Near}{Far-Near} & -\frac{2 Near \cdot Far}{Far-Near} \\ 0 & 0 & -1 & 0 \end{bmatrix}
CopyRights: The Post by BY-NC-SA For Authorization,Original If Not Noted,Reprint Please Indicate From 老刘@开发笔记
Post Link: WordPress支持Markdown和KaTex的插件
Post Link: WordPress支持Markdown和KaTex的插件