14 Oct
2010
14 Oct
'10
10:43 p.m.
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