Hi Tomás, Thank you for your help. That works for the simple combination I sent to the list, but it does not work for another case in my document where I have several combinations, as in the following: \startplacefigure[location=none] \startcombination[1*2] {\startcombination[2*1] {\framed[width=6cm]{a}}{\externalfigure[image-1.pdf][width=6cm]} %{a} {\startcombination[1*2] {\framed[width=10cm]{b}}{\externalfigure[image-2.pdf][width=10cm]} %{b} {\framed[width=10cm]{c}}{\externalfigure[-image-3.pdf][width=10cm]} %{c} \stopcombination}{} \stopcombination}{} {\startcombination[1*2] {\framed[width=20cm]{d}}{\externalfigure[image-4.pdf][width=20cm]} %{d} {\startcombination[2*1] {\framed[width=7cm]{e}}{\externalfigure[image-5.pdf][width=7cm]} %{e} {\framed[width=8cm]{f}}{\externalfigure[image-6.pdf][width=8cm]} %{f} \stopcombination}{} \stopcombination}{} \stopcombination \stopplacefigure Here the first group containing image-1 and image-2, image-3 is misplaced. Maybe there is a right setup for this, even if I don't have a caption below the whole figure (in the above figure I can avoid a caption). Thanks again: Otared
On 1 Jun 2020, at 14:51, Tomas Hala
wrote: Hi Otared,
maybe there is a better, more system solution, but the following works:
\setupcaptions[figure][location=bottom] \startplacefigure[title={A combination of three figures}] % this title appears below the figure \startcombination[3*1] {\framed[width=4cm]{a}}{\externalfigure[image-1.pdf][width=4cm]} % a appears above image-1 {\framed[width=4cm]{b}}{\externalfigure[image-2.pdf][width=4cm]} % b appears above image-2 {\framed[width=4cm]{c}}{\externalfigure[image-3.pdf][width=4cm]} % c appears above image-3 \stopcombination}{} \stopplacefigure
Best wishes,
Tomáš
Mon, Jun 01, 2020 ve 02:30:49PM +0200 Otared Kavian napsal(a): # 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… # # Thanks for any help: Otared # ___________________________________________________________________________________ # 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 # ___________________________________________________________________________________
___________________________________________________________________________________ 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 ___________________________________________________________________________________