On Sun, 8 Oct 2006, Pepe Barbe wrote:
On 10/8/06, Aditya Mahajan
wrote: That was because you do not have proper grouping in your \placefigure definition. Try
\placefigure[tag][here] {Caption} {% <-- Note this \startcombination[3*4] .... \stopcombination \startcombination[2*1] .... \stopcombination } %<---- Note this
Thanks. It does work, but is the same as doing 3*5. The last line does not show centered.
You can center it on your own by \midaligned. \placefigure {Combinations} { \startcombination [3*4] {\externalfigure[unknown]}{1} {\externalfigure[unknown]}{2} {\externalfigure[unknown]}{3} {\externalfigure[unknown]}{4} {\externalfigure[unknown]}{5} {\externalfigure[unknown]}{6} {\externalfigure[unknown]}{7} {\externalfigure[unknown]}{8} {\externalfigure[unknown]}{9} {\externalfigure[unknown]}{10} {\externalfigure[unknown]}{11} {\externalfigure[unknown]}{12} \stopcombination \blank[medium] %<-- This is the default inbetween for % \setupcombinations \midaligned{\startcombination[2*1] {\externalfigure[unknown]}{1} {\externalfigure[unknown]}{2} \stopcombination}} Aditya