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? TIA, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University
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
participants (2)
-
Marcin Borkowski
-
Wolfgang Schuster