3 Aug
2011
3 Aug
'11
4:12 p.m.
Am 03.08.2011 um 15:27 schrieb Marcin Borkowski:
Hi,
I'm feeling like I'm getting close to the daily limit of posts to the list;), but I'm just learning;).
I discovered that I can use \defineframed so that I can write
\defineframed[myframed][frame=off,background=myoverlay]
\myframed{whatever}
But I'd like to have "my" counterparts of \inframed, \mframed and \inmframed. Is there any \define-like command for that, too, or do I have to resort to plain old \def?
\defineframed[mathframe][align=right,top=\startmathmode,bottom=\stopmathmode] % location=low \starttext \framed{x^2} \mframed{x^2} \mathframe{x^2} \stoptext Wolfgang