Hello, this thing was probably shown during last Ctx meeting, but I can't remember the answer. Let's ave the Ctx code: \typefile[default]{Myfile.txt} and I'd need to call this command by Lua, like: \startluacode context.typefile("MyFile.txt") \stoluacode But how to pass the "[default]" option? I remember that key-value pairs are passed by tables (context.cmd{key="val"}), but how in this case? Lukas -- Ing. Lukáš Procházka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4 Tel: +420 244 062 238 Fax: +420 244 461 038
Am 14.10.2010 um 17:31 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:
Hello,
this thing was probably shown during last Ctx meeting, but I can't remember the answer.
Let's ave the Ctx code:
\typefile[default]{Myfile.txt}
and I'd need to call this command by Lua, like:
\startluacode context.typefile("MyFile.txt") \stoluacode
But how to pass the "[default]" option?
context.typefile( { "default" }, "MyFile.txt" ) Wolfgang
participants (2)
-
Procházka Lukáš Ing. - Pontex s. r. o.
-
Wolfgang Schuster