chiark
/
gitweb
/
~bjharris
/
bedstead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a622c0
)
Move glyph complement 40 pt rightward
author
Ben Harris
<bjh21@bjh21.me.uk>
Sat, 11 May 2024 21:39:03 +0000
(22:39 +0100)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/bedstead.c
b/bedstead.c
index c8978b2adb6ce8acf63d967db883d38b0f87afc4..76028940cc623ca77a7263a80f4021cd9bd944a4 100644
(file)
--- 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
2
0 700 translate rownums\n");
+ printf("gsave
6
0 700 translate rownums\n");
col = 0;
newcol = true;
}