I have a problem with new cont-tmf : When I run old texexec --version I obtain the following and ConteXt runs very well TeXExec 5.2.4 - ConTeXt / PRAGMA ADE 1997-2005 texexec : TeXExec 5.2.4 - ConTeXt / PRAGMA ADE 1997-2005 texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004 tex : pdfeTeXk, 3.141592-1.20a-2.2 (Web2c 7.5.3) context : ver: 2005.01.31 cont-en : ver: 2005.01.31 fmt: 2005.3.29 mes: english cont-cz : ver: 2005.01.31 fmt: 2005.3.29 mes: english cont-de : ver: 2005.01.31 fmt: 2005.3.29 mes: english cont-it : ver: 2005.01.31 fmt: 2005.3.29 mes: english cont-nl : ver: 2005.01.31 fmt: 2005.3.29 mes: english cont-ro : ver: 2005.01.31 fmt: 2005.3.29 mes: english cont-uk : ver: 2005.01.31 fmt: 2005.3.29 mes: english total run time : 3 seconds After downloading new cont-tmf in texmf-dist I have the following result : Can't locate File/Temp.pm in @INC (@INC contains: C:\MesPGM\TeXLive\xemtex\perl\ lib C:\MesPGM\TeXLive\xemtex\perl\site\lib .) at c:/MesPGM/TeXLive/texmf-dist/sc ripts/context/perl/texexec.pl line 53. BEGIN failed--compilation aborted at c:/MesPGM/TeXLive/texmf-dist/scripts/contex t/perl/texexec.pl line 53. I have the same result with texexec --make --language=en I have a Windows XP system and TexLive 7 What is the problem ? Thanks.
Or .. you could comment out (add a hash mark in column one of) just three lines in texexec.pl: 53: use File::Temp; 2432: my $dir = File::Temp::tempdir(CLEANUP=>1) ; 2433: my ($fh, $filename) = File::Temp::tempfile(DIR=>$dir, UNLINK=>1); (that is harmless, but your perl installation would remain broken) Taco Taco Hoekwater wrote:
I do this and now texexec --version gives the expected result.
Thank you very much.
But when I try the following test :
\starttext
test
\stoptext
I have the following error :
TeXExec 5.4.2 - ConTeXt / PRAGMA ADE 1997-2005
fixing engine variable : pdfetex
executable : pdfetex
format : c:/MesPGM/TeXLive/texmf-var/web2c/cont-en
inputfile : TeX
output : pdftex
interface : en
current mode : none
TeX run : 1
This is pdfeTeXk, Version 3.141592-1.20a-2.2 (Web2c 7.5.3)
%&-line parsing enabled.
(c:/MesPGM/TeXLive/texmf/web2c/natural.tcx)
output format initialized to DVI
entering extended mode
(./TeX.tex
ConTeXt ver: 2005.01.31 fmt: 2005.3.29 int: english mes: english
language : language en is active
Hi François, You are still using the old cont-en format, not the new one. You have to edit texmf.cnf to enable engine support in the file search engine of texlive. This section of the wiki page will probably apply to your situation as well: http://contextgarden.net/TeTeX_3.0_installation#Install_the_latest_ConTeXt Taco François Fasoli wrote:
ConTeXt ver: 2005.01.31 fmt: 2005.3.29 int: english mes: english
participants (2)
-
François Fasoli
-
Taco Hoekwater