On May 28, 2006, at 19:01, Ulf Martin wrote:
Hi all!
After having fallen back to LaTeX some time ago I thought I should give ConTeXt another try again. But...
Additionally, there is a mysterious line in the end:
warning : use 'texmfstart texexec' instead
Now, when I do
UMac:~/Projekte/ConTeXt/uma$ texmfstart texexec --pdf main
I get a
-bash: texmfstart: command not found
Any ideas?
What I did was: 1. adding some aliases to the file .bashrc: alias texmfstart=texmfstart.rb alias texversion='texmfstart texexec --version' etc., the first one being the important one. 2. ensuring that the scripts are executable with: cd .../texmf-local-..../context/ruby (sudo) chmod -R a+x *.rb execute this in terminal as a user with administrator priveliges. Hope this will help you on the way. Hans van der Meer