Context doesn't work
I've installed Context and attempted $ texexec fig3_2.tex The response is: the file 'texexec.rb' is not found setuptex was run and TEXROOT is correctly set. texexec is: #!/bin/sh texmfstart texexec.rb "$@" There seems to be nothing there which would enable the script to be located. Does texexec have to be changed to state the full path to the script? Does that have to be done with anything else?
On Wed, Dec 10, 2008 at 9:57 AM, luigi scarso
On Tue, Dec 9, 2008 at 1:53 PM, Michael Talbot-Wilson < mtw@calypso.view.net.au> wrote:
I've installed Context and attempted
$ texexec fig3_2.tex
The response is:
the file 'texexec.rb' is not found
Try to install ruby 1.8
ahh sorry, I mean Do you have ruby 1.8 ? -- luigi
Michael Talbot-Wilson wrote:
I've installed Context and attempted
$ texexec fig3_2.tex
The response is:
the file 'texexec.rb' is not found
setuptex was run and TEXROOT is correctly set.
texexec is:
#!/bin/sh texmfstart texexec.rb "$@"
There seems to be nothing there which would enable the script to be located.
Does texexec have to be changed to state the full path to the script?
No, discovering the actual file is handled by texmfstart
Does that have to be done with anything else?
You do not say where you got your context distribution from, making it hard to give good advise. It could be as simple as: run $ mktexlsr first. Best wishes, Taco
participants (3)
-
luigi scarso
-
Michael Talbot-Wilson
-
Taco Hoekwater