Skip to content

Commit 6bd58ad

Browse files
committed
README
1 parent a33214f commit 6bd58ad

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
## MathML2MathTypeEquation ##
22

3-
### 介绍 ###
3+
4+
### Support ###
5+
* MathML公式类使用MathType公式进行转换
6+
* HTML格式导出Word(支持表格、图片、排序标签、转义字符等)
7+
8+
### Required ###
9+
* Office2003+(Word And Excel) Best of 2007
10+
* .Net Frameword4.0+
11+
* MathType6.9+[关于MathType6.9破解](http://download.csdn.net/detail/qq_20545159/9921565)
12+
13+
### Introduce ###
414

515
这篇文章主要介绍怎么使用[MathType](https://www.dessci.com/en/reference/sdk/)[MathML](https://zh.wikipedia.org/wiki/%E6%95%B0%E5%AD%A6%E7%BD%AE%E6%A0%87%E8%AF%AD%E8%A8%80)转换MathType类型的公式对象并嵌入到Word中。
616

@@ -18,10 +28,5 @@ EquationInput(公式输入)、EquationOutput(公式输出)和MTSDK(MathType连
1828

1929
目前采用的方式是使用EquationInputFileText类从磁盘文件中读入MathML数据类型的数据,然后使用EquationOutputClipboardText输出到系统的剪切板中,从剪切板中获取到该公式的对象并写入到Word文档中,当文件读取并转换完成后,生成Wrod文档并保存。
2030

21-
### 环境 ###
22-
* MathType 6.9 [关于MathType6.9破解](http://download.csdn.net/detail/qq_20545159/9921565)
23-
* Office(Word And Excel) 最好使用2007+
24-
* .Net FrameWord4.0
25-
26-
### 运行图 ###
31+
### Operation ###
2732
![](https://github.com/scalad/MathML2MathTypeEquation/blob/master/doc/effect.gif)

0 commit comments

Comments
 (0)