From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13239 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: Help! ConTeXt crashed! (was: 2 basic questions on placefigure options) Date: Mon, 15 Sep 2003 12:28:15 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: sea.gmane.org 1063622103 18752 80.91.224.253 (15 Sep 2003 10:35:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Sep 2003 10:35:03 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Sep 15 12:35:01 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19yqhB-0000da-00 for ; Mon, 15 Sep 2003 12:35:01 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0A6C710B46; Mon, 15 Sep 2003 12:34:50 +0200 (MEST) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [62.67.200.156]) by ref.ntg.nl (Postfix) with ESMTP id 0A6DD10B28 for ; Mon, 15 Sep 2003 12:28:18 +0200 (MEST) Original-Received: (qmail 20306 invoked from network); 15 Sep 2003 10:28:15 -0000 Original-Received: from unknown (HELO [217.184.8.105]) (664943@[217.184.8.105]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 15 Sep 2003 10:28:15 -0000 X-Sender: 664943@pop3.estfiles.de Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13239 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13239 Hans Hagen wrote: > At 23:05 14/09/2003 +0200, you wrote: > > >Hans, thank you - but now ConTeXt doesn't work anymore (see log below)! > > in that case you need the latest beta version (and on top of that the file > i sent you) OK, now it works. \hangsidefloat[2] \placefigure[left] {}{} \dorecurse{3}{\input ward\par} \hangsidefloat[2] \placefigure[right]{}{} \dorecurse{3}{\input ward\par} As far as I understood I have to count lines, right? My need is, for a huge amount of images, to say somthing like \placefigure[top,left] or \placefigure[bottom,right] regardless how many line befor/after this command may be - just like \placefigure[top]. To make sure the image still is at the top/bottom of a page even iv some changes in the text have to be made. And the only way to simlate this is by \hangsidefloat[x] with x being the lines above the image. There is no faster way, to just say place it left/right at the top or bottom of the textarea? The command \placefigure[top] looks so clear - there is no way to add a sidefloat behaviour for small figures, text floating around them? Steffen