Reduce randomization in horizontal lines.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 6 Oct 2009 08:44:37 +0000 (10:44 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 6 Oct 2009 08:44:37 +0000 (10:44 +0200)
Utils/Lambda.tex

index f1952eaffbeb31a56d0a992a8bb09b9d4a527502..6ad1fbbd9996524c46c12d931c202dbcbe26972f 100644 (file)
@@ -8,7 +8,7 @@ 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 / 50) ;
 % And draw it
 drawoptions (withpen pencircle scaled .75mm withcolor black) ;
 draw b;