Changes

Jump to navigation Jump to search
948 bytes added ,  15:32, 3 August 2021
something about combinations
\stoptext
</texcode>
 
= Float Combinations =
 
If you want to place floats besides each other or in a regular matrix,
each with its own number and caption, you need a float combination:
 
<texcode>
\startplacefigure[location=none] % disable numbering of outer float
\startfloatcombination[2*1] % two columns, one row
\startplacefigure[location=here,title={Left Image}] % figure with caption
\externalfigure[dummy]
\stopplacefigure
\startplacefigure[location=here,title={Right Image}]
\externalfigure[dummy]
\stopplacefigure
\stopfloatcombination
\stopplacefigure
</texcode>
 
If you want only one number for the whole thing, you need a regular combination within a float:
 
<texcode>
\startplacefigure[location=here,title={My combination}]
\startcombination[2*1] % two columns, one row
{\externalfigure[dummy]}{Left Image} % caption may be empty
{\externalfigure[dummy]}{Right Image}
\stopcombination
\stopplacefigure
</texcode>
 
See also {{cmd|startcombination}}.
= Flushing floats =

Navigation menu