[NTG-context] floats side by side
Wolfgang Schuster
wolfgang.schuster.lists at gmail.com
Sat Aug 8 18:32:27 CEST 2020
Henning Hraban Ramm schrieb am 08.08.2020 um 17:51:
> Hello again,
>
> I need to place several figures side by side (e.g. pictures of persons).
> I know I can use combinations, but I need the figures with captions included in the usual numbering of figures and not one number & caption for the combination.
> How can I achieve this?
Use a float combination:
\useMPlibrary[dum]
\starttext
\input ward
\startplacefigure[title={Dummy}]
\externalfigure[dummy]
\stopplacefigure
\input jojomayer
\startplacefigure[location=none]
\startfloatcombination[2*1]
\startplacefigure[title={Left dummy}]
\externalfigure[dummy]
\stopplacefigure
\startplacefigure[title={Right dummy}]
\externalfigure[dummy]
\stopplacefigure
\stopfloatcombination
\stopplacefigure
\input weisman
\stoptext
Wolfgang
More information about the ntg-context
mailing list