From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/79360 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Bug? Date: Tue, 20 Nov 2012 16:45:27 +0100 Message-ID: <96493107-6B4F-4CC5-AA67-2FA2BC5E3EC4@boede.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1353426342 28621 80.91.229.3 (20 Nov 2012 15:45:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2012 15:45:42 +0000 (UTC) To: NTG-Context ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 20 16:45:53 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Taq1F-0003Pp-C8 for gctc-ntg-context-518@m.gmane.org; Tue, 20 Nov 2012 16:45:49 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8750A1029A; Tue, 20 Nov 2012 16:45:38 +0100 (CET) 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 sBNGxvRPIDZ1; Tue, 20 Nov 2012 16:45:35 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id A01B01027C; Tue, 20 Nov 2012 16:45:35 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6515F1027C for ; Tue, 20 Nov 2012 16:45:34 +0100 (CET) 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 fXSGOmVbVsLr for ; Tue, 20 Nov 2012 16:45:30 +0100 (CET) Original-Received: from filter3-ams.mf.surf.net (filter3-ams.mf.surf.net [192.87.102.71]) by balder.ntg.nl (Postfix) with ESMTP id 0ADDF10258 for ; Tue, 20 Nov 2012 16:45:29 +0100 (CET) Original-Received: from webmail.digitpaint.nl (webmail.digitpaint.nl [83.98.197.40]) by filter3-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id qAKFjS4t006021 for ; Tue, 20 Nov 2012 16:45:28 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by webmail.digitpaint.nl (Postfix) with ESMTP id 728D516DACC for ; Tue, 20 Nov 2012 16:45:27 +0100 (CET) Original-Received: from webmail.digitpaint.nl ([127.0.0.1]) by localhost (mail.digitpaint.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7+ReM6bBBXJ4 for ; Tue, 20 Nov 2012 16:45:27 +0100 (CET) Original-Received: from [192.168.0.20] (a83-161-249-79.adsl.xs4all.nl [83.161.249.79]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by webmail.digitpaint.nl (Postfix) with ESMTPSA id 51F1C16B961 for ; Tue, 20 Nov 2012 16:45:27 +0100 (CET) X-Mailer: Apple Mail (2.1283) X-Bayes-Prob: 0.9999 (Score 4.7, tokens from: @@RPTN) X-CanIt-Geo: ip=83.98.197.40; country=NL; latitude=52.5000; longitude=5.7500; http://maps.google.com/maps?q=52.5000,5.7500&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 03IpPJsHd - 2daec6eb499a - 20121120 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.71 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:79360 Archived-At: Hi all! It appears to me, that there is a bug in transferring internal information: Suppose you have a large image. You need to squeeze this image into the width of 1 column in a two column environment. If the figure is placed with a fixed width it comes out as expect. If you use \textwidth or \makeupwidth the figure will not be sized correctly. \showframe % \definemixedcolumns[columns] % \setupcolumns % [distance=4mm] \starttext \startsimplecolumns \placefigure [middle] [Cow] {Cow width fixed-width} {\externalfigure[cow][frame=on,width=4cm]} \placefigure [middle] [Cow] {Cow with \type{\textwidth}} {\externalfigure[Pyramid][fame=on,width=\textwidth]} \placefigure [middle] [Cow] {Cow with \type{\makeupwidth}} {\externalfigure[Pyramid][frame=on,width=\makeupwidth]} \stopsimplecolumns \stoptext Willi ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________