18 Feb
2014
18 Feb
'14
11:28 a.m.
Am 18.02.2014 um 11:24 schrieb Marcin Borkowski
Hi list,
I'd like to have a figure (by means of \placefigure) centered horizontally. Currently, I'm doing
\placefigure[bottom,none,middle]{}{% \hbox to\textwidth{\hfil\externalfigure[logo-2-t][height=1.5cm]\hfil}}
Is there a better way? If yes, how to do this?
\setupexternalfigures[location=default] \starttext \input knuth \placefigure {A dutch cow} {\externalfigure[cow][width=8cm]} \input ward \stoptext Wolfgang