X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FLambda.tex;h=5efe1df0f0ad9aaeed8a510709e6ab490b212eeb;hp=b300b3524a10921c845c35d27bc97283a04ffbb8;hb=de2fa4e3c8f450f3e3cb4cd1053ad055da8b4717;hpb=bdb7127d5c2577ef2d68d1efff9256f46917b87d diff --git a/Utils/Lambda.tex b/Utils/Lambda.tex index b300b35..5efe1df 100644 --- a/Utils/Lambda.tex +++ b/Utils/Lambda.tex @@ -27,7 +27,7 @@ path a, b; % Create a rectangle of the full size a := unitsquare xyscaled(\overlaywidth,\overlayheight); % Randomize it a bit -b := a randomized (\overlaywidth / 25) ; +b := a randomized (min(\overlayheight, \overlaywidth) / 25) ; % And draw it drawoptions (withpen pencircle scaled .75mm withcolor black) ; draw b; @@ -70,3 +70,10 @@ draw b; % Reset the typing options \setuptyping[option=none,style=\tttf] } + +% Display a useMPgraphic in a pretty box +\define[1]\boxedgraphic{ + \startboxed + \useMPgraphic{#1} + \stopboxed +}