ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	Pablo Rodriguez <oinos@gmx.es>
Subject: Re: issue with images in frames
Date: Thu, 17 Oct 2019 23:31:00 +0200	[thread overview]
Message-ID: <9b377ef8-912b-d471-fc13-7c4fcfe35b1d@gmail.com> (raw)
In-Reply-To: <b2efc7b2-f3ee-185a-7dc3-de2e2d27f379@gmx.es>

Pablo Rodriguez schrieb am 17.10.2019 um 21:51:
> Dear list,
>
> I have the following sample:
>
>      \setupexternalfigures[location=default]
>      \starttext
>      \startxtable[option={stretch, width}]
>          \startxrow
>              \startxcell
>                  \dontleavehmode\dorecurse{100}{
>                      \externalfigure[cow.pdf][scale=50] }
>              \stopxcell
>              \startxcell
>                  \input zapf
>              \stopxcell
>          \stopxrow
>      \stopxtable
>      \stoptext
>
> Some time ago, there were no difference between images and text
> remaining inside the frame.

Not a solution but closer to the problem.

Commenting the \local(left|right)box settings brings the line breaks back.

\everyforgetall\emptytoks

\appendtoks
     \localleftbox {}%
     \localrightbox{}%
\to \everyforgetall

\setupexternalfigures[location=default]

\starttext

\vbox
   {\dontleavehmode
    \dorecurse{100}
      {\externalfigure[cow.pdf][scale=50] }}

\stoptext

Wolfgang

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2019-10-17 21:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-17 19:51 Pablo Rodriguez
2019-10-17 21:31 ` Wolfgang Schuster [this message]
2019-10-18  8:08   ` Hans Hagen
2019-10-18 14:19     ` Pablo Rodriguez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9b377ef8-912b-d471-fc13-7c4fcfe35b1d@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=ntg-context@ntg.nl \
    --cc=oinos@gmx.es \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).