Hooman Javidnia wrote:
Hi Hans,
Thanks for all the help. I have progressed a lot with the tips you gave me. Now, I have two problems:
1) I can run "texmfstart newtexexec.rb --autopdf --pdf myfile.tex" from Windows command line, but when I click on Build in SciTE's Tools menu, it says: "THe system cannot find the file specified." I don't which file it is mentioning.
It can't find texmfstart. You need to have the TeXLive binary directory in your global path (perhaps through autoexec.bat, but windows is too long ago for me to be certain about that).
2) I have copied the scite-ctx.properties file to SciTE's path, but I still dont' get the wrapping and other ctx functionality.
You have to add a new line containing import context to the bottom of the Global or User Options file in SciTE And you have to copy <texmf>/scripts/context/lua/scite-ctx.lua to the SciTE path as well. Cheers, Taco