在学习工作中经常要输入公式,平时一般喜欢用latex来做学习记录,因此公式往往都是用latex输入的。
从实践看有两种常用方法可以用来使latex公式在word或wps中复用。分别是利用mathtype的方法和利用aurora的方法。 利用mathtype的方法要使latex格式的公式可以在Mathtype中拷贝和使用,关键是要设置Mathtype的拷贝属性。 step 1: 安装mathtype,比如mathtype6.7版 step 2: 选择菜单preferences下cut and copy preferences,勾选mathml或tex。选择latex 2.09或amslatex。 step 3: 将用latex写公式拷入mathtype,然后插入到word/WPS中。当然也可以用mathtype写公式拷入tex文档用于latex公式输出。 注意:一些latex命令或环境mathtype是不支持的,比如gathered、以及一些为了对齐而使用latex命令比如hfill等。 利用aurora的方法利用aurora的方法最近才发现,它与mathtype不同在于,aurora输入公式就是用latex格式的。只是插入到word、wps中的是aurora经过编译的公式对象,其本质是aurora通过输入的latex公式编译成div然后转出png公式插入到word中。方法如下: step 1: 安装aurora,可以利用360的软件管家找。 step 2: 在word中直接使用aurora插件,而在wps中则插入aurora对象。
step 3: 在弹出的aurora窗口中输入latex公式,然后关闭该窗口,这是aurora自动调用系统中的tex编译器编译公式,并插入到word或wps中。 注意:当系统中同时要安装mathtype和aurora时,aurora应在mathtype安装之后再安装,否则mathtype也会把aurora对象当成自己的对象,进而影响aurora公式的编辑。 |