Command/setupfloat

From Wiki
< Command
Revision as of 20:23, 20 September 2022 by BruceH2020 (talk | contribs)
Jump to navigation Jump to search


\setupfloat

Summary

The command \setupfloat configures floating objects

Settings

\setupfloat[...,...][...=...,...]
[...,...]singular
indentnextyes no auto
defaultsee \placefloat
fallbacksee \placefloat
innercommand
criteriumdimension
methodnumber
sidemethodnumber
textmethodnumber
sidealignheight depth line halfline grid normal
gridsee \snaptogrid
localyes no
commandoneargument
availablewidthdimension
availableheightdimension
minwidthdimension
maxwidthdimension
locationleft right middle flushleft flushright center max inner outer innermargin outermargin inneredge outeredge backspace cutspace leftmargin rightmargin leftedge rightedge
leftmargindistancedimension
rightmargindistancedimension
leftmargindimension
rightmargindimension
innermargindimension
outermargindimension
bottombeforecommand
bottomaftercommand
expansionyes no xml
referenceprefix+ - text
xmlsetupname
catcodesname
freeregionyes no
spacebeforenone see \blank
spaceafternone see \blank
widthdimension
heightdimension
offsetdimension none overlay
sidespacebeforenone see \blank
sidespaceafternone see \blank
spacebeforesidenone see \blank
spaceaftersidenone see \blank
sidethresholdold dimension
margindimension
ntopnumber
nbottomnumber
stepsmall medium big line depth
nlinesnumber
cacheyes no
compressyes no
compressdistancedimension
...=...,...inherits from \setupframed

OptionExplanation
name of the defined float
singular figure/graphic/table/intermezzo
indentnext
indentation of following text line
criterium
Specify a size such as criterium=.25\textwidth and any side or margin image exceeding this width will be automatically changed to be a centred image.
minwidth
minimal width
maxwidth
maximal width
location
placement (there are even more options!)
left left of text
right right of text
flushleft left of text
flushright right of text
inner beside text, spine direction (left)
outer beside text, outer edge direction (right)
innermargin in inner (left) margin
outermargin in outer (right) margin
inneredge in inner edge area
outeredge in outer edge area
backspace spine direction (left)
cutspace outer edge direction (right)
leftmargin in left margin
rightmargin in right margin
leftedge in left edge area
rightedge in right edge area
width
fixed width
height
fixed height
cache
re-use image(?)

Description

Configures various float settings. For a previously defined specific float type (with \definefloat), use the first argument to enter its name.

Examples

Example 1

\setupfloat[table][default={here,split}]

\setupxtable[frame=off,split=yes,header=repeat,footer=repeat]
\setupxtable[head][topframe=on,bottomframe=on]
\setupxtable[body][]
\setupxtable[foot][bottomframe=on]

\starttext
\startplacetable[title={Average Annual Temperatures}]
\startxtable
\startxtablehead[head]
\startxrow
\startxcell[align=middle,width={0.10\textwidth}] Year \stopxcell
\startxcell[align=middle,width={0.14\textwidth}] Value \stopxcell
\stopxrow
\stopxtablehead
\startxtablebody[body]
\dorecurse{100}{%
\startxrow
\startxcell[align=middle,width={0.10\textwidth}] 1880 \stopxcell
\startxcell[align=middle,width={0.14\textwidth}] 0.1146 \stopxcell
\stopxrow}
\stopxtablebody
\startxtablefoot[foot]
\startxrow
\startxcell[align=middle,width={0.10\textwidth}] 2018 \stopxcell
\startxcell[align=middle,width={0.14\textwidth}] 1.014 \stopxcell
\stopxrow
\stopxtablefoot
\stopxtable
\stopplacetable
\stoptext

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: