From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/60848 Path: news.gmane.org!not-for-mail From: Andreas Harder Newsgroups: gmane.comp.tex.context Subject: Re: Bugs in current beta Date: Wed, 11 Aug 2010 11:31:19 +0200 Message-ID: <6DA3ECC0-171C-49D0-B328-C5241593B277@rz-online.de> References: <4C626BBA.5050307@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1281519090 10571 80.91.229.12 (11 Aug 2010 09:31:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Aug 2010 09:31:30 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 11 11:31:29 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oj7ei-0007tA-9G for gctc-ntg-context-518@m.gmane.org; Wed, 11 Aug 2010 11:31:28 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B0820CA307; Wed, 11 Aug 2010 11:31:27 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id G13HjH7TDGmt; Wed, 11 Aug 2010 11:31:24 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 34585CA300; Wed, 11 Aug 2010 11:31:24 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BB287CA300 for ; Wed, 11 Aug 2010 11:31:22 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rz2qaKP7xUq4 for ; Wed, 11 Aug 2010 11:31:20 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de (deliver.uni-koblenz.de [141.26.64.15]) by balder.ntg.nl (Postfix) with ESMTP id 45F9ACA2C6 for ; Wed, 11 Aug 2010 11:31:20 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 38E3F782E8B8 for ; Wed, 11 Aug 2010 11:31:20 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23187-08 for ; Wed, 11 Aug 2010 11:31:19 +0200 (CEST) X-CHKRCPT: Envelopesender noch andreas.harder@rz-online.de Original-Received: from [192.168.1.112] (95-88-44-57-dynip.superkabel.de [95.88.44.57]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id 7A513782E8B4 for ; Wed, 11 Aug 2010 11:31:19 +0200 (CEST) In-Reply-To: <4C626BBA.5050307@wxs.nl> X-Mailer: Apple Mail (2.1081) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:60848 Archived-At: Am 11.08.2010 um 11:22 schrieb Hans Hagen: > On 10-8-2010 5:36, Andreas Harder wrote: >> Hi all, >> = >> for me (OS X 10.6.4) >> mtxrun =96script server =96auto >> do not work. If I click on a font name I get: >> MTXrun | request from: 127.0.0.1 >> MTXrun | requested action: /mtx-server-ctx-fonttest.lua?selection=3Dhoef= lertextregular >> MTXrun | performing action: /mtx-server-ctx-fonttest.lua?selection=3Dhoe= flertextregular >> MTXrun | requested file '/mtx-server-ctx-fonttest.lua?selection=3Dhoefle= rtextregular' >> MTXrun | handling error 404: Not Found >> = >> Another thing is the streams-module. Here is an example: >> = >> \usemodule[streams] >> \definestreamlayer[test][method=3Doverlay] >> \setupbackgrounds[page][background=3Dtest] >> = >> \starttext \showframe >> \startstreamlayer[test] >> \startcolumns >> \input knuth >> \stopcolumns >> \stopstreamlayer >> = >> \setlayer[test][x=3D5cm,y=3D10cm]{\placestreamlayer[test]} >> \stoptext >> = >> And here the error: >> ! Undefined control sequence. >> l.19 \defineoutputstream[\v!left] > = > This is not really a bug. Streams in mkii are an experiment and will not = be developed further (is a module after all). In mkiv there will be a diffe= rent mechanism. There is some experimental code ... copied from the source: > = > \enabletrackers[streams.flushing] > = > \setuplayout[grid=3Dyes] \showgrid > = > \starttext > = > \input tufte > = > \startoutputstream[nl] > = > Wat doen we hier? > = > \enableoutputstream[en] > = > Are you sleeping, brother John?\footnote{xxx} > = > \dorecurse{4}{x \footnote{note \recurselevel}\input tufte \par \pushoutpu= tstream} > = > \enableoutputstream[de] > = > Bruder Jakob, schl=E4fst du noch?\footnote{yyy} > = > \dorecurse{4}{x \footnote{note \recurselevel}\input ward \par \pushoutput= stream} > = > \disableoutputstream > = > \stopoutputstream > = > Vader Jacob, slaap je nog?\footnote{zzz} > = > \input tufte > = > \synchronizestreams[en,de,nl] > = > \page \flushoutputstream[en] \input knuth > \page \flushoutputstream[de] \input knuth > \page \flushoutputstream[nl] \input knuth > = > \stoptext > = > Hans Hello Hans, big thanks for the explanation. Andreas ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________