From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/64108 Path: news.gmane.org!not-for-mail From: Andreas Harder Newsgroups: gmane.comp.tex.context Subject: Re: Indent after Float Date: Wed, 1 Dec 2010 15:44:53 +0100 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: multipart/mixed; boundary=Apple-Mail-3--625119313 X-Trace: dough.gmane.org 1291214719 29913 80.91.229.12 (1 Dec 2010 14:45:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Dec 2010 14:45:19 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 01 15:45:15 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PNnvj-0006JH-AF for gctc-ntg-context-518@m.gmane.org; Wed, 01 Dec 2010 15:45:11 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8D763CA89E; Wed, 1 Dec 2010 15:45:10 +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 NSDmOFTfnTtm; Wed, 1 Dec 2010 15:45:07 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D055CCA898; Wed, 1 Dec 2010 15:45:07 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 57974C9A8A for ; Wed, 1 Dec 2010 15:45:06 +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 kHbnQIW6k11R for ; Wed, 1 Dec 2010 15:44:55 +0100 (CET) Original-Received: from filter3-til.mf.surf.net (filter3-til.mf.surf.net [194.171.167.219]) by balder.ntg.nl (Postfix) with ESMTP id 34C80CA898 for ; Wed, 1 Dec 2010 15:44:55 +0100 (CET) Original-Received: from deliver.uni-koblenz.de (deliver.uni-koblenz.de [141.26.64.15]) by filter3-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id oB1EisMS008599 for ; Wed, 1 Dec 2010 15:44:54 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 1141F7801674 for ; Wed, 1 Dec 2010 15:44:54 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10354-01 for ; Wed, 1 Dec 2010 15:44:53 +0100 (CET) X-CHKRCPT: Envelopesender vrfy aharder@uni-koblenz.de Original-Received: from [192.168.1.112] (88-134-86-12-dynip.superkabel.de [88.134.86.12]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id 7A8DE780166C for ; Wed, 1 Dec 2010 15:44:53 +0100 (CET) In-Reply-To: X-Mailer: Apple Mail (2.1082) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.26.64.15; country=DE; region=08; city=Koblenz; latitude=50.3500; longitude=7.6000; http://maps.google.com/maps?q=50.3500,7.6000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0eDBOISva - e8a42fb0ed8f - 20101201 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.219 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:64108 Archived-At: --Apple-Mail-3--625119313 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Am 01.12.2010 um 13:02 schrieb Andreas Harder: > Hi all, >=20 > please consider the following example: >=20 > \setupindenting[big,yes] > \setupfloats[indentnext=3Dyes] % default: no >=20 > \def\TestFloatPlacement#1% > {\input tufte \par > \placefigure[#1,nonumber]{place=3D#1}{} > \dorecurse{2}{\input tufte \par} \page} >=20 > \starttext > \TestFloatPlacement{top} > \TestFloatPlacement{bottom} > \TestFloatPlacement{auto} > \TestFloatPlacement{right} > \stoptext >=20 > Only "top" seems to give the right indenting. It worked (at least with = "auto") a while ago. I have many floats placed "auto". So is there a = quick fix? Hi again, I tried some more placement options (attachment). An indent only shows = up with the option "here", "top" and "margin". --Apple-Mail-3--625119313 Content-Disposition: attachment; filename=test-float-indenting.tex Content-Type: application/octet-stream; name="test-float-indenting.tex" Content-Transfer-Encoding: 7bit \setuplayout[width=middle,backspace=4cm,cutspace=5cm,header=0pt] \setuppagenumbering[alternative=doublesided,location=right] \setupindenting[big,yes] \setupfloats[indentnext=yes] % default: no \def\TestFloatPlacement#1% {\input tufte \par \placefigure[#1,nonumber]{place=#1}{} \dorecurse{2}{\input tufte \par} \page} \starttext \showframe \processcommalist % tblr,lrtb,tbrl,rltb,btlr,lrbt,btrl,rlbt,fxtb,fxbt, [here,% force, % text, % -> infinite loop left,right,top,bottom, auto,margin,opposite, page,leftpage,rightpage, inmargin,inleft,inright, leftmargin,rightmargin,% rightedge,somewhere, backspace,cutspace] \TestFloatPlacement \stoptext %%% Local Variables: %%% mode: context %%% TeX-master: t %%% End: --Apple-Mail-3--625119313 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii I appreciate any answer Andreas --Apple-Mail-3--625119313 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --Apple-Mail-3--625119313--