Hi, how do I get the caption as wide as possible? -------------------------------------------- \starttext \placefigure [here] [foo] {A very long caption, isn't it?} {\externalfigure[cow][width=2cm]} \stoptext -------------------------------------------- I also tried without luck \setupcaptions[minwidth=fit] (no effect) and \setupcaptions[minwidth=\textwidth] (left aligned) Patrick
On Fri, Oct 1, 2010 at 21:43, Patrick Gundlach wrote:
Hi,
how do I get the caption as wide as possible?
-------------------------------------------- \starttext \placefigure [here] [foo] {A very long caption, isn't it?} {\externalfigure[cow][width=2cm]}
Don't sue me; this is what I sometimes use: {\hbox to .9\textwidth{\hss\externalfigure[cow][width=2cm]\hss}} But I bet that there exists an option to fix that globally. Mojca
On Fri, Oct 01 2010, Patrick Gundlach wrote:
I also tried without luck
\setupcaptions[minwidth=fit] (no effect)
and \setupcaptions[minwidth=\textwidth] (left aligned)
\setupcaptions[minwidth=\textwidth, align=middle] Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/
participants (3)
-
Mojca Miklavec
-
Patrick Gundlach
-
Peter Münster