From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6924 Path: main.gmane.org!not-for-mail From: Henning Hraban Ramm Newsgroups: gmane.comp.tex.context Subject: pictures in columns Date: Mon, 18 Feb 2002 18:03:21 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <200202181703.g1IH3LP02322@nathir.fiee.lan> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035397427 15034 80.91.224.250 (23 Oct 2002 18:23:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:23:47 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:6924 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6924 Seems to be impossible, what I'd like to get: -- picture beside text in a two-column environment -- picture sitting on the grid I tried: \useexternalfigure[pic][mypic][maxwidth=.5\textwidth] % ok \placeongrid[bottom]{\placefigure[right][somewhat]{none}{\externalfigure[pic]}} The picture is always centered in the column and centered between some lines, text below. Is there a solution?