[NTG-context] about \startcombination
Marco
netuse at lavabit.com
Wed Jan 11 14:44:47 CET 2012
On 2012-01-11 dalyoung <haksan at me.com> wrote:
> Today, I found a strange behavior of \startcombination.
>
> case 1.
>
> \placefigure[][]{}
> {\startcombination[3*1]
> {\externalfigure[cow][width=.3\makeupwidth]}
> {\externalfigure[cow][width=.3\makeupwidth]}
> {\externalfigure[cow][width=.3\makeupwidth]}
> \stopcombination}
\placefigure[][]{}
{\startcombination[3*1]
{\externalfigure[cow][width=.3\makeupwidth]}{}
{\externalfigure[cow][width=.3\makeupwidth]}{}
{\externalfigure[cow][width=.3\makeupwidth]}{}
\stopcombination}
> case 2: If I changed [3*1] to [2*1], then no errors. But
> the output is as same as the case of [1*2], that is, two
> cows are aligned vertically not horizontally.
Add the missing braces. Works here.
Marco
More information about the ntg-context
mailing list