Hi!
I'd like to use subfigure numbering for floats. This works:
\useMPlibrary [dum]
\starttext
\startplacefigure [location=none]
\startfloatcombination [nx=2]
\startplacefigure [title=Left, reference=ref:left, group=one, groupsuffix=a]
\externalfigure
\stopplacefigure
\startplacefigure [title=Right, reference=ref:right, group=one,
groupsuffix=b]
\externalfigure
\stopplacefigure
\stopfloatcombination
\stopplacefigure
See \in{image}[ref:right] (right) and \in{image}[ref:left] (left).
\stoptext
The output is correct, but the usage is verbose. I'd like to replace
the manual groupsuffix numbering with something automatic. ConTeXt
uses automatic numbering in many places so it seems strange to
number the subfigures manually.
I have tried using counters and labels, but something is always
messed up and I couldn't get it to work.
How to achieve automatic subfigure numbering without specifying the
groupsuffix manually?
Marco
LMTX 2021.11.22 22:27
___________________________________________________________________________________
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
___________________________________________________________________________________