Re: [NTG-context] location=middle smashes the height

2012-02-03 Thread Hans Hagen

On 3-2-2012 01:16, Aditya Mahajan wrote:


but low hasn't changed (unless I look wrong)


Perhaps I don't remember correctly then. (I don't have an old version of
ConTeXt on this machine, so cannot test).


ok, I'll wait for more info then

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | 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
___


Re: [NTG-context] location=middle smashes the height

2012-02-02 Thread Aditya Mahajan

On Fri, 3 Feb 2012, Hans Hagen wrote:


On 1-2-2012 02:27, Aditya Mahajan wrote:

Hi,

Something has changed recently in how location=middle (and location=low)
work in frames. The height of the frame is \smash-ed in both cases.

Minimal example:

\useMPlibrary[dum]
\starttext

\input knuth
Some text \inframed[height=4cm]{\tfc IMPORTANT} \input ward

\startcombination[2]
{\externalfigure[dum][location=middle,width=3cm, height=5cm]}{a}
{\externalfigure[dum][location=middle,width=3cm, height=2cm]}{b}
\stopcombination
\stoptext


I see an issue with middle


Thanks for the fix.


but low hasn't changed (unless I look wrong)


Perhaps I don't remember correctly then. (I don't have an old version of 
ConTeXt on this machine, so cannot test).


Aditya
___
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
___


Re: [NTG-context] location=middle smashes the height

2012-02-02 Thread Hans Hagen

On 1-2-2012 02:27, Aditya Mahajan wrote:

Hi,

Something has changed recently in how location=middle (and location=low)
work in frames. The height of the frame is \smash-ed in both cases.

Minimal example:

\useMPlibrary[dum]
\starttext

\input knuth
Some text \inframed[height=4cm]{\tfc IMPORTANT} \input ward

\startcombination[2]
{\externalfigure[dum][location=middle,width=3cm, height=5cm]}{a}
{\externalfigure[dum][location=middle,width=3cm, height=2cm]}{b}
\stopcombination
\stoptext


I see an issue with middle but low hasn't changed (unless I look wrong)

\installframedlocator \v!middle
  {}
  {\scratchdimen.5\ht\b_framed_normal
   \setbox\b_framed_normal\hbox{\lower\scratchdimen\box\b_framed_normal}%
   \ht\b_framed_normal\scratchdimen
   \dp\b_framed_normal\scratchdimen
   \hbox{\box\b_framed_normal}}


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | 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
___