欢迎使用 Hexo + NexT 博客

这是一篇测试文章,用于验证 LaTeX 数学公式渲染是否正常。

行内公式

爱因斯坦质能方程:

勾股定理:

块级公式

高斯积分公式:

复杂公式示例

傅里叶变换:

麦克斯韦方程组之一(法拉第定律):

贝叶斯定理:

矩阵表示

化学方程式 (mhchem)


如果你能看到以上所有公式被正确渲染,说明 LaTeX 配置成功!

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

0%