装好CTEX与WinEdt后准备编译我的第一篇文章
但是确报出了如下的错误:The memory dump file could not be found.
后来在SourceForge找到了问题的答案:
This problem happens if there is a space in the PATH for the binaries. By default, the files are installed under C:\Program Files (x86), and this causes problems in mpost when using Latex formatting (regular labels don't produce the error when then the path contains spacing). I placed Miktex in a path without spaces, and mpost programs compile fine. I figured this may have been the issue because I tried installing texlive, and saw that Perl kept crashing during the install. The default location is C:\texlive, and when I chose that, the installation went fine, and mpost worked without problems
就是说安装路径不能有空格,这个错误实在是太坑爹了!
估计也应该有很多朋友跟我犯过同样的错误~ 希望CTEX安装界面以后有一些这方面的提示啊。
还有就是WinEdt试用期的问题,有人说不注册也没事照常用,就等等看吧。
还有一个不用注册码的方法:
在options菜单下点options...,在advanced configuration...下Event Handlers...下点Exit,如下图所示:
在End;前添加一行代码:
RegDeleteValue('HKEY_CURRENT_USER', 'Software\WinEdt 6', 'Inst');
保存后在Exit点鼠标右键Execute Script即可。
原理:
每次退出WinEdt时自动删除注册表中相关信息,试用期30天永不过期。
以上方法转载于:http://blog.sina.com.cn/s/blog_64827e4c0100u2a9.html