14 Jan
2011
14 Jan
'11
7:32 p.m.
Khaled Hosny
On Fri, Jan 14, 2011 at 06:52:25PM +0100, Peter Münster wrote:
Khaled Hosny
writes: context.environment("foo.tex") -- throws an error
context("\\environment foo ")
The same error, no difference.
Then a minimal example is needed. This works here: local env = io.open("foo.tex", "w") env:write"\\setuplayout[width=1em]\n" env:close() context"\\environment foo " context.starttext() context"bla bla" context.stoptext() -- Peter Münster Contact information: http://pmrb.free.fr/contact/