为 VitePress 加上 LaTeX 支持

VitePress 默认不启用数学渲染插件。

要让 $$...$$ 在前端显示为排版后的公式,需要安装并配置 markdown-it-mathjax3KaTeX,否则页面可能直接显示 LaTeX 原文。

具体操作(使用 mathjax3)

bash 复制代码
npm add -D markdown-it-mathjax3@^4
ts 复制代码
export default {
  markdown: {
    math: true
  }
}

效果

Input

复制代码
When $a \ne 0$, there are two solutions to $(ax^2 + bx + c = 0)$ and they are
$$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$


**Maxwell's equations:**

| equation                                                                                                                                                                  | description                                                                            |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| $\nabla \cdot \vec{\mathbf{B}}  = 0$                                                                                                                                      | divergence of $\vec{\mathbf{B}}$ is zero                                               |
| $\nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t}  = \vec{\mathbf{0}}$                                                          | curl of $\vec{\mathbf{E}}$ is proportional to the rate of change of $\vec{\mathbf{B}}$ |
| $\nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} = \frac{4\pi}{c}\vec{\mathbf{j}}    \nabla \cdot \vec{\mathbf{E}} = 4 \pi \rho$ | _wha?_                                                                                 

Output

参考信息

KaTeX/MathJax implementatio

相关推荐
GiantGo2 天前
Texstudio编译参考文献出现问号
latex
程序员老赵3 天前
Docker 部署 TeX Live:轻松搭建 LaTeX 论文排版编译平台
前端·docker·latex
羽升5 天前
零成本搭文档站:VitePress + GitHub Pages 就够了
vitepress
小桥流水---人工智能2 个月前
TeX Live 安装报错:为什么修改 TEMP 和 TMP 后就能正常安装?
latex
西柚小萌新2 个月前
【论文写作】--LaTeX详细入门教程1
latex
月昤昽4 个月前
pgfplots绘制坐标轴
latex·tikz
月昤昽4 个月前
PGFPlots与TikZ核心差异解析
latex·tikz
碧海饮冰4 个月前
LaTex排版|语法合集|完全入门教程
latex·overleaf·latex教程
月昤昽4 个月前
black!50与black!20颜色含义解析
latex·tikz