From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21618 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: Feature request Date: Tue, 26 Jul 2005 17:33:19 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: sea.gmane.org 1122392175 20821 80.91.229.2 (26 Jul 2005 15:36:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Jul 2005 15:36:15 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jul 26 17:36:14 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DxRSe-0005Oo-Rb for gctc-ntg-context-518@m.gmane.org; Tue, 26 Jul 2005 17:35:16 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7ED8312799; Tue, 26 Jul 2005 17:35:12 +0200 (CEST) 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 19577-05; Tue, 26 Jul 2005 17:35:12 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 46832127B1; Tue, 26 Jul 2005 17:33:27 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C81DA127A7 for ; Tue, 26 Jul 2005 17:33:25 +0200 (CEST) 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 19577-04-2 for ; Tue, 26 Jul 2005 17:33:24 +0200 (CEST) Original-Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by ronja.ntg.nl (Postfix) with ESMTP id DFCB712788 for ; Tue, 26 Jul 2005 17:33:24 +0200 (CEST) Original-Received: (qmail 24796 invoked from network); 26 Jul 2005 15:33:23 -0000 Original-Received: from unknown (HELO [84.245.182.202]) (698580@[87.193.3.198]) (envelope-sender ) by smtprelay03.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 26 Jul 2005 15:33:23 -0000 Original-To: ntg-context@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21618 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21618 Hans Hagen wrote: > Steffen Wolfrum wrote: > > > Hi, > > > > it would be great if the \placefigure macro could be extended to > > combinations like > > > > \placefigure{top,left} > > > > or > > > > \placefigure{bottom,outer} > > > > > > The reason for this request is that we use ConTeXt a lot for > > typesetting books from "arts and humanities". > > > > There we often have to place a lot of (more then 100) figures at > > "fixed" positions like top-outer and bottom-inner, wrapped by text. > > > > I guess it's not a trivial feature to be implemented in TeX's > > paragraph processing, but I know it might be worth the effort: > > ConTeXt's way to deal with fonts and text is so superior that it > > should be also accessible for disciplines that besides text also rely > > on images - as the arts and humanities do. > > not trivial indeed, although it is more or less doable when you >accept some limitations, e.g. if you have only text and graphics, >use a grid, and have no other tricky stuff that can interfere >(display math or so) > > Hans ok, agreed! But figure labels are needed (do they interfere?) Steffen