On 1/30/2016 12:26 AM, Aditya Mahajan wrote:
On Fri, 29 Jan 2016, Hans Hagen wrote:
On 1/29/2016 9:30 PM, d_jan wrote:
Hello fellow ConTeXt users,
I want to place figures left so that text wraps around them if they have less width than \textwidth. The figure captions should be aligned left (flushleft).
What happens: The captions are all centered.
What happens is that a caption < width kicks in.
But we already have a way to get around that: width=max
\setupfloat[figure][default={left,nonumber}]
\setupcaption[figure][align=flushleft, width=max]
\starttext
\placefigure{my figure caption a really long caption}{\externalfigure[images/image1.jpg]} \input knuth
\placefigure{my figure caption}{\externalfigure[images/image1.jpg]} \input tufte \stoptext
indeed, you're right, no need to change something (i'll add an example to the test suite) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------