|
这里没发,原来,虽然很久了,发一下——(每次新安装一次都要改一次,找得麻烦)
自MathType 6.0之后支持LaTeX代码,用MathType输公式相对也较多。
自测试Office 2013+MathType6.9的时候发现,输入公式后,总多出一个空格(但公式前面无空格,这样看上去不那么的美观),今天在其它机器上MathType6.8也碰到这个问题。
搜索之后,原来是Design Science有意为之,取消其后的空格,官方给的方法:dessci.com/en/support/mathtype/tsn/tsn143.htm 。
其实就是在注册表中的(没有的话自建,具体见下)WordCommands下——添加字符串值——(数值名称)NoSpaceAfterInline的(数值数据)为1——
HKEY_CURRENT_USER\Software\Design Science\DSMT6\WordCommands\
Located in the right pane is a string value for NoSpaceAfterInline. Edit the value as follows:
To include an extra space after an inline equation, value should be 0.
To disallow an extra space after the equation, value should be 1. |
|