Hi Contexters,
I would like to use the \splitfloat command (see the test sample attached) as in
http://ml-archives.mini.pw.edu.pl/ntg-context/msg02441.html
But how do I get rid of the word
" [preference] " which appears just before the table ?
I am using the latest stable (ver 2003.03.11) with miktex 2.3
Any idea ?


Seb.
\starttext

\startbuffer[one]
  \starttables[|c|c|]
    \HL
    \VL \bf Year \VL \bf Citizens \VL\SR
    \HL
    \VL 1675 \VL ˜428 \VL\FR
    \VL 1795 \VL 1124 \VL\MR
    \VL 1880 \VL 2405 \VL\MR
    \VL 1995 \VL 7408 \VL\LR
    \HL
  \stoptables
\stopbuffer

\splitfloat
  {\placetable{My beautiful table}}
  {\getbuffer[one]}
\stoptext

Reply via email to