From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29889 Path: news.gmane.org!not-for-mail From: Renaud AUBIN Newsgroups: gmane.comp.tex.context Subject: Indentation bug ? Sample Date: Wed, 02 Aug 2006 11:07:30 +0200 Message-ID: <44D06B52.6010404@nibua-r.org> References: <44C5E297.7030501@nibua-r.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1154513372 15193 80.91.229.2 (2 Aug 2006 10:09:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Aug 2006 10:09:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 02 12:09:30 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1G8DfK-00074k-2K for gctc-ntg-context-518@m.gmane.org; Wed, 02 Aug 2006 12:09:26 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8BFF81FE5E; Wed, 2 Aug 2006 12:09: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 00777-04-2; Wed, 2 Aug 2006 12:09:20 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4542A1FEA8; Wed, 2 Aug 2006 12:09:20 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CC2311FE97 for ; Wed, 2 Aug 2006 12:09:17 +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 00777-04 for ; Wed, 2 Aug 2006 12:09:11 +0200 (CEST) Original-Received: from 42.mail-out.ovh.net (42.mail-out.ovh.net [213.251.189.42]) by ronja.ntg.nl (Postfix) with SMTP id ECD321FE5E for ; Wed, 2 Aug 2006 12:05:53 +0200 (CEST) Original-Received: (qmail 912 invoked by uid 503); 2 Aug 2006 09:07:31 -0000 Original-Received: from b6.ovh.net (HELO mail183.ha.ovh.net) (213.186.33.56) by 42.mail-out.ovh.net with SMTP; 2 Aug 2006 09:07:31 -0000 Original-Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 2 Aug 2006 09:07:27 -0000 Original-Received: from d83-177-212-26.cust.tele2.fr (HELO ?192.168.78.10?) (aubin@nibua-r.org@83.177.212.26) by ns0.ovh.net with SMTP; 2 Aug 2006 09:07:25 -0000 User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: fr, en Original-To: mailing list for ConTeXt users In-Reply-To: <44C5E297.7030501@nibua-r.org> X-Ovh-Remote: 83.177.212.26 (d83-177-212-26.cust.tele2.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/0.0/5.0/N X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:29889 Archived-At: Hi all, Here is a test document with "french" indentation (placefigure and placetable are tested with bottom, here, top and auto options): \setupindenting[medium,yes] \setupformulas[indentnext=yes] \setupheads[indentnext=yes] \setupfloats[indentnext=yes] \starttext \startuseMPgraphic{dummygraph} numeric u; u:=2cm; draw (-u,-u)--(u,u); draw ((-u,-u)--(u,u)) rotated 90; \stopuseMPgraphic \chapter{placefigure} \section{bottom option} \input knuth \placefigure[bottom]{none}{\useMPgraphic{dummygraph}} \input knuth \page \section{top option} \input knuth \placefigure[top]{none}{\useMPgraphic{dummygraph}} \input knuth \page \section{here option} \input knuth \placefigure[here]{none}{\useMPgraphic{dummygraph}} \input knuth \page \section{here, force, nonumber option} \input knuth \placefigure[here,force,nonumber]{none}{\useMPgraphic{dummygraph}} \input knuth \page \section{auto option} \input knuth \placefigure[auto]{none}{\useMPgraphic{dummygraph}} \input knuth \chapter{placetable} \startbuffer \setupTABLE[row][odd][background=color,backgroundcolor=red, width=.2\textwidth] \bTABLE[split=yes] \bTR \bTD[nr=3] 1 \eTD \bTD[nc=2] 2/3 \eTD \bTD[nr=3] 4 \eTD \eTR \bTR \bTD 2 \eTD \bTD 3 \eTD \eTR \bTR \bTD 2 \eTD \bTD 3 \eTD \eTR \bTR \bTD[nc=3] 1/2/3 \eTD \bTD 4 \eTD \eTR \bTR \bTD 1 \eTD \bTD 2 \eTD \bTD 3 \eTD \bTD 4 \eTD \eTR \eTABLE \stopbuffer \section{bottom option} \input knuth \placetable[bottom]{none}{\getbuffer} \input knuth \page \section{here option} \input knuth \placetable[here]{none}{\getbuffer} \input knuth \page \section{top option} \input knuth \placetable[top]{none}{\getbuffer} \input knuth \page \section{auto option} \input knuth \placetable[auto]{none}{\getbuffer} \input knuth \stoptext Alan, I cannot reproduce the problem you described, maybe I misunderstood... Please, try with my sample file and repost if you obtain a bug... You can see the result: http://renojrl.lrv.uvsq.fr/testbed/indent.pdf texexec --check gives: TeXExec | runtime: 0.509941 TeXExec | end of analysis TeXExec | TeXExec | TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD TeXExec | TeXUtil | version 9.1.0 - 1997-2005 - PRAGMA ADE/POD TeXExec | CtxTools | version 1.3.3 - 2004/2006 - PRAGMA ADE/POD TeXExec | TeXExec | testing interface en TeXExec | pdfeTeX Version 3.141592-1.30.6-2.2 (Web2C 7.5.5) TeXExec | ConTeXt ver: 2006.07.28 23:56 fmt: 2006.8.1 int: english mes: english TeXExec | TeXExec | testing interface fr TeXExec | pdfeTeX Version 3.141592-1.30.6-2.2 (Web2C 7.5.5) TeXExec | ConTeXt ver: 2006.07.28 23:56 fmt: 2006.8.1 int: french mes: french TeXExec | TeXExec | testing interface nl TeXExec | pdfeTeX Version 3.141592-1.30.6-2.2 (Web2C 7.5.5) TeXExec | ConTeXt ver: 2006.07.28 23:56 fmt: 2006.8.1 int: dutch mes: dutch Cheers, Renaud