Hello,
you can delete all .xml files in C:\Program Files\TeXnicCenter\packages (base.xml, tex.xml, math.xml)
Best regards
Search found 2 matches
- Thu Jan 10, 2008 10:32 pm
- Forum: General
- Topic: Turn Off Auto Completion
- Replies: 1
- Views: 2611
- Tue Dec 18, 2007 3:02 pm
- Forum: General
- Topic: closing documents when using Foxit
- Replies: 12
- Views: 21377
Re: closing documents when using Foxit
Hello, (excuse my english ...)
you can try the autohotkey script :
loop ,%1%
{
IfWinExist, %A_LoopFileName%
WinClose ; use the window found above
}
Run,%1%
compile the script
copy the .exe in a folder (C:\Program Files\CloseFoxit)
and call it instead foxit
in Texnicenter Build>outputprofile ...
you can try the autohotkey script :
loop ,%1%
{
IfWinExist, %A_LoopFileName%
WinClose ; use the window found above
}
Run,%1%
compile the script
copy the .exe in a folder (C:\Program Files\CloseFoxit)
and call it instead foxit
in Texnicenter Build>outputprofile ...