> Am 08.08.2020 um 18:32 schrieb Wolfgang Schuster 
> <[email protected]>:
> 
> 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:
> 
> \startplacefigure[location=none]
>    \startfloatcombination[2*1]
>        \startplacefigure[title={Left dummy}]
>            \externalfigure[dummy]
>        \stopplacefigure
>        \startplacefigure[title={Right dummy}]
>            \externalfigure[dummy]
>        \stopplacefigure
>    \stopfloatcombination
> \stopplacefigure

Thank you very much!

It works like it should.

I learn something new about ConTeXt every day.

Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 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