From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/8967 Path: main.gmane.org!not-for-mail From: Nigel King Newsgroups: gmane.comp.tex.context Subject: Re: \placefloat[top] Date: Fri, 09 Aug 2002 13:42:34 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: References: <5.1.0.14.1.20020808123310.01fd46b8@server-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035399331 32013 80.91.224.250 (23 Oct 2002 18:55:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:55:31 +0000 (UTC) Cc: Original-To: Hans Hagen In-Reply-To: <5.1.0.14.1.20020808123310.01fd46b8@server-1> Xref: main.gmane.org gmane.comp.tex.context:8967 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:8967 >> If top is replaced by any other options then all is OK. > > oeps, a = got lost when optimizing the code (page-one.tex) > > \def\OTRONEsometopsfloat[#1]% > {\ifdim\topinserted=\zeropoint > \topofinserttrue > \else > \topofinsertfalse > \fi > > Hans I added a close bracket at the end and placed the code at the beginning of my testfile the result was a missing table? My whole file is below for clarity. There is nothing obvious wrong in the log. regards -- Nigel \def\OTRONEsometopsfloat[#1]% {\ifdim\topinserted=\zeropoint \topofinserttrue \else \topofinsertfalse \fi} \starttext \input knuth \startbuffer a table \stopbuffer \placetable [top] [fig:x] {caption} {\getbuffer} \stoptext