On 12/25/2020 9:47 PM, Christoph Reller wrote:
> Hi,
>
> Consider the following MWE:
>
> \definefloat[combination][figure]
> \setupcaptions[
> number=no, %<- comment and table appears
> align=flushright]
> \starttext
> \startplacecombination[title=Combination]
> \startfloatcombination
> \startplacetable%[title=Table] %<- uncomment and table appears
> \bTABLE \bTR \bTD Cell \eTD \eTR \eTABLE
> \stopplacetable
> \stopfloatcombination
> \stopplacecombination
> \stoptext
>
> In the latest LMTX version of ConTeXt, the table is not shown. (In MKIV
> it is present.) Either commenting line 3 or activating the table title
> in line 8 makes the table appear.
what version of mkiv did you test?
Okay, the MKIV version is a little bit dated: 2018.05.19_21.46.
Still: How can I get floats without captions within a floatcombination environment?
Christoph