Re: [NTG-context] Question about a pair of floating fugures

2018-03-25 Thread Tomas Hala
Hi Wolfgang, that's genious! Thank you very much. Tomáš Sun, Mar 25, 2018 ve 02:37:17PM +0200 Wolfgang Schuster napsal(a): #Hi Thomas, # #you have to put your images in a floatcombination environment. # #\setupexternalfigure[location=default] # #\starttext # #

Re: [NTG-context] Question about a pair of floating fugures

2018-03-25 Thread Wolfgang Schuster
Hi Thomas, you have to put your images in a floatcombination environment. \setupexternalfigure[location=default] \starttext \startplacefigure[location=none] \startfloatcombination[2*1] \placefigure{A dutch cow}{\externalfigure[cow][height=5cm]} \placefigure{A dutch

Re: [NTG-context] Question about a pair of floating fugures

2018-03-25 Thread Tomas Hala
I am taking it back, it has only one caption:-( I wanted to send this code: \starttext \startcolumns[n=2] \placefigure{c11}{\externalfigure[cow][height=3cm]} \column \placefigure{c12}{\externalfigure[cow][height=3cm]} \stopcolumns \stoptext Tomáš Sun, Mar 25, 2018 ve 12:11:58PM +0200