hexo集成LaTex数学公式解决方案

hexo集成LaTex数学公式所需要的依赖,还有一些注意事项。

hexo集成LaTex数学公式解决方案

在hexo博客根目录下打开Git Bash

步骤一

卸载默认渲染器

1
npm uninstall hexo-renderer-marked

卸载hexo-math(如果之前没有安装可以跳过这步)

1
npm uninstall hexo-math

步骤二

安装pandoc

1
npm install hexo-renderer-pandoc --save

利用npm安装完成后还需要在电脑本地安装pandoc

官方网站::link:Pandoc

安装完成后记得重启电脑,否则pandoc会在执行hexo g的时候报错

步骤三

安装mathjax

1
npm install hexo-filter-mathjax --save

步骤四

在想要渲染LaTex公式的md文件头部加入配置项:mathjax: true即可

LaTex公式语法参考::link:LaTex公式指导手册

hexo集成LaTex数学公式解决方案

https://deleter-d.github.io/posts/47466/

作者

亦初

发布于

2022-10-05

更新于

2024-06-19

许可协议

评论

:D 一言句子获取中...

加载中,最新评论有1分钟缓存...