From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28954 Path: news.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Re: texmfstart newbie Date: Wed, 28 Jun 2006 10:57:11 -0700 Message-ID: References: <10800A51-BD3A-44F1-BA15-CD5BF6633216@cox.net> <6faad9f00606280413l40412e14s3fbca2b7903d93ca@mail.gmail.com> <44A2800F.8090908@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1151517550 23933 80.91.229.2 (28 Jun 2006 17:59:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jun 2006 17:59:10 +0000 (UTC) Cc: Jacob Prystowsky , Bruce Wagner Original-X-From: ntg-context-bounces@ntg.nl Wed Jun 28 19:59:07 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FveJW-0007GE-OB for gctc-ntg-context-518@m.gmane.org; Wed, 28 Jun 2006 19:58:58 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DB53C12873; Wed, 28 Jun 2006 19:58:58 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15183-01; Wed, 28 Jun 2006 19:58:52 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C9BEA1284A; Wed, 28 Jun 2006 19:58:50 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DE2C91284A for ; Wed, 28 Jun 2006 19:58:43 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13908-06 for ; Wed, 28 Jun 2006 19:58:37 +0200 (CEST) Original-Received: from fed1rmmtao11.cox.net (fed1rmmtao11.cox.net [68.230.241.28]) by ronja.ntg.nl (Postfix) with SMTP id 7CCF512815 for ; Wed, 28 Jun 2006 19:58:34 +0200 (CEST) Original-Received: from [10.0.1.2] (really [70.191.56.23]) by fed1rmmtao11.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060628175829.PJVQ554.fed1rmmtao11.cox.net@[10.0.1.2]>; Wed, 28 Jun 2006 13:58:29 -0400 In-Reply-To: <44A2800F.8090908@elvenkind.com> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.750) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:28954 Archived-At: Taco, Mojca, Thanks, on my Mac OSX 10.4.6 with Gerben's TeX, I: cd /usr/local/teTeX/share/texmf.local/scripts/context/ruby/ sudo chmod -R a+x *.rb Then I wrote in .bash_profile: alias texmfstart='/usr/local/teTeX/share/texmf.local/scripts/context/ ruby/texmfstart.rb' Now I have: chapter1 $ texmfstart --help version : 2.0.0 - 2003/2006 - www.pragma-ade.com usage : texmfstart [switches] filename [optional arguments] switches : --verbose --report --browser --direct --execute --locate -- iftouched --ifchanged --program --file --page --arguments --batch --edit -- report --clear --make --lmake --wmake --path --stubpath --indirect -- before --after --tree --autotree --environment --showenv example : texmfstart pstopdf.rb cow.eps texmfstart --locate examplex.rb texmfstart --execute examplex.rb texmfstart --browser examplap.pdf texmfstart showcase.pdf texmfstart --page=2 --file=showcase.pdf texmfstart --program=yourtex yourscript.rb arg-1 arg-2 texmfstart --direct xsltproc kpse:somefile.xsl somefile.xml texmfstart --direct ruby rel:wn-cleanup-1.rb oldfile.xml newfile.xml texmfstart bin:xsltproc env:somepreset path:somefile.xsl somefile.xml texmfstart --iftouched=normal,lowres downsample.rb normal lowres texmfstart --ifchanged=somefile.dat --direct processit somefile.dat texmfstart bin:scite kpse:texmf.cnf texmfstart --exec bin:scite *.tex texmfstart --edit texmf.cnf texmfstart --edit kpse:texmf.cnf texmfstart --serve texmfstart --stubpath=/usr/local/bin [--make --remove] -- verbose all texmfstart --stubpath=auto [--make --remove] all I can now run: chapter1 $ texmfstart texexec section1.tex Is there anything else I should do now? On Jun 28, 2006, at 6:11 AM, Taco Hoekwater wrote: > > > Mojca Miklavec wrote: >> with the content >> ruby path-to-context-ruby-scripts/texmfstart.rb > > What I have is this simple script (and it should work on MacOSX > just as well). Name it 'texfmstart', make it executable, fill in > the correct path and put it in a binaries directory. > > > #!/bin/sh > ruby path-to-context-ruby-scripts/texmfstart.rb $@ > > > Cheers, taco > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context