From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/86367 Path: news.gmane.org!not-for-mail From: "Jan Tosovsky" Newsgroups: gmane.comp.tex.context Subject: Re: Indenting after floating image Date: Wed, 19 Feb 2014 20:57:32 +0100 Message-ID: <44800.4374084578$1392839875@news.gmane.org> References: <530278cd.c3030e0a.4080.0646SMTPIN_ADDED_BROKEN@mx.google.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1392839862 7027 80.91.229.3 (19 Feb 2014 19:57:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Feb 2014 19:57:42 +0000 (UTC) To: "'mailing list for ConTeXt users'" Original-X-From: ntg-context-bounces@ntg.nl Wed Feb 19 20:57:51 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WGDHC-0003mD-31 for gctc-ntg-context-518@m.gmane.org; Wed, 19 Feb 2014 20:57:50 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 3C99E101EE; Wed, 19 Feb 2014 20:57:49 +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 ac9z7M5utt30; Wed, 19 Feb 2014 20:57:47 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 3D36A101E6; Wed, 19 Feb 2014 20:57:47 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 22281101E6 for ; Wed, 19 Feb 2014 20:57:45 +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 qyIFbcB3vy4h for ; Wed, 19 Feb 2014 20:57:43 +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 748F1101E2 for ; Wed, 19 Feb 2014 20:57:33 +0100 (CET) Original-Received: from fep21.mx.upcmail.net (fep21.mx.upcmail.net [62.179.121.41]) by filter3-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s1JJvWJQ008040 for ; Wed, 19 Feb 2014 20:57:32 +0100 Original-Received: from edge04.upcmail.net ([192.168.13.239]) by viefep21-int.chello.at (InterMail vM.8.01.05.13 201-2260-151-135-20130320) with ESMTP id <20140219195732.NYAA9812.viefep21-int.chello.at@edge04.upcmail.net> for ; Wed, 19 Feb 2014 20:57:32 +0100 Original-Received: from emk ([78.102.141.125]) by edge04.upcmail.net with edge id UKxY1n0062iXwKS03KxYip; Wed, 19 Feb 2014 20:57:32 +0100 X-SourceIP: 78.102.141.125 In-Reply-To: X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac8tG50YLW5uo+AGRzCbL1pt/RRJGAAjVZPw Content-Language: cs X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=62.179.121.41; country=AT; latitude=47.3333; longitude=13.3333; http://maps.google.com/maps?q=47.3333,13.3333&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 03LsjVw20 - a5ce6e946074 - 20140219 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:86367 Archived-At: On 2014-02-19 Thangalin wrote: > > A work-around: > > \setupexternalfigures[location=default] > \setupindenting[yes,medium] > > \define[1]\PlaceFigure{ > \startplacefigure[number=no, location={page}, title={}] > \externalfigure[#1] > \stopplacefigure > \\ \vskip-1em > } > > \starttext > \input{ward} > \PlaceFigure{cow} > \input{ward} > \stoptext > > The wiki states: > > \setupindenting does not take care of indenting after environments, > such as ConTeXt's itemizes, enumerations, definitions, formulas and > floats. > > The work-around forces the new line using \\, then immediately skips > back a line. Thanks for sharing your approach. In meantime I've found an alternative solution: ... \stopplacefigure \indentation % this command forces the indentation of the next first paragraph Jan ___________________________________________________________________________________ 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 ___________________________________________________________________________________