no pdf output using `texexec --lua hello.tex`
Dear ConTeXt folks, I am still trying to get ConTeXt Minimals up and running. I am using the hello world sample from the Wiki [1]. The following command does not produce any output. $ ./tex/texmf-linux/bin/texexec --lua hello.tex MTXrun | kpse fallback with progname 'context' initialized in 0.06 seconds TeXExec | processing document 'hello.tex' TeXExec | no ctx file found TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | writing option file hello.top TeXExec | using randomseed 798 TeXExec | tex engine: luatex TeXExec | tex format: cont-en LuaTools | using format name: /home/joe/luatex-cache/context/6300afb4995fe38c77e9b86ed1ef1028/formats/cont-en.fmt LuaTools | no luc/lua with name: /home/joe/luatex-cache/context/6300afb4995fe38c77e9b86ed1ef1028/formats/cont-en LuaTools | LuaTools | runtime: 0.013 seconds TeXUtil | unable to locate hello.tui TeXUtil | shortcuts : 0 TeXUtil | expansions: 0 TeXUtil | reductions: 0 TeXUtil | divisions : 0 TeXUtil | loaded files: 0 TeXUtil | temporary files: 0 TeXUtil | commands: 0 TeXUtil | programs: 0 TeXUtil | tuo file saved TeXExec | runtime: 0.092218 I ran `./tex/texmf-linux/bin/texexec --make --all` beforehand too as in advised in the bugs and workarounds Wiki page. Do you have an idea what might be wrong? Thanks, Paul [1] http://wiki.contextgarden.net/First_Document [2] http://wiki.contextgarden.net/Bugs_and_workarounds
Dear ConTeXt folks,
I am still trying to get ConTeXt Minimals up and running. I am using the hello world sample from the Wiki [1].
The following command does not produce any output.
$ ./tex/texmf-linux/bin/texexec --lua hello.tex
On Tue, Jan 25, 2011 at 5:36 PM, Paul Menzel
On Tue, Jan 25, 2011 at 5:39 PM, luigi scarso
Dear ConTeXt folks,
I am still trying to get ConTeXt Minimals up and running. I am using the hello world sample from the Wiki [1].
The following command does not produce any output.
$ ./tex/texmf-linux/bin/texexec --lua hello.tex
On Tue, Jan 25, 2011 at 5:36 PM, Paul Menzel
wrote: try $ ./tex/texmf-linux/bin/context hello.tex and then try $ ./tex/texmf-linux/bin/texexec hello.tex
Do you see some differences ? -- luigi
On 25-1-2011 5:41, luigi scarso wrote:
On Tue, Jan 25, 2011 at 5:39 PM, luigi scarso
wrote: Dear ConTeXt folks,
I am still trying to get ConTeXt Minimals up and running. I am using the hello world sample from the Wiki [1].
The following command does not produce any output.
$ ./tex/texmf-linux/bin/texexec --lua hello.tex
On Tue, Jan 25, 2011 at 5:36 PM, Paul Menzel
wrote: try $ ./tex/texmf-linux/bin/context hello.tex and then try $ ./tex/texmf-linux/bin/texexec hello.tex Do you see some differences ?
the texexec luatex related code is pretty old and uses luatools for making formats and so ... dates from the first months of luatex .. i removed all traces from the ruby scripts ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On Tue, Jan 25, 2011 at 5:57 PM, Hans Hagen
On 25-1-2011 5:41, luigi scarso wrote:
On Tue, Jan 25, 2011 at 5:39 PM, luigi scarso
wrote: On Tue, Jan 25, 2011 at 5:36 PM, Paul Menzel
wrote: Dear ConTeXt folks,
I am still trying to get ConTeXt Minimals up and running. I am using the hello world sample from the Wiki [1].
The following command does not produce any output.
$ ./tex/texmf-linux/bin/texexec --lua hello.tex
try $ ./tex/texmf-linux/bin/context hello.tex
and then try $ ./tex/texmf-linux/bin/texexec hello.tex
Do you see some differences ?
the texexec luatex related code is pretty old and uses luatools for making formats and so ... dates from the first months of luatex .. i removed all traces from the ruby scripts
I mean that texexec is related only with mkii -- luigi
On 25-1-2011 6:02, luigi scarso wrote:
I mean that texexec is related only with mkii
indeed, but it still had code for --luatex which was not working right which in turn can be confusing ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On 25-1-2011 5:36, Paul Menzel wrote:
Dear ConTeXt folks,
I am still trying to get ConTeXt Minimals up and running. I am using the hello world sample from the Wiki [1].
The following command does not produce any output.
$ ./tex/texmf-linux/bin/texexec --lua hello.tex
use context hello.tex i will remove the lua flag from texexec ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Am Dienstag, den 25.01.2011, 11:45 -0500 schrieb Aditya Mahajan:
On Tue, 25 Jan 2011, Paul Menzel wrote:
I am still trying to get ConTeXt Minimals up and running. I am using the hello world sample from the Wiki [1].
Try
context hello
If that does not work, run
mtxrun --generate
That did the trick.
and then run context.
Aditja, thank you so much. Paul PS: I will update my threads regarding ConTeXt Minimals hopefully in the next few days.
participants (4)
-
Aditya Mahajan
-
Hans Hagen
-
luigi scarso
-
Paul Menzel