Command/ placepairedbox

From Wiki
< Command(Redirected from Command/placelegend)
Jump to navigation Jump to search


\placepairedbox

Summary

The instances of \placepairedbox are used for combining two boxes together in various ways.

Instances

\placelegend

Settings instance

\placePAIREDBOX[...=...,...]{...}{...}
...=...,...inherits from \setuppairedbox
{...}content
{...}text

Description

It makes sense to typeset a legend to a figure in TeX and not in a drawing package. The macro \placelegend combines a figure (or something else) and its legend. This command is an example of a paired box definition.

Examples

Example 1

\placefigure
   {whow}
   {\placelegend
      {\externalfigure[cow][width=2cm]}
      {\starttabulate[|l|l|l|l|]
       \NC 1 \NC head \NC 3 \NC tail \NC \NR
       \NC 2 \NC legs \NC   \NC      \NC \NR
       \stoptabulate}
   }

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: