From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14364 Path: main.gmane.org!not-for-mail From: Felix Franz Newsgroups: gmane.comp.tex.context Subject: Re: new manual Date: Tue, 23 Dec 2003 13:41:13 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <3FE837E9.1020504@gmx.net> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1072184105 17985 80.91.224.253 (23 Dec 2003 12:55:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Dec 2003 12:55:05 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Dec 23 13:55:03 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AYm3y-00045S-00 for ; Tue, 23 Dec 2003 13:55:02 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B7CAD10B49; Tue, 23 Dec 2003 13:54:55 +0100 (MET) Original-Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id 394DF10B45 for ; Tue, 23 Dec 2003 13:41:17 +0100 (MET) Original-Received: (qmail 13411 invoked by uid 65534); 23 Dec 2003 12:41:14 -0000 Original-Received: from 002-131-088-212.ip-addr.teresto.net (EHLO gmx.net) (212.88.131.2) by mail.gmx.net (mp017) with SMTP; 23 Dec 2003 13:41:14 +0100 X-Authenticated: #963480 User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14364 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14364 Hi Nigel, you can start the script as a parameter to ruby: bash-2.05a$ ruby texsync.rb --update --force --destination=/tmp/textest or you add a line to texsync.rb (has to be the first line) to tell your unix which interpreter to run: #!/usr/bin/ruby then you can start it simply with: bash-2.05a$ texsync.rb --update --force --destination=/tmp/textest Hope this helps, felix Nigel King wrote: > Hans, > I have read this manual. > Downloaded texsync.rb and put it into my personal bin location. > I have ruby. > I have made texsync.rb executable chmod +x texsync.rb. > The commands still don't quite work as required - any hints. > > Terminal listing > ---------------- > [Nigel-Kings-G4-Lap:~/bin] nigelk% which ruby > /usr/bin/ruby > [Nigel-Kings-G4-Lap:~/bin] nigelk% ruby --version > ruby 1.6.7 (2002-03-01) [powerpc-darwin6.0] > [Nigel-Kings-G4-Lap:~/bin] nigelk% texsync --update > texsync: Command not found. > [Nigel-Kings-G4-Lap:~/bin] nigelk% texsync.rb --update > Running /Users/nigelk/.cshrc > : Command not found. > require: Command not found. > : Command not found. > print: Command not found. > : Command not found. > directives: Command not found. > helpinfo: Command not found. > default: Too many arguments. > ---------------- > So what am I doing wrong? >