[NTG-context] new beta
Thomas A.Schmitz
thomas.schmitz at uni-bonn.de
Sat Apr 16 08:40:09 CEST 2005
OK, I think I got the new beta working now under OS X. David Munger's
suggestions were key (thanks a lot!). I had to apply both fixes,
AFAICS:
1. Open $TEXMF/web2c/context/config/texexec.rme. line 68-69 are
set TeXFormatFlag to &
set MpFormatFlag to &
and need to be modified like so
set TeXFormatFlag to \&
set MpFormatFlag to \&
2. Open $TEXMF/scripts/context/perl/texexec.pl. line 2442-2444 are
unless ( $dosish && !$escapeshell ) {
$cmd =~ s/[^\\]\&/\\\&/io ;
}
and should become
unless ( $dosish && !$escapeshell ) {
$cmd =~ s/([^\\])\&/$1\\\&/io ;
}
3. After that, run texexec --make en metafun and texhash again, and you
should be in business.
Will try the same under my (gentoo) linux system later today.
Thanks everybody for getting this fixed!
Best
Thomas
On Apr 15, 2005, at 11:30 PM, Hans Hagen wrote:
> Thomas A.Schmitz wrote:
>> Oh, one more thing: interestingly, updating ConTeXt makes pdflatex
>> break, too - in fact, every flavor of TeX that use pdfetex. pdfetex
>> somehow reads a mapfile that ConTeXt provides and then complains
>> about missing font. So I have to use the prior beta.
>
> delete the pdftex,map file in the fonts/map/pdftex/context path
>
> (i fixed the beta zip)
>
> 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
> -----------------------------------------------------------------
>
> _______________________________________________
> ntg-context mailing list
> ntg-context at ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>
More information about the ntg-context
mailing list