Re: [NTG-context] modules.contextgarden.net internal error on /gfsdidot

2012-09-01 Thread Mojca Miklavec
On Fri, Aug 31, 2012 at 8:18 PM, Marco Pessotto wrote:

 Hello there.

 I get an internal error pointing the browser to
 http://modules.contextgarden.net/gfsdidot :

 Internal error, please contact p...@contextgarden.net

 I tried the address above, but it fails:

 Diagnostic-Code: smtp; 550 5.1.1 p...@contextgarden.net: Recipient address
 rejected: User unknown in local recipient table

Ah, ok, the fact that pg@ doesn't work is partially my fault since the
mail server has moved to our institute and I didn't know that Patrick
was referring to his pg alias anywhere. But I believe that it would
make more sense to change the please contact line than to create a
new alias.

(The plan to replace modules.contextgarden.net with the engine that
runs tlcontrib has been on todo list for quite some time now.)

If you need access to contents of that package, it's:
- http://dl.contextgarden.net/modules/gfsdidot.zip
- http://dl.contextgarden.net/modules/gfsdidot/
but that is a very old package written in 2005 to support using Greek
fonts in ConTeXt MKII. The author (Thomas) would probably suggest you
to use MKIV instead of this package for MKII.

Mojca
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] modules.contextgarden.net internal error on /gfsdidot

2012-09-01 Thread Marco Pessotto
Mojca Miklavec mojca.miklavec.li...@gmail.com writes:

 but that is a very old package written in 2005 to support using Greek
 fonts in ConTeXt MKII. The author (Thomas) would probably suggest you
 to use MKIV instead of this package for MKII.

Ok, no problem, I just stumbled on that error browsing the wiki and
thought it would be nice to report the error.

Best wishes

-- 
Marco
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] MP TeX capacity exceeded

2012-09-01 Thread Procházka Lukáš

Hello,

suppose having the following sample code:


\starttext
  \startluacode
context.startMPcode()
  for i = 1,
  -- 1000 -- OK
  1e6
  do
context(draw (0,0) -- (5cm,5cm);)
  end
context.stopMPcode()
  \stopluacode
\stoptext


I'm getting TeX capacity exceeded error.

So the question is - which parameter in which file to extend it?

I found texmf.cnf and texmfcnf.lua, with many variables having size in its 
name; which is the proper one?

Best regards,

Lukas

t-MP.log
Description: Binary data
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] MP TeX capacity exceeded

2012-09-01 Thread Mojca Miklavec
On Sat, Sep 1, 2012 at 6:28 PM, Procházka Lukáš wrote:
 Hello,

 suppose having the following sample code:

 
 \starttext
   \startluacode
 context.startMPcode()
   for i = 1,
   -- 1000 -- OK
   1e6
   do
 context(draw (0,0) -- (5cm,5cm);)
   end
 context.stopMPcode()
   \stopluacode
 \stoptext
 

 I'm getting TeX capacity exceeded error.

Where is that Like button? ;)

Mojca

PS: Weird enough, the code works for me on 64-bit LuaTeX under Mac OS
X (if I enter 100, I didn't try if 1e6 works already and I don't
have enough physical memory to try with 10^7). It surely exhausts all
the available memory (it goes beyond 1.5 GB), but it finishes the job
without errors. It's probably a different problem at your end, but I
nevertheless ask - do you have enough free memory (RAM)?
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___