ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* If figures are placed left, left-aligned captions are unwantedly centered
@ 2016-01-29 20:30 d_jan
  2016-01-29 21:39 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: d_jan @ 2016-01-29 20:30 UTC (permalink / raw)
  To: ntg-context

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.

Details:
--------
If I use default={here,nonumber} instead of default={left,nonumber}
in\setupfloat[figure][default=..., the captions are aligned left, just
like they should.

It does not matter if the text warps around the captioned image, the
centered is present for all figure-captions, regardless of their width.


Code demonstrating the behaviour:
---------------------------------

   \setupfloat[figure][default={left,nonumber}]

   \setupcaption[figure][align=flushleft] %prefix: section-wis 3

   \starttext

   %here is some text...
   Lorem Ipsum....

   \placefigure{my figure caption}{\externalfigure[images/image1.jpg]}


   %here is some text
   Lorem Ipsum....
   \placefigure{my figure caption}{\externalfigure[images/image1.jpg]}


Is there any way to left-place figures and have the captions flushleft
aligned? (Ideally while keeping the content after starttext the same)

addition: I tried with an comes-with-Ubuntu-14.04 and a LiveTex2015
Version of ConTeXt, no difference in behavior.

Kind Regards,
 Jan

PS.: Previously posted this on tex.stackexchange too
(http://tex.stackexchange.com/questions/289752/if-figures-are-placed-left-left-aligned-captions-are-unwantedly-centered-conte),
but without answers so far.
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-29 23:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-29 20:30 If figures are placed left, left-aligned captions are unwantedly centered d_jan
2016-01-29 21:39 ` Hans Hagen
2016-01-29 23:26   ` Aditya Mahajan
2016-01-29 23:37     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).