Can anyone tell me why this table example is placed on the left margin
on the first page and the right margin on subsequent pages?
My intention is to place against the right margin on all pages.
\starttext
\placetable[right, 4*line, split]
{none}
{\bTABLE[split=repeat,option=stretch, textwidth=3in]
\bTABLEhead[rulethickness=1pt]
\bTR
\bTH[align={middle}] head \eTH
\eTR
\eTABLEhead
\bTABLEbody
\dorecurse{6}{
\bTR
\bTD
{\input knuth \par}
\eTD
\eTR
}
\eTABLEbody
\bTABLEfoot
\bTR
\bTH footer \eTH
\eTR
\eTABLEfoot
\eTABLE}
\stoptext
--
david
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________