[NTG-context] Horizontal shifting gives overfull hboxes

2005-06-07 Thread Nikolai Weibull
OK, not the first time I bring this up, and it’s not a serious issue,
but it’s very irritating having overfull hboxes that are in all ways
correct:

\version[temporary]
\definedescription
  [test]
  [location=left]
\starttext
\starttest{1 is 1}
Solution:
\placeformula[-]
  $$1 = 1$$
\stoptest
\stoptext

will give a very ugly black box to the left of the formula.  Any way of
solving this?  Thanks,
nikolai

-- 
Nikolai Weibull: now available free of charge at http://bitwi.se/!
Born in Chicago, IL USA; currently residing in Gothenburg, Sweden.
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] texsync'd linux ConTeXt png error

2005-06-07 Thread Stuart Jansen
On Tue, 2005-06-07 at 23:39 +0200, Taco Hoekwater wrote:
> Sounds like a bug in pdftex. What does texexec -- version
> report? (There is a known bug with pdtex 1.20a, I think)

 TeXExec 5.2.5 - ConTeXt / PRAGMA ADE 1997-2005

   texexec : TeXExec 5.2.5 - ConTeXt / PRAGMA ADE 1997-2005
   texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
   tex : pdfeTeX, 3.141592-1.20a-2.2 (Web2C 7.5.3)
   context : ver: 2005.03.16
   cont-en : ver: 2005.03.16  fmt: 2005.6.7  mes: english
   cont-cz : ver: 2005.03.16  fmt: 2005.5.28  mes: czech
   cont-de : ver: 2005.03.16  fmt: 2005.5.28  mes: german
   cont-it : ver: 2005.03.16  fmt: 2005.5.28  mes: italian
   cont-nl : ver: 2005.03.16  fmt: 2005.6.7  mes: dutch
   cont-ro : ver: 2005.03.16  fmt: 2005.5.28  mes: romanian

-- 
Stuart Jansen <[EMAIL PROTECTED]>
Guru Labs, L.C.


signature.asc
Description: This is a digitally signed message part
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] newest version on teTeX-3.0

2005-06-07 Thread Taco Hoekwater

Peter Münster wrote:

On Tue, 7 Jun 2005, Taco Hoekwater wrote:

I've just replaced "/usr/local/teTeX/share" by "/opt/teTeX".


I'm baffled. What I did worked for me, but I do claim to
understand all of it completely, so I may have missed something.

Taco

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] newest version on teTeX-3.0

2005-06-07 Thread Taco Hoekwater

Taco Hoekwater wrote:

Peter Münster wrote:


On Tue, 7 Jun 2005, Taco Hoekwater wrote:

I've just replaced "/usr/local/teTeX/share" by "/opt/teTeX".


I'm baffled. What I did worked for me, but I do claim to


That should have read:
> I'm baffled. What I did worked for me, but I do *not* claim to

;)
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] texsync'd linux ConTeXt png error

2005-06-07 Thread Taco Hoekwater


Sounds like a bug in pdftex. What does texexec -- version
report? (There is a known bug with pdtex 1.20a, I think)

Taco

Stuart Jansen wrote:

---
libpng warning: Ignoring bad adaptive filter type
libpng warning: Ignoring bad adaptive filter type
libpng warning: Ignoring bad adaptive filter type
---

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] unic-033.tex and unic-034.tex

2005-06-07 Thread Taco Hoekwater

Nikolai Weibull wrote:

I wrote the arrow parts of vector 033 as well.  Works OK.  Comments
welcome.  I'd personally enjoy both being included in ConTeXt at
some point.

For some reason one needs to do the "\numexpr(x+1) \unknownchar \or ..."
trick for things to work.  Why?,


Braces do not end the \numexpr parsing engine, only \relax does
that (or something that does not fit the syntax). So it is
'normal' to use

  \numexpr x+1\relax \unknownchar

instead.

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: newest version on teTeX-3.0

2005-06-07 Thread Taco Hoekwater

Patrick Gundlach wrote:

Hi all,




Barring typo's, this wiki page should be a help for people trying
to upgrade a 'normal' teTeX:

  http://contextgarden.net/TeTeX_3.0_installation



Very nice page, Taco. One remark though: TEXFORMATS doesn't have to be
set. - Or do you have "better" experience with it?


It is set in the default texmnf.cnf from teTeX, so I just amended
as needed. It is definately needed when there are still formats
in 'bare' web2c because that would overshadow web2c/pdfetex if
there was no TEXFORMATS setting. But if there are no such formats,
then I suspect it makes no difference whether TEXFORMATS is set
or not. Not tested though.

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Space in the module t-rsteps

2005-06-07 Thread Mojca Miklavec

Consider the following example in t-rsteps:

%%%

\usemodule[rsteps]
\setupcolor[state=start]
\definehead[Subject][subject]
\setuphead[Subject][page=yes,style=\bfb]

\starttext

\StartSteps[Title]
a\NextStep b
\StopSteps

\StartSteps[Title 2]
a\FromStep[2]{b}
\StopSteps

\stoptext

%%%

On the page 2, it typesets something like

"a\par b"

and on the page 4 it typesets something similar as

"a\ b"

instead of "ab" in both cases.

My questions:

#1. I don't completely understand the mechanism behind rsteps, but is 
there a way to supress the additional space introduced between 
successive steps?


#2. How can I use \vfill (to write something on the bottom of the page)?

#3. If I write

The beginning \FromStep[2]{of a \dorecurse{20}{very }long sentence}

than the spacing in the first part is affected by the TeX line-breaking 
algorithm (in slide 1 normal spacing is used and in slice 2 it is moved 
slightly to the left or to the right)


The same goes for vertical alignment once the slide is full

#4. How could I use \FromStep[x][reserve] outside the math environment? 
This could have solved the problem with the alignment under #3.


Thank you,
Mojca

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] texsync'd linux ConTeXt png error

2005-06-07 Thread Stuart Jansen
I'm using the latest texsync'd version of ConTeXt on 32bit and 64bit
linux. Looks like either ConTeXt or pdfetex can't handle PNG's with an
alpha channel.

PNG image data, 8-bit/color RGB, non-interlaced  <-- works fine
PNG image data, 8-bit/color RGBA, non-interlaced <-- corrupt pdf
PNG image data, 8-bit gray+alpha, non-interlaced <-- following error:
---
libpng warning: Ignoring bad adaptive filter type
libpng warning: Ignoring bad adaptive filter type
libpng warning: Ignoring bad adaptive filter type
---
repeated ad nauseum

(To benefit anyone coming across this message in the archives:)
As a work around, assuming you don't need the alpha, the image can be
converted to RGB in The Gimp using Layers > Flatten Image.
Alternatively, using Image Magick, the command would be
convert image.png png24:image-new.png

-- 
Stuart Jansen <[EMAIL PROTECTED]>
Guru Labs, L.C.


signature.asc
Description: This is a digitally signed message part
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] newest version on teTeX-3.0

2005-06-07 Thread Peter Münster
On Tue, 7 Jun 2005, Taco Hoekwater wrote:

> Peter Münster wrote:
> 
> > texexec --pdf test:
> > 
> > fonts   : using map file: original-base
> > fonts   : using map file: ec-public-lm
> > fonts   : using map file: ec-base
> > fonts   : using map file: original-ams-base
> > fonts   : using map file: original-public-lm
> > systems : begin file test at line 3
> > [1.1{/opt/teTeX/texmf-dist/fonts/map/dvips/context/original-empty.map}{/opt/teT
> > eX/texmf-dist/fonts/map/dvips/context/original-base.map}{/opt/teTeX/texmf-dist/
> > fonts/map/dvips/context/ec-public-lm.map}{/opt/teTeX/texmf-dist/fonts/map/dvips
> > /context/ec-base.map}{/opt/teTeX/texmf-dist/fonts/map/pdftex/context/original-a
> > ms-base.map}{/opt/teTeX/texmf-dist/fonts/map/dvips/context/original-public-lm.m
> > ap}]
> 
> Judging from the path, these are still the old map files from teTeX, not
> the new one that you (perhaps) have installed in /opt/teTeX/texmf-local.

No, these map-files are coming from cont-tmf.zip. /opt/teTeX/texmf-dist is
the only texmf-tree on my system.

Tomorrow I'm going to try an installation with texmf-local, perhaps it's
really better to separate the updates from the main distribution.

> This directory (/opt/teTeX/texmf-dist) is not out-of-the-box teTeX 3.0,
> so I guess you have to do some distribution-specific tweaking.

I've just replaced "/usr/local/teTeX/share" by "/opt/teTeX".

>From tetex-src-3.00/INSTALL:

   You can omit the "share/" part for the texmf directories if you want.
   $prefix/share/texmf and $prefix/texmf are auto-detected by configure.

and

   For now, you have to create two texmf directories and unpack the tar archive
   there. Example (the "#" character represents the prompt of your shell,
   don't type it in):

 # mkdir -p /usr/local/teTeX/share/texmf /usr/local/teTeX/share/texmf-dist
 # gzip -dc tetex-texmf.tar.gz \
 | (umask 0; cd /usr/local/teTeX/share/texmf-dist; tar xvf -)


Do you have the same duplicates in pdftex.map? And do you use the default
cont-sys.rme?

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] small bugfix: module t-rsteps, more than 9 slides not possible

2005-06-07 Thread Mojca Miklavec


\FromStep[10] doesn't work in the following program:

%%

\usemodule[rsteps]
\setupcolor[state=start]
\definehead[Subject][subject]
\setuphead[Subject][page=yes,style=\bfb]

\starttext
\StartSteps[Title]
a
\FromStep[9]{b}
\FromStep[10]{c}
\StopSteps
\stoptext

%%

The problem lies in:

\def\FromStep[#1]{%
  [EMAIL PROTECTED]
...

The second line should be
  [EMAIL PROTECTED](#1)%
otherwise [EMAIL PROTECTED] becomes only 1 as input and typesets the 
zero on the document.


In the same art some more lines are to be fixed.

Mojca

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] unic-033.tex and unic-034.tex

2005-06-07 Thread Nikolai Weibull
I wrote the arrow parts of vector 033 as well.  Works OK.  Comments
welcome.  I'd personally enjoy both being included in ConTeXt at
some point.

For some reason one needs to do the "\numexpr(x+1) \unknownchar \or ..."
trick for things to work.  Why?,
nikolai

-- 
Nikolai Weibull: now available free of charge at http://bitwi.se/!
Born in Chicago, IL USA; currently residing in Gothenburg, Sweden.
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}


unic-033.tex
Description: TeX document


unic-034.tex
Description: TeX document
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: newest version on teTeX-3.0

2005-06-07 Thread Patrick Gundlach
Hi all,


> Barring typo's, this wiki page should be a help for people trying
> to upgrade a 'normal' teTeX:
>
>http://contextgarden.net/TeTeX_3.0_installation

Very nice page, Taco. One remark though: TEXFORMATS doesn't have to be
set. - Or do you have "better" experience with it?

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] newest version on teTeX-3.0

2005-06-07 Thread Taco Hoekwater

Peter Münster wrote:


texexec --pdf test:

fonts   : using map file: original-base
fonts   : using map file: ec-public-lm
fonts   : using map file: ec-base
fonts   : using map file: original-ams-base
fonts   : using map file: original-public-lm
systems : begin file test at line 3
[1.1{/opt/teTeX/texmf-dist/fonts/map/dvips/context/original-empty.map}{/opt/teT
eX/texmf-dist/fonts/map/dvips/context/original-base.map}{/opt/teTeX/texmf-dist/
fonts/map/dvips/context/ec-public-lm.map}{/opt/teTeX/texmf-dist/fonts/map/dvips
/context/ec-base.map}{/opt/teTeX/texmf-dist/fonts/map/pdftex/context/original-a
ms-base.map}{/opt/teTeX/texmf-dist/fonts/map/dvips/context/original-public-lm.m
ap}]


Judging from the path, these are still the old map files from teTeX, not
the new one that you (perhaps) have installed in /opt/teTeX/texmf-local.

This directory (/opt/teTeX/texmf-dist) is not out-of-the-box teTeX 3.0,
so I guess you have to do some distribution-specific tweaking.

Please update the wiki page when you are done. this particular update
is a bit problematic so the more specific information in the wiki, the
better.

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Problem with new cont-tmf

2005-06-07 Thread Taco Hoekwater


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




___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] texutil and registers

2005-06-07 Thread Hans Hagen

Hi,

in the process of rewriting texexec into ruby i also rewrite texutil; some of 
the functionality in texutil is already moved (probably went unnoticed) to 
ctxtools; the graphics analyzer actually is also seperated in another tool, but 
yet undocumented (related to rlx libraries); this leaves handling the tui file; 
i will probably merge that part of the code into texexec which will speed up 
processing; from that moment texutil will be just a wrapper around calls to 
other tools (fallback).


one of the more complex parts of texutil's tui handling is register sorting; i 
more or less got this done, and (at least i think) i can also handle the special 
tricks needed for czech; there will be a new interface to define sort rules; one 
of the tricky parts is handling encodings, but i may patch the context code for 
that; also, the sort-class based remap features will be available from within 
context so that one can tweak handling


in determining the needed functionality, i'd like to know what things can end up 
in user's registers; if possible, i'd like to have (small) test files with sane 
cases (+ sort rules if needed) so that we can make a test bed


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@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \type{...} introduces space

2005-06-07 Thread Hans Hagen

Peter Münster wrote:

Hello,

how could I get rid of the space before the \type-command please?
Example:

\starttext
x\type{x}x
\stoptext


in core-ver.tex, locate \setupcommonverbatim and add a % after {}}

{}}%

this bug was introduced when i extended the tab handler, sorry

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@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Problem with new cont-tmf

2005-06-07 Thread François Fasoli

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

system  : cont-new loaded
(c:/MesPGM/TeXLive/texmf-dist/tex/context/base/cont-new.tex
systems : beware: some patches loaded from cont-new.tex
system (E-TEX) : [line 378]
color   : palette rollover is available
system (E-TEX) : [line 1368]
system (E-TEX) : [line 1423]
)
system  : cont-old loaded
(c:/MesPGM/TeXLive/texmf-dist/tex/context/base/cont-old.tex
loading : Context Old Macros
)
system  : cont-fil loaded
(c:/MesPGM/TeXLive/texmf-dist/tex/context/base/cont-fil.tex
loading : Context File Synonyms
)
system  : cont-sys.rme loaded
(c:/MesPGM/TeXLive/texmf-dist/tex/context/user/cont-sys.rme
(c:/MesPGM/TeXLive/texmf-dist/tex/context/base/type-syn.tex
! Undefined control sequence.
l.14 \starttypescriptcollection
  [synonyms]
?
I never had this error with the old version.
What happens ?
Thanks

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] \type{...} introduces space

2005-06-07 Thread Peter Münster
Hello,

how could I get rid of the space before the \type-command please?
Example:

\starttext
x\type{x}x
\stoptext

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] newest version on teTeX-3.0

2005-06-07 Thread Peter Münster
On Sun, 5 Jun 2005, Taco Hoekwater wrote:

> Barring typo's, this wiki page should be a help for people trying
> to upgrade a 'normal' teTeX:
> 
>http://contextgarden.net/TeTeX_3.0_installation

Indeed, a great help! Thank you!

Here the result on my machine:
I've followed all the steps on your page, and then:

This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com)
' TeX output 2005.06.06:1049' -> test.ps
. [1] 

So dvips seems ok.

texexec --pdf test:

fonts   : using map file: original-base
fonts   : using map file: ec-public-lm
fonts   : using map file: ec-base
fonts   : using map file: original-ams-base
fonts   : using map file: original-public-lm
systems : begin file test at line 3
[1.1{/opt/teTeX/texmf-dist/fonts/map/dvips/context/original-empty.map}{/opt/teT
eX/texmf-dist/fonts/map/dvips/context/original-base.map}{/opt/teTeX/texmf-dist/
fonts/map/dvips/context/ec-public-lm.map}{/opt/teTeX/texmf-dist/fonts/map/dvips
/context/ec-base.map}{/opt/teTeX/texmf-dist/fonts/map/pdftex/context/original-a
ms-base.map}{/opt/teTeX/texmf-dist/fonts/map/dvips/context/original-public-lm.m
ap}]
systems : end file test at line 5
 ) 
Output written on test.pdf (1 page, 2742 bytes).
Transcript written on test.log.

This is a bitmap font, and very ugly with Acroread...

Then I removed the lines 75-107 (from "\resetmapfiles" to "\fi") from
cont-sys.rme (and saved it as cont-sys.tex). After that, I got a pdf-file
with type 1 fonts, but a lot of warnings like this one:
Warning: pdfetex (file /opt/teTeX/texmf-var/fonts/map/pdftex/updmap/pdftex.map)
: fontmap entry for `bchb8r' already exists, duplicates ignored

So, there are a lot of duplicates in pdftex.map (about 600), like:

vnti8 LMRoman8-Italic "enct5psn ReEncodeFont" http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Problem with new cont-tmf

2005-06-07 Thread Taco Hoekwater


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:


Perl cannot find the File::Temp module. Since this is a core
module, it should have been present in the installation
already, probably as:

  C:\MesPGM\TeXLive\xemtex\perl\lib\File\Temp.pm

Double-check your perl, because it is broken.

Taco

François Fasoli wrote:

 
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.





___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Problem with new cont-tmf

2005-06-07 Thread Taco Hoekwater


Perl cannot find the File::Temp module. Since this is a core
module, it should have been present in the installation
already, probably as:

  C:\MesPGM\TeXLive\xemtex\perl\lib\File\Temp.pm

Double-check your perl, because it is broken.

Taco

François Fasoli wrote:
 
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.





___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Problem with new cont-tmf

2005-06-07 Thread François Fasoli



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/scripts/context/perl/texexec.pl line 
53.BEGIN failed--compilation aborted at 
c:/MesPGM/TeXLive/texmf-dist/scripts/context/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.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context