X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FLambda.tex;fp=Utils%2FLambda.tex;h=f1952eaffbeb31a56d0a992a8bb09b9d4a527502;hp=1128c465044e3bd0c5769bea891acb935e0a7689;hb=0d14e5623d3d5fac4dd3485939c0c5ea9d62abba;hpb=77f079684a01c329d10d1cd00cf5e4ee1d05377f diff --git a/Utils/Lambda.tex b/Utils/Lambda.tex index 1128c46..f1952ea 100644 --- a/Utils/Lambda.tex +++ b/Utils/Lambda.tex @@ -22,6 +22,25 @@ draw b; {\setupMPvariables[HLine][#1]% \useMPgraphic{HLine}} +\startuseMPgraphic{HDLine} +path a, b; +% Create a rectangle of the full size +a := origin -- (\MPvar{width}, 0mm); +% Randomize it a bit +b := a randomized (\overlaywidth / 100) ; +% And draw it +drawoptions (withpen pencircle scaled .75mm withcolor black dashed evenly) ; +draw b; +\stopuseMPgraphic + +% Draw a line with the given options. Accepts only the 'width' option. Be +% careful that these are metapost options, so use \the\textwidth instead of +% textwidth, and a metapost expression for arithmethic (e.g. 0.5 * +% \the\textwidth instead of 0.5\textwidth). +\def\HDLine[#1]% + {\setupMPvariables[HDLine][#1]% + \useMPgraphic{HDLine}} + \startuseMPgraphic{box} path a, b; % Create a rectangle of the full size