Changes

Jump to navigation Jump to search
654 bytes added ,  22:00, 21 July 2004
no edit summary
Floats are elements like tables or figures that are placed (and numbered) automatically by TeX.

Floats are ConTeXt's "base class" for everything that uses a <tt>\place...</tt> command (table, figure, own floats).

If you search options of e.g. <tt>\placeexternalfigure</tt> you must look after <tt>\placefloat</tt> in the manual! (same for <tt>\setup...</tt> etc.)

<pre>
\placefloat[place]{caption}{some float}
</pre>

'''place''' is one of: (PLEASE SOMEONE ADD DESCRIPTIONS!)
* left
* right
* here
* top
* bottom
* inleft
* inright
* inmargin
* margin
* page
* opposite
* always
* force
* tall

'''caption'''
You get ''no'' caption with <tt>none</tt>.

Navigation menu