chiark / gitweb /
Move glyph complement 40 pt rightward
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 11 May 2024 21:39:03 +0000 (22:39 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 11 May 2024 21:39:03 +0000 (22:39 +0100)
This places it roughly in the middle of an A4 page, and more
importantly within the margins of my LaserJet 1100.

bedstead.c

index c8978b2adb6ce8acf63d967db883d38b0f87afc4..76028940cc623ca77a7263a80f4021cd9bd944a4 100644 (file)
@@ -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;
                }