From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25071 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Problem with \placefigure Date: Tue, 10 Jan 2006 22:56:47 +0100 Message-ID: <43C42D9F.80907@wxs.nl> References: <43C235C1.6010801@elvenkind.com> <43C2492D.9010806@wxs.nl> <3898D8DE-2C3A-42BD-9899-D5C70D36EE9B@st.estfiles.de> <000d01c61621$1f595d80$0100a8c0@portablefred> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1136930236 21623 80.91.229.2 (10 Jan 2006 21:57:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Jan 2006 21:57:16 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jan 10 22:57:10 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 1EwRU5-0006Wt-Ib for gctc-ntg-context-518@m.gmane.org; Tue, 10 Jan 2006 22:56:54 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 56C711280E; Tue, 10 Jan 2006 22:56:53 +0100 (CET) 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 14310-08-3; Tue, 10 Jan 2006 22:56:51 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E1A4312805; Tue, 10 Jan 2006 22:56:50 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2EF3B12805 for ; Tue, 10 Jan 2006 22:56:50 +0100 (CET) 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 14310-08-2 for ; Tue, 10 Jan 2006 22:56:49 +0100 (CET) Original-Received: from mail.pragma-ade.net (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with SMTP id 43088127FB for ; Tue, 10 Jan 2006 22:56:49 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 25 for ; Tue, 10 Jan 2006 17:07:04 +0300 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <000d01c61621$1f595d80$0100a8c0@portablefred> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 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-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25071 Archived-At: FrancoisFasoli wrote: > The following test file gives a good result with old ConteXt > but gives an error with new ConteXt > It seems that new ConteXt does not accept [center] > What is the problem ? >grep dorechecknextindentation *.tex cont-new.tex: \dorechecknextindentation} core-des.tex: \dorechecknextindentation} core-itm.tex: \dorechecknextindentation} core-mat.tex: \dorechecknextindentation} % here ? core-spa.tex:\def\dorechecknextindentation core-ver.tex: \dorechecknextindentation} page-one.tex: \dorechecknextindentation} its' really defined in core-spa.tex, so, it looks like you use a new cont-new.tex with an old format; did you remake the formats? (if you run a very old context you may need to remove the (e)fmt files manually first) Hans