Table disappears in floatcombination
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. Also, once the captions appear, they don't align on the right side. When changing the caption alignment to "align=flushleft", they align perfectly on the left side. Am I doing something wrong? Cheers, Christoph
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?
Also, once the captions appear, they don't align on the right side. When changing the caption alignment to "align=flushleft", they align perfectly on the left side.
Am I doing something wrong?
Cheers,
Christoph
___________________________________________________________________________________ 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 ___________________________________________________________________________________
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On Sat, Dec 26, 2020 at 10:54 AM Hans Hagen
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
participants (2)
-
Christoph Reller
-
Hans Hagen