latex 公式轉爲 word 公式

真是慘,幫同窗改論文,發現因版本不兼容,公式所有轉爲圖片了,須要將公式的圖片轉爲 word 公式:javascript

  1. 先使用 mathpix 將圖片轉爲 latex。
    mathpix 軟件下載地址:https://mathpix.com/
    mathpix 的使用是 ctrl+alt+mhtml

  2. 再將latex 轉爲 word 公式。
    這個能夠有兩種方式:
<!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 文檔粘貼「只保留文本」。瀏覽器

參考:https://www.douban.com/note/648629593/code

相關文章
相關標籤/搜索