Your suggestion sovled my problem too. Thank you very much!
I don't know if anybody mentioned it here or not, I did have a couple issues using texexec.pl and texutil.pl under cygwin enviroment. For the texexec.pl case, it turned out that it caused by the different naming scheme for the path, i.e., '\' and '/'. So I added a conditional test in the RunPerlScript subrouting in texexec.pl to make it work in both cmd and cygwin. For texutil, I found that somehow it writes a '^M' in the middle of a comment line and leaves strange number in the list of contents page. So I commented these two lines out in texutil.tex and 'sovled' the problem:
sub FlushFiles
{print TUO "%\n" . "% $Program / Files\n" . "%\n" ;
# foreach $FILE (keys %Files)
# { print TUO "% $File ($File{$File})\n" }
I am wondering these problem, if they are, can be corrected in the future release. Or if they are not, how to solve them without chaning the programs. I understand that most of people using integrated enviroment. But I believe there are still some people like using command line :))
Thanks,
Guo
Hans Hagen wrote:
At 09:15 PM 2/5/2003 -0600, you wrote:Are you use the same font name as that in font-chi.tex? if not, try edit font-chi.tex and change the font name as those used in your system instead of using the \definefontsynonym in your cont-usr.tex or cont-sys.tex may solve the problem. It seems use the \definefontsynonym to redefine the font name will cause context ignore the encoding settings.unless you define the encoding with it Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED] Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf ------------------------------------------------------------------------- _______________________________________________ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context
_______________________________________________ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context
