Convert latex formula to word formula

tags: sci

It’s really miserable. I helped the students to modify the paper, and found that all the formulas were converted to pictures due to incompatible versions. The pictures of the formulas need to be converted to word formulas:

  1. Use firstmathpixConvert the picture to latex.
    mathpixSoftware download address:https://mathpix.com/
    mathpixThe use isctrl+alt+m

  2. Then convert latex to word formula.
    This can be done in two ways:
<!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>

Paste the latex code that needs to be converted to$$In.

Open the file with a browser:

Copy the mathML code and paste "only keep text" into the word document.

reference:

Intelligent Recommendation

Pandoc combat - write a paper with latex, convert one word to word, generate a latex code with a screenshot of a mathematical formula

Write a paper with latex, convert one key to word, generate a latex code with a screenshot of the mathematical formula Actual combat effect Formula generation code 1. For simple tables, you can adjust...

How to insert the word "latex formula"

Because I have to write two big reports within 4 days, the time is urgent, I really can’t stand the mathtype, I need to use the mouse to click to find the symbols for a long time, so I want to s...

Quickly convert formula screenshot to word formula

When writing a paper in word, you often need to use the formula editor to write formulas, The following introduces a method that can quickly convert formula pictures (including handwritten formulas) i...

Convert MathType formula to Word built-in formula

When writing a paper, I encountered the problem of inconsistent line spacing after inserting MathType formula in word. After several attempts, I found that inserting the formula that comes with word d...

[LaTeX] Formula writing tool | LaTeX to MathML (for Word) | Formula screenshot to LaTeX | LaTeX learning (partial formula input)

0 Preface At present, the more mature software available for LaTeX input formula is Mathpix And here is a website that is comparable to Mathpix and even surpasses Mathpix in some aspects: https://www....

More Recommendation

Convert formula pictures to Word format

When writing papers, I often see useful formulas in PDF and want to learn from the documents edited by my own Word. Usually the variables of the formula need to be modified, so the picture must be con...

Convert LaTeX formula on kaggle to a formula you can understand

For example: Corporación Favorita Grocery Sales Forecasting | Kaggle The evaluation indicators are: $$ NWRMSLE = \sqrt{ \frac{\sum{i=1}^n wi \left( \ln(\hat{y}i + 1) - \ln(yi +1)  \right)^...

Convert math formula screenshots to Latex format

background When people in science and science have to write complex mathematical formulas, I recommend a gadget that can directly convert screenshots of formulas into LaTeX format codes. Mathpix mathp...

latex formula

LaTeX representation of common mathematical symbols Relevant information: A less brief introduction of latex latex online editor 1, and subscript index may be added _ ^ and the corresponding character...

Latex - formula

content In-line formula 2. Lines formula 3. Formula of the board In-line formula 2. Lines formula 3. Formula of the board...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top