Command/placefloat

From ConTeXt wiki
Jump to: navigation, search

\placefloat

Syntax

\placefloat[...][ref,ref,...]{...}{...}
[...] left right here top bottom inleft inright inmargin margin leftmargin rightmargin leftedge rightedge innermargin outermargin inneredge outeredge inner outer line high low fit page leftpage rightpage opposite always auto force tall reset line height depth
[ref,ref,...]
{...} text
{...} text


Description

first text = caption ('none'=no caption at all) second text = float contain


Example

% places two cows next to each other but each one with
% its own caption

\starttext

\placefigure
   [none]
   {}
   {\startcombination
      {\externalfigure[cow][width=4cm]} {\placefloatcaption[figure]{one}}
      {\externalfigure[cow][width=4cm]} {\placefloatcaption[figure]{two}}
    \stopcombination}

\stoptext


Example

% two different ways to suppress numbering and caption
%
\starttext
\placefigure{none}{\externalfigure[cow]}
\placefigure[none]{}{\externalfigure[cow]}
\stoptext


See also

Help from ConTeXt-Mailinglist/Forum

All issues with:

C O N T E X T G A R D E N

Personal tools
Namespaces
Variants
Actions
Help
External Help
Installation
Navigation
Toolbox