Hello,
I tried to use a combination in a placefigure command with two figures side by side:
\placefigure[2][ref]{figure caption}
{\startcombination
{subcaption 1} {\externalfigure[myfigure1]} {subcaption 2} {\externalfigure[myfigure2]}
\stopcombination
}
But the result doesn't fit into the pagewidth. Is there maxwidth command like for combinations ?
Or there is a way to get distance so I could set myfigure1 and myfigure2 maxwidth to 0.5*(\textwidth - distance) ?
Thanks