From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/39325 Path: news.gmane.org!not-for-mail From: Wolfgang Schuster Newsgroups: gmane.comp.tex.context Subject: Re: new mkiv beta Date: Wed, 27 Feb 2008 22:18:34 +0100 Message-ID: <20080227221834.d37c5403.schuster.wolfgang@googlemail.com> References: <47C4293A.1040707@wxs.nl> <1EACAD03-4801-4A3C-B2CA-3F577AAA3A34@uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1204147329 17269 80.91.229.12 (27 Feb 2008 21:22:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2008 21:22:09 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Feb 27 22:22:34 2008 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 lo.gmane.org with esmtp (Exim 4.50) id 1JUTjS-00014D-Kf for gctc-ntg-context-518@m.gmane.org; Wed, 27 Feb 2008 22:22:30 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 93ED01FB30; Wed, 27 Feb 2008 22:21:56 +0100 (CET) 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 30244-04; Wed, 27 Feb 2008 22:21:56 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 19A651FB5B; Wed, 27 Feb 2008 22:19:31 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D851E1FB4E for ; Wed, 27 Feb 2008 22:19:29 +0100 (CET) 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 29757-01-11 for ; Wed, 27 Feb 2008 22:18:43 +0100 (CET) Original-Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by ronja.ntg.nl (Postfix) with ESMTP id B4AD71FB5B for ; Wed, 27 Feb 2008 22:18:43 +0100 (CET) Original-Received: by fg-out-1718.google.com with SMTP id e12so2077368fga.8 for ; Wed, 27 Feb 2008 13:18:43 -0800 (PST) Original-Received: by 10.86.62.3 with SMTP id k3mr6669433fga.24.1204147123467; Wed, 27 Feb 2008 13:18:43 -0800 (PST) Original-Received: from rover ( [91.41.104.100]) by mx.google.com with ESMTPS id p9sm13303902fkb.19.2008.02.27.13.18.40 (version=SSLv3 cipher=OTHER); Wed, 27 Feb 2008 13:18:41 -0800 (PST) In-Reply-To: <1EACAD03-4801-4A3C-B2CA-3F577AAA3A34@uni-bonn.de> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.10.14; i686-pc-mingw32) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:39325 Archived-At: On Wed, 27 Feb 2008 09:44:32 +0100 "Thomas A. Schmitz" wrote: > > On Feb 26, 2008, at 3:59 PM, Hans Hagen wrote: > > > Hi, > > > > I uploaded a beta release. The biggest change is that image > > inclusion in > > mkiv has changed. Currently it's still some mix of tex and lua code, > > and > > the backend code is somewhat messy (and not complete yet) but it's a > > first step towards lua doing things. This will only work with a e > > recent > > luatex. > > Hi Hans, > > there appears to be a bug in the new image inclusion: my images are > only found when I give the extension explicitly. So this does work: > > \externalfigure[aegean.png] > > while this doesn't: > > \externalfigure[aegean] > > (Glad I don't have to write about Greek patterns for a change...) > > Thomas Hi Hans, there is also another bug in combination with floats. \starttext \placefigure {A black rule} {\blackrule} \stoptext The extra number after the float is insert by "\dofloatinfomessage" in page-flt.tex and this did happen because you added the \setmessagetext in the last beta and the command has only two parameters, not three as use below. \def\dofloatinfomessage#1#2#3% {\bgroup \showmessage\m!floatblocks{#2}{#3}% \setmessagetext\m!floatblocks{#2}{#3}% \@EA\floatinfo\@EA#1\@EA{\currentmessagetext}% \egroup} Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________