ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* text wrapped around \textwidth sized images unwantedly.
@ 2016-02-01 22:08 d_jan
  2016-02-02  9:02 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: d_jan @ 2016-02-01 22:08 UTC (permalink / raw)
  To: ntg-context

I use ConTeXt for a document with many images. The text should float
around the images, if possible.

The floating itself works fine, but some images are equal or larger than
\textwidth (so they are maxwidth=\textwidth). Instead of breaking above
the image and starting below it again, the algorithm tries to float a
bit of text (about 2-4 characters each line) around the image using
space outside the text area (which naturally causes overfull \hbox-es).

Is there any way to prevent this?

If not, I define another float for these images and assign it to the
affected images, but I wonder if I can get around this.

Kind Regards,
 Jan


___________________________________________________________________________________
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] 2+ messages in thread

* Re: text wrapped around \textwidth sized images unwantedly.
  2016-02-01 22:08 text wrapped around \textwidth sized images unwantedly d_jan
@ 2016-02-02  9:02 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2016-02-02  9:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 2/1/2016 11:08 PM, d_jan wrote:
> I use ConTeXt for a document with many images. The text should float
> around the images, if possible.
>
> The floating itself works fine, but some images are equal or larger than
> \textwidth (so they are maxwidth=\textwidth). Instead of breaking above
> the image and starting below it again, the algorithm tries to float a
> bit of text (about 2-4 characters each line) around the image using
> space outside the text area (which naturally causes overfull \hbox-es).
>
> Is there any way to prevent this?
>
> If not, I define another float for these images and assign it to the
> affected images, but I wonder if I can get around this.

try this:

\setupfloat[figure][criterium=10cm,fallback=here]

\placefigure[left]{}{\framed[width=5cm]{}} \input tufte

\placefigure[left]{}{\framed[width=\textwidth]{}} \input tufte



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 2+ messages in thread

end of thread, other threads:[~2016-02-02  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-01 22:08 text wrapped around \textwidth sized images unwantedly d_jan
2016-02-02  9:02 ` 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).