Windows XP
C:\Program Files\WinEdt Team\WinEdt\Config\MikTeX\menu.dat
Windows Vista & Windows 7
C:\Program Files (x86)\WinEdt Team\WinEdt\Config\MikTeX\menu.dat
Then follow the post:
Run('mo.exe')In Windows Vista or Windows 7, if we want to refresh the TeX system, I found that running the following commands in the "Command Prompt" (Run as administrator) works better:
should be modified to
Run('mo_admin.exe')
The same with package manager. Replace
Run('mpm.exe')
with
Run('mpm_mfc_admin.exe')
And the update in 2.8 should be defined (in one line) as:
Run(|%$('TeX-Root');\miktex\bin\internal\copystart_admin.exe "%$('TeX-Root');\miktex\bin\internal\miktex-update_admin.exe"|);
initexmf -u --admin
updmap -u --admin
That is running initexmf and updmap. in the administrative mode. These changes are going to be adopted in the next version of WinEdt. In the meantime, we just have to change these manually.
No comments:
Post a Comment