Re: [NTG-context] mframed, setupinteractions

2009-05-11 Thread Hans Hagen

Aditya Mahajan wrote:

On Mon, 11 May 2009, Hans Hagen wrote:


Alan BRASLAU wrote:

Thanks (\setupinteractions[option=max], \mframed[background=color])!

Please note that the vertical spacing seems to be off (raised) for 
\mframed...

minimal example:

\starttext
\startformula
 A = B + \mframed[frame=off,background=color,backgroundcolor=gray]{C}
\stopformula
\stoptext


the question is ... what are reasonable defaults ... maybe set offset 
to 0 or use \inframed in display as well ... needs some testing and 
discussion


Aside for "inline" framed boxes for math, it will be nice to support 
"display" framed boxes. For example, see the attached image from the 
empheq package for latex (I know Hans doesn't like to read big pdfs from 
latex packages, hence the attached image ;-)


If framed could be incorporated into formula, we could easily create 
many fancy boxes.


mframed is either \framed or \inframed (currently) and there is some 
logic in it


\mframed
\inmframed

\starttext
\startformula
 \mframed[offset=3pt,background=color,backgroundcolor=red]{A = B + 
\inmframed[frame=off,background=color,backgroundcolor=gray]{C}}

\stopformula
\stoptext



-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 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 : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mframed, setupinteractions

2009-05-11 Thread Aditya Mahajan

On Mon, 11 May 2009, Hans Hagen wrote:


Alan BRASLAU wrote:

Thanks (\setupinteractions[option=max], \mframed[background=color])!

Please note that the vertical spacing seems to be off (raised) for 
\mframed...

minimal example:

\starttext
\startformula
 A = B + \mframed[frame=off,background=color,backgroundcolor=gray]{C}
\stopformula
\stoptext


the question is ... what are reasonable defaults ... maybe set offset to 0 or 
use \inframed in display as well ... needs some testing and discussion


Aside for "inline" framed boxes for math, it will be nice to support 
"display" framed boxes. For example, see the attached image from the 
empheq package for latex (I know Hans doesn't like to read big pdfs from 
latex packages, hence the attached image ;-)


If framed could be incorporated into formula, we could easily create many 
fancy boxes.<>___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mframed, setupinteractions

2009-05-11 Thread Alan BRASLAU
On Monday 11 May 2009 15:40:04 Hans Hagen wrote:
> Alan BRASLAU wrote:
> > Thanks (\setupinteractions[option=max], \mframed[background=color])!
> >
> > Please note that the vertical spacing seems to be off (raised) for
> > \mframed... minimal example:
> >
> > \starttext
> > \startformula
> >  A = B + \mframed[frame=off,background=color,backgroundcolor=gray]{C}
> > \stopformula
> > \stoptext
>
> the question is ... what are reasonable defaults ... maybe set offset to
> 0 or use \inframed in display as well ... needs some testing and discussion
>
> Hans

discussion:

I understand the difference between \framed{} and \inframed{}
\mframed{} is another flavor. Try the following test:

\starttext
$A = B + C$
$A = B + \framed{C}$
$A = B + \mframed{C}$
$A = B + \inframed{C}$
$A = B + \inframed{$C$}$
\stoptext

Maybe the last case could equivalently be written:
$A = B + \imframed{C}$
or
$A = B + \minframed{C}$ (see core-rul.mki[iv])

Of course, one can also play around between \startformula \stopformula 
pairs...

Why all of these different macros? Why not only one \framed{} with options 
"inline=yes" and "math=yes", for example? (Or are there related programming 
complications?).

Alan

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mframed, setupinteractions

2009-05-11 Thread Hans Hagen

Alan BRASLAU wrote:

Thanks (\setupinteractions[option=max], \mframed[background=color])!

Please note that the vertical spacing seems to be off (raised) for \mframed...
minimal example:

\starttext
\startformula
 A = B + \mframed[frame=off,background=color,backgroundcolor=gray]{C}
\stopformula
\stoptext


the question is ... what are reasonable defaults ... maybe set offset to 
0 or use \inframed in display as well ... needs some testing and discussion


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 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 : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___