David Munger wrote:
Hi Thomas,
You may try to look in your texexec.ini (run "kpsewhich texexec.ini" to get the path) for those lines:
set TeXFormatFlag to & set MpFormatFlag to &
and replace them with those:
set TeXFormatFlag to \& set MpFormatFlag to \&
i have this code: my $escapeshell = ( ($ENV{'SHELL'}) && ($ENV{'SHELL'} =~ m/sh/i )); and unless ( $dosish && ! $escapeshell ) { $cmd =~ s/[^\\]\&/\\\&/io ; } so mayeb there is something wrong there? interestingly it does work ok on our linux box Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------