From ade2aaac0db0bae8bc3dfbec056f1006fc4d7742 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Wed, 7 Sep 2022 15:21:34 +0000 Subject: [PATCH] doc/pic.ms: correct horizontal position of figures 5-1 and 20-1 These diagrams go too far to the right edge of an A4 paper. Shorten the horizontal movement and fix difference between the shown code and the used one. Signed-off-by: Bjarni Ingi Gislason --- doc/pic.ms | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/pic.ms b/doc/pic.ms index f17a56260..846d85f57 100644 --- a/doc/pic.ms +++ b/doc/pic.ms @@ -544,7 +544,7 @@ with standard-sized boxes. # Draw a demonstration up left arrow with grid box overlay define gridarrow { - move right 0.5 + move right 0.3 [ {arrow up left $1;} box wid 0.5 ht 0.5 dotted with .nw at last arrow .end; @@ -2400,7 +2400,7 @@ for loop: # Draw a demonstration up left arrow with grid box overlay define gridarrow { - move right 0.1 + move right 0.3 [ {arrow up left $1;} box wid 0.5 ht 0.5 dotted with .nw at last arrow .end; @@ -2431,7 +2431,7 @@ undef gridarrow # Draw a demonstration up left arrow with grid box overlay define gridarrow { - move right 0.5 + move right 0.3 [ {arrow up left $1;} box wid 0.5 ht 0.5 dotted with .nw at last arrow .end; -- 2.35.1