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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to