ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bug?
@ 2012-11-20 15:45 Willi Egger
  0 siblings, 0 replies; only message in thread
From: Willi Egger @ 2012-11-20 15:45 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

Hi all!

It appears to me, that there is a bug in transferring internal information:

Suppose you have a large image. You need to squeeze this image into the width of 1 column in a two column environment.
If the figure is placed with a fixed width it comes out as expect. If you use  \textwidth or \makeupwidth the figure will not be sized correctly.

\showframe

% \definemixedcolumns[columns]
% \setupcolumns
%   [distance=4mm]
  
\starttext
\startsimplecolumns
\placefigure
  [middle]
  [Cow]
  {Cow width fixed-width}
  {\externalfigure[cow][frame=on,width=4cm]}
\placefigure
  [middle]
  [Cow]
  {Cow with \type{\textwidth}}
  {\externalfigure[Pyramid][fame=on,width=\textwidth]}
\placefigure
  [middle]
  [Cow]
  {Cow with \type{\makeupwidth}}
  {\externalfigure[Pyramid][frame=on,width=\makeupwidth]}
\stopsimplecolumns
\stoptext

Willi
___________________________________________________________________________________
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] only message in thread

only message in thread, other threads:[~2012-11-20 15:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-20 15:45 Bug? Willi Egger

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).