Otared Kavian schrieb am 01.06.2020 um 14:30:
Hi all,

Is it possible to write the individual captions for each element of a 
combination of floats above it, while the caption for the figure appears below?

\startplacefigure[title={A combination of three figures}] % this title appears 
below the figure
        \startcombination[3*1]
                {\externalfigure[image-1.pdf][width=4cm]}{a} % a appears above 
image-1
                {\externalfigure[image-2.pdf][width=4cm]}{b} % b appears above 
image-2
                {\externalfigure[image-3.pdf][width=4cm]}{c} % c appears above 
image-3
        \stopcombination}{}
\stopplacefigure

I tried to define a new float, say myfigure, which has captions below and then 
I tried

\setupcaptions[location=top]

and

\setupcombinations[location=top]

but this does not work…

The label position in combinations is fixed and the easiest way to create your own combination is to use a table.

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