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
___________________________________________________________________________________

Reply via email to