真是慘,幫同窗改論文,發現因版本不兼容,公式所有轉爲圖片了,須要將公式的圖片轉爲 word 公式:javascript
先使用 mathpix
將圖片轉爲 latex。
mathpix
軟件下載地址:https://mathpix.com/
mathpix
的使用是 ctrl+alt+m
。html
採用 LaTex2Word-Equation。
能夠將latex 公式代碼複製到 https://www.mathjax.org/#demo,再轉爲 word 公式:
java
<!DOCTYPE html> <html> <head> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <title>tex texample</title> </head> <body> $$ \mathbf{C}_{i, j}=\left\{\begin{array}{ll}{\left(\mathbf{T}_{i, j}+\mathbf{T}_{M, N}+\mathbf{Q}_{i, j}\right) \bmod F,} & {\text { if } i=1, j=1} \\ {\left(\mathbf{T}_{i, j}+\mathbf{C}_{M, j-1}+\mathbf{Q}_{i, j}\right) \bmod F,} & {\text { if } i=1, j \neq 1} \\ {\left(\mathbf{T}_{i, j}+\mathbf{C}_{i-1, j}+\mathbf{Q}_{i, j}\right) \bmod F,} & {\text { if } i \neq 1}\end{array}\right. $$ </body>
把須要轉換的 latex 代碼貼到 $$
中。git
用瀏覽器打開文件:
github
複製 mathML 代碼,到 word 文檔粘貼「只保留文本」。瀏覽器