Changes

Jump to navigation Jump to search
1,075 bytes added ,  15:05, 28 November 2021
Update code syntax
<texcode>
\startcombination[x*y]%% x=columns, y=rows
{something}{caption} ...
...
\stopcombination
</texcode>
 
or using the newer interface:
 
<texcode>
\startcombination [nx=3, ny=2] %% 3 columns, 2 rows
\startcontent something \stopcontent
\startcaption caption \stopcaption
\startcontent something \stopcontent
\startcaption caption \stopcaption
\startcontent something \stopcontent
\startcaption caption \stopcaption
\startcontent something \stopcontent
\startcaption caption \stopcaption
\startcontent something \stopcontent
\startcaption caption \stopcaption
\startcontent something \stopcontent
\startcaption caption \stopcaption
\stopcombination
 
</texcode>
 
means:
<context source=yes>
\placefigureuseMPlibrary [heredum] %% placement optionsample images \startplacefigure [fig:combinations] % reference{title=An example of a combination} % caption for whole group{] \startcombination[nx=3*, ny=2] % 3 columns, 2 rows{ \startcontent \externalfigure[lb00220dummy]} {\stopcontent \startcaption a} { \stopcaption \startcontent \externalfigure[lb00221dummy]} {\stopcontent \startcaption b} % picture and caption for two figures in first row \stopcaption{ \startcontent \externalfigure[lb00222dummy]} {\stopcontent \startcaption c} { \stopcaption \startcontent \externalfigure[lb00223dummy]} {\stopcontent \startcaption d} \stopcaption{ \startcontent \externalfigure[lb00225dummy]} {\stopcontent \startcaption e} { \stopcaption \startcontent \externalfigure[lb00226dummy]} {\stopcontent \startcaption f} \stopcaption \stopcombination} % whole combination in braces of placefigure\stopplacefigure
</context>
This would produce something like 'figure 2.4d'. The content of the second parameter simply gets appended to the end of the figure's reference-number, thus the example above would still work even if the caption would be 'd) An awesome subfigure'.
== See also ==
[[Floating_Objects#Subfloats]], {{cmd|startfloatcombination}}, {{cmd|startsubfloatnumbering}}
[[Category:Graphics]]
69

edits

Navigation menu