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.
This commit is contained in:
Ben Harris 2024-05-11 22:39:03 +01:00
parent 7a622c0209
commit 9607e2ff95

View 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;
}