[NTG-context] \placefigure[right,high] in two column mode
Mojca Miklavec
mojca.miklavec.lists at gmail.com
Thu Jun 11 19:54:38 CEST 2015
Hello,
Is it possible to place a figure to the right in two column mode? I
always get it centered for some reason.
\setupexternalfigures[location={local,global,default}]
\starttext
\startcolumns[two]
% doesn't work
\startplacefigure[location={nonumber,right,high}]
\externalfigure[cow][width=2cm]
\stopplacefigure
\input tufte
\stopcolumns
% works
\startplacefigure[location={nonumber,right,high}]
\externalfigure[cow][width=2cm]
\stopplacefigure
\input tufte
\stoptext
Thank you,
Mojca
More information about the ntg-context
mailing list