Re: [NTG-context] Error compiling latest luatext

2006-11-17 Thread Arthur Reutenauer
Hi, In luatex-snapshot-20061023 ./build.sh gives config.status: error: cannot find input file: test/Makefile.in make: *** [../../libs/zziplib/zzip/.libs/libzzip.a] Error 1 It's fixed in the current Subversion tree. If you do not have a Subversion client to check out the latest trunk,

Re: [NTG-context] Error compiling latest luatext

2006-11-17 Thread Taco Hoekwater
Arthur Reutenauer wrote: Hi, In luatex-snapshot-20061023 ./build.sh gives config.status: error: cannot find input file: test/Makefile.in make: *** [../../libs/zziplib/zzip/.libs/libzzip.a] Error 1 It's fixed in the current Subversion tree. If you do not have a Subversion client

Re: [NTG-context] Error compiling latest luatext

2006-11-17 Thread luigi scarso
New snapshot on monday, perhaps (no time now) Ok. ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] Error compiling latest luatext

2006-11-17 Thread Hans Hagen
luigi scarso wrote: New snapshot on monday, perhaps (no time now) Ok. i will post an mkiv archive next week (cont-mtx.zip) Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] Problems with texexec pdfarrange

2006-11-17 Thread Hans Hagen
Sanjoy Mahajan wrote: texexec --pdfarrange --paper=A5A4 --print=up live.pdf It needs to be given as '--paperformat'. I'm pretty sure '--paper' gets disambiguated as --paperoffset, so ConTeXt looks for a dimension but gets A5A4, and then complains about a missing number. indeed

Re: [NTG-context] Problems with texexec pdfarrange

2006-11-17 Thread Marcus Vinicius Mesquita de So
Ok. With --paperformat texexec works nice. Thank you for the answers. Greetings from Brazil Marcus Vinicius Hans Hagen [EMAIL PROTECTED] wrote: Sanjoy Mahajan wrote: texexec --pdfarrange --paper=A5A4 --print=up live.pdf It needs to be given as '--paperformat'. I'm pretty sure

[NTG-context] \write \getvariable and expansion

2006-11-17 Thread Aditya Mahajan
Hi, Can someone explain what should be the correct order of expansion here. I want to enter the date entered as a variable to a file. \setvariables [test] [date={d=11,m=11,y=2006}] \starttext The date entered was \expanded{\date[\getvariable{test}{date}]}. \immediate\openout