Re: [NTG-context] Getting arguments by Lua

2011-06-09 Thread Taco Hoekwater
On 06/09/11 13:41, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, when I run context by e.g.: context.exe Source.mkiv --result=Result.pdf --mode=Mode is it possible to access the command line arguments from Lua? the 'environment' table has information about this stuff. In

Re: [NTG-context] Getting arguments by Lua

2011-06-09 Thread Cedric Mauclair
Hello, I think the tables document.arguments and documents.files might also be of interest. Regards. -- Cédric 2011/6/9 Taco Hoekwater t...@elvenkind.com: On 06/09/11 13:41, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, when I run context by e.g.: context.exe Source.mkiv

Re: [NTG-context] Getting arguments by Lua

2011-06-09 Thread Procházka Lukáš Ing . - Pontex s . r . o .
OK, thanks both for the answers. Lukas On Thu, 09 Jun 2011 13:57:27 +0200, Taco Hoekwater t...@elvenkind.com wrote: On 06/09/11 13:41, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, when I run context by e.g.: context.exe Source.mkiv --result=Result.pdf --mode=Mode is it possible

Re: [NTG-context] Getting arguments by Lua

2011-06-09 Thread Peter Münster
On Thu, Jun 09 2011, Procházka Lukáš Ing. - Pontex s. r. o. wrote: but I'd need to get also the source file name (Source.mkiv) and the option (--result - Result.pdf). \starttext result (lua): \ctxlua{context(environment.outputfilename)}\par result (tex): \systemparameter{file} \stoptext --