ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Nigel King <king@dircon.co.uk>
Cc: <ntg-context@ntg.nl>
Subject: Re: \placefloat[top]
Date: Fri, 09 Aug 2002 13:42:34 +0100	[thread overview]
Message-ID: <B979774A.97C2%king@dircon.co.uk> (raw)
In-Reply-To: <5.1.0.14.1.20020808123310.01fd46b8@server-1>

>> 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


      reply	other threads:[~2002-08-09 12:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-07 13:56 \placefloat[top] Nigel King
2002-08-08 10:33 ` \placefloat[top] Hans Hagen
2002-08-09 12:42   ` Nigel King [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B979774A.97C2%king@dircon.co.uk \
    --to=king@dircon.co.uk \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).