Re: [NTG-context] Error Messages

2014-10-27 Thread Alan BRASLAU
On Sun, 26 Oct 2014 23:12:16 +0100 Hans Hagen pra...@wxs.nl wrote: feel free to organize that ... i have no time for it I have started a new wiki page and invite other users to contribute to the list by including *their* favorite common mistakes. http://wiki.contextgarden.net/Common_errors

Re: [NTG-context] Error Messages

2014-10-27 Thread Thangalin
What do you think about a wiki structure that directly corresponds to errors? http://wiki.contextgarden.net/Errors/tex/1 http://wiki.contextgarden.net/Errors/context/1 http://wiki.contextgarden.net/Errors/metapost/1 When ConTeXt encounters a TeX error, the software writes the error

[NTG-context] Error Messages

2014-10-26 Thread Thangalin
Hi, After upgrading to version 2014.10.07, I recompiled a document that had gathered some dust and was greeted with: tex error error on line 34 in file ...: ! Math error: parameter \Umathquad\displaystyle is not set The document compiled using a previous version, and no changes were made prior

Re: [NTG-context] Error Messages

2014-10-26 Thread Hans Hagen
On 10/26/2014 8:44 PM, Thangalin wrote: Hi, After upgrading to version 2014.10.07, I recompiled a document that had gathered some dust and was greeted with: tex error error on line 34 in file ...: ! Math error: parameter \Umathquad\displaystyle is not set The document compiled using a

[NTG-context] error messages for callback.register

2010-04-09 Thread Peter Münster
Hello, Here a patch for luat-cbk.lua: function callbacks.register(name,func,freeze) if frozen[name] then if trace_callbacks then frozenmessage(registering,name) end return nil, name .. is frozen elseif freeze then frozen[name] = (type(freeze)

[NTG-context] Error messages with first attempts to use ConTeXt

2005-02-06 Thread David Wooten
Greetings all, I'm a LaTeXer who is intrigued by ConTeXt. I'm running Mac OS 10.3, using Gerben Wierda's i-Installer, and have been receiving some error messages with my first attempts that a little searching-around haven't been clarified. Without the latest ConTeXt update from the i-Installer,

Re: [NTG-context] error messages after installation

2004-11-23 Thread Taco Hoekwater
Hi, How about: mkdir ($FormatPath) ; (I cannot test, I do not have a perl that is sufficiently antique to test this) ab wrote: and I still get the error: [EMAIL PROTECTED] 62% texexec 041121_table.tex Not enough arguments for mkdir at /usr/people/pm/bin/texexec line 2259, near $FormatPath

Re: [NTG-context] error messages after installation

2004-11-23 Thread ab
Taco Hoekwater [EMAIL PROTECTED] writes: Hi, How about: mkdir ($FormatPath) ; (I cannot test, I do not have a perl that is sufficiently antique to test this) Hi, I modified texexec.pl per your suggestion and continue to get the same error message: Not enough arguments for

Re: [NTG-context] error messages after installation

2004-11-23 Thread Hans Hagen
ab wrote: Taco Hoekwater [EMAIL PROTECTED] writes: Hi, How about: mkdir ($FormatPath) ; (I cannot test, I do not have a perl that is sufficiently antique to test this) Hi, I modified texexec.pl per your suggestion and continue to get the same error message: Not enough arguments for

Re: [NTG-context] error messages after installation

2004-11-23 Thread ab
Hans Hagen [EMAIL PROTECTED] writes: [...] can't you update you rperl to 5.8+? thanks, sorry for the trouble, I'll look into it -- ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] error messages after installation

2004-11-22 Thread h h extern
ab wrote: Willi Egger [EMAIL PROTECTED] writes: TEXEXEC is way too old. The current version is above 5! After updating your context it appears that it uses still a very outdated version of texexec. I advise you to update your tex-system from CTAN (http://www.tug.org/interest.html). Hi, I am

Re: [NTG-context] error messages after installation

2004-11-22 Thread Taco Hoekwater
ab [EMAIL PROTECTED] wrote: % texexec 041120_testfile.tex Not enough arguments for mkdir at /usr/people/pm/bin/texexec line 2259, near $FormatPath ; Can you given us the output perl -v ? ___ ntg-context mailing list [EMAIL PROTECTED]

Re: [NTG-context] error messages after installation

2004-11-22 Thread ab
Taco Hoekwater [EMAIL PROTECTED] writes: ab [EMAIL PROTECTED] wrote: % texexec 041120_testfile.tex Not enough arguments for mkdir at /usr/people/pm/bin/texexec line 2259, near $FormatPath ; Can you given us the output perl -v ? [EMAIL PROTECTED] 39% perl -V Summary of my perl5 (5.0

Re: [NTG-context] error messages after installation

2004-11-22 Thread Taco Hoekwater
I believe it is possible that this code if ($UseEnginePath ($FormatPath ne '' ($FormatPath !~ /$EnginePath\/$/))) { $FormatPath .= $EnginePath . '/' ; unless (-d $FormatPath) { mkdir $FormatPath ; } } breaks in perl versions 5.8.0

Re: [NTG-context] error messages after installation

2004-11-22 Thread ab
h h extern [EMAIL PROTECTED] writes: ab wrote: Willi Egger [EMAIL PROTECTED] writes: TEXEXEC is way too old. The current version is above 5! After updating your context it appears that it uses still a very outdated version of texexec. I advise you to update your tex-system from CTAN

Re: [NTG-context] error messages after installation

2004-11-22 Thread Hans Hagen
Taco Hoekwater wrote: I believe it is possible that this code if ($UseEnginePath ($FormatPath ne '' ($FormatPath !~ /$EnginePath\/$/))) { $FormatPath .= $EnginePath . '/' ; unless (-d $FormatPath) { mkdir $FormatPath ; } } breaks in perl versions

Re: [NTG-context] error messages after installation

2004-11-22 Thread ab
Hans Hagen [EMAIL PROTECTED] writes: [...] ah, thanks for looking into it, i changed the code to: if ($UseEnginePath ($FormatPath ne '' ($FormatPath !~ /$EnginePath\/$/))) { $FormatPath .= $EnginePath ; unless (-d $FormatPath) { mkdir $FormatPath ;

Re: [NTG-context] error messages after installation

2004-11-21 Thread ab
Willi Egger [EMAIL PROTECTED] writes: TEXEXEC is way too old. The current version is above 5! After updating your context it appears that it uses still a very outdated version of texexec. I advise you to update your tex-system from CTAN (http://www.tug.org/interest.html). Hi, I am trying to

Re: [NTG-context] error messages after installation

2004-11-21 Thread h h extern
Ciro A. Soto wrote: I think TEXEXEC 3.1 is still the latest version. what are new are the you're kidding, i have: texexec TeXExec 5.2.3 - ConTeXt / PRAGMA ADE 1997-2004 --help overview of all options and their values --help all all about all options

Re: [NTG-context] error messages after installation

2004-11-20 Thread Dirar BOUGATEF
Have a look at this (Well its about XP) .. But who knows, it could help :=) http://archive.contextgarden.net/message/20041115.161341.884a23e7.html In fact it is a kind of complete distribution that handles Context .. ___ ntg-context mailing list [EMAIL

Re: [NTG-context] error messages after installation

2004-11-20 Thread Ciro A. Soto
I thinkTEXEXEC 3.1 is still the latest version. what are neware the context macros. ciroWilli Egger [EMAIL PROTECTED] wrote: Hi,The delivered TeX distributions with Linux are mostly way too old. If you look at the messages given by your texexec run you can see it already.TEXEXEC is way too old.

[NTG-context] error messages after installation

2004-11-19 Thread ciro
This is what I get after I followed the installation manual and the wiki. I did generated all formats. I'd appreciate any suggestion. thanks ciro === texexec --pdf novel.tex TeXExec 3.1 - ConTeXt / PRAGMA ADE 1997-2002 executable :

Re: [NTG-context] error messages after installation

2004-11-19 Thread Willi Egger
Hi, The delivered TeX distributions with Linux are mostly way too old. If you look at the messages given by your texexec run you can see it already. TEXEXEC is way too old. The current version is above 5! After updating your context it appears that it uses still a very outdated version of