Copy MathML into Word to use as equation

后端 未结 1 402
旧时难觅i
旧时难觅i 2021-02-05 13:58

I can successfully copy equations made using the insert equation tool in MS word (2013) to the clipboard in MathML format for use elsewhere. However I mainly need to import int

相关标签:
1条回答
  • 2021-02-05 14:50

    Did you just tried to paste any MathML fragment copied from, for example, notepad?

    It worked for me. Just Copy and paste the following first into notepad and, then, copy from notepad and paste it to word:

    <math xmlns="http://www.w3.org/1998/Math/MathML"><mfrac><mn>1</mn><mn>2</mn></mfrac></math>

    0 讨论(0)
提交回复
热议问题