09-matery和typora中写出Latex公式


<center>04-matery和typora中写出Latex公式</center>

基本设置

  1. matery 的设置:

    • 在文章md文件开启 mathjax

    • matery主题config.yml文件开启 mathjax

  2. typora 的设置:

mathpix:Latex 公式图片识别

https://www.latexlive.com/home:我用的是微信登陆,类似是 mathpix,不过好像每天更新一次?;


https://zhuanlan.zhihu.com/p/84284438#:~:text=%E5%85%8D%E8%B4%B9%E7%9A%84%E7%89%88%E6%9C%AC%E6%AF%8F%E4%B8%AA,%E6%9C%88%E6%9C%891000%E6%AC%A1%E5%85%8D%E8%B4%B9%E3%80%82 :Mathpix免费次数用完了?来这里还可以拯救一下下,1元20次;微信公众号的;


mathpix snipping tool:会保存每个截图的公式记录

https://cloud.tencent.com/developer/article/1792717:如何获取Mathpix开发版的API key??? 1000次,现在要钱了

https://item.taobao.com/item.htm?spm=a230r.1.14.21.2e2521d0JBdAIS&id=659294583892&ns=1&abbucket=9#detail:淘宝购买,1元1个账号,50次数+20pdf,**推荐**~


https://cloud.tencent.com/developer/article/1801104?from=article.detail.1792717:公式识别神器Mathpix for matlab 1.0.0版正式发布


快间公式+手动编号+自动编号

https://blog.csdn.net/NICAI001/article/details/107742086:Typora多行公式自动编号+引用

https://zhuanlan.zhihu.com/p/99406531:LATEX 公式编号、子公式编号方法

$$
F(f, \theta)=\frac{\partial k}{\partial f} F(k, \theta)=\frac{2 \pi}{c_{g}} F(k, \theta)
\tag 1
$$

$$
F(f, \theta)=\frac{\partial k}{\partial f} F(k, \theta)=\frac{2 \pi}{c_{g}} F(k, \theta)
\tag{2.1}
$$

$$
\begin{equation}
y=x+z
\label{XX}
\end{equation}
$$

mathjax公式

matery使用mathjax编辑latex的,所以图片识别后得到的latex代码可能在hexo博客上显示会失败,解决方法:

问题:typora的内联公式能否用mathjax,想与博客中的mathjax相匹配~~

因为mathjax是专门用于博客网页上的,而typora内联公式可能不是专门网页的,不然也可以尝试把博客的mathjax换成typora中的latex编辑器~~

问题:在主题里开起了mathjax。hexo s 后在 localhost网页能看到正常的latex公式,但是,为什么 hexo d 后在博客网页就显示latex公式源码,没有编译出来~~

第一次加载后显示失败;

第二次加载后正常了

问题:MathJax无法渲染多行公式(包含解决方案)

https://github.com/blinkfox/hexo-theme-matery/issues/119

结论:复杂的快间公式感觉还不如直接图片算了,简单的行间公式比图片好~~


Author: Jincan
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint policy. If reproduced, please indicate source Jincan !
  TOC