From: Ben Harris Date: Sat, 11 May 2024 21:39:03 +0000 (+0100) Subject: Move glyph complement 40 pt rightward X-Git-Tag: bedstead-002.005~2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=9607e2ff9598de805e2ef0b9ec6492f02094e8b0;p=bedstead.git Move glyph complement 40 pt rightward This places it roughly in the middle of an A4 page, and more importantly within the margins of my LaserJet 1100. --- diff --git a/bedstead.c b/bedstead.c index c8978b2..7602894 100644 --- a/bedstead.c +++ b/bedstead.c @@ -3409,7 +3409,7 @@ glyph_complement() if (col == -1) { ++npages; printf("%%%%Page: %d %d\n", npages, npages); - printf("gsave 20 700 translate rownums\n"); + printf("gsave 60 700 translate rownums\n"); col = 0; newcol = true; }