X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FLambda.tex;h=6df98575367829aa84a0cdc18c7d6230fe098d37;hp=1702355a03762dbf7190df03f686fccdc81fe6af;hb=29d388c341b81ef805d4755ee61817a2b06d123a;hpb=dd26f4ae34699581838a0c1b736d14adfcafe10d diff --git a/Utils/Lambda.tex b/Utils/Lambda.tex index 1702355..6df9857 100644 --- a/Utils/Lambda.tex +++ b/Utils/Lambda.tex @@ -8,10 +8,10 @@ path a, b; % Create a rectangle of the full size a := origin -- (\MPvar{width}, 0mm); % Randomize it a bit -%b := a randomized (\overlaywidth / 25) ; +b := a randomized (\overlaywidth / 25) ; % And draw it drawoptions (withpen pencircle scaled .75mm withcolor black) ; -draw a; +draw b; \stopuseMPgraphic % Draw a line with the given options. Accepts only the 'width' option. Be