On 9-12-2011 20:19, Kip Warner wrote:
On Fri, 2011-12-09 at 18:39 +0100, Hans Hagen wrote:
On 6-12-2011 04:27, Kip Warner wrote:
Hey list,
I've searched the list, but couldn't seem to dig up anything that I thought was relevant.
How do I get ConTeXt to preserve all files necessary to run the same invocation of LuaTeX it executed when it was run. As an example, when I run the following...
$ context Source/Handbook.tex --result=Handbook.pdf
....it says that it ran the following...
luatex --fmt="/home/kip/.texmf-var/luatex-cache/context/e570cb3e0e3ab0118ca08dd148bbec7d/formats/cont-en" --lua="/home/kip/.texmf-var/luatex-cache/context/e570cb3e0e3ab0118ca08dd148bbec7d/formats/cont-en.lui" --backend="pdf" "Handbook.tex"
If I run the same luatex command on its own, it cannot find the temporary working files passed to it in its parameters. I tried running ConTeXt with the --keep argument, but those temporary files were still not preserved.
what temporary files?
The ones luatex needs to access as you can see in the above command it executes as invoked by ConTeXt.
I only see cont-en.fmt : format file, sits in the cache and stays there cont-en.lui : lua startup stub, idem handbook.tex : your file, is kept where it is Hans - ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------