Rodolfo Medina <rodolfo.med...@gmail.com> writes: > I've been forming, for years, ps files from Emacs with `M-x > pr-ps-buffer-preview' and `M-x pr-ps-buffer-print' without problems. But now, > in my brand new Debian system, when I do that, the page numbers in the ps file > are half cut off. (Besides, footers are also cut off when gv opens up old ps > files created in the above way, although they're correctly viewed by gv within > my old Debian box.) I'm attaching a test ps file, in which the page number is > half cut off. gv version is 3.7.4.
The problem was worked out just adding to my ps-print settings the following option: ps-footer-font-family 'Times , so the problem was certainly related to the default footer font family that should be, I think, Helvetica. So there must be a global problem in my system (Debian Sid) with that font, although I don't know what and would be curious to know. It is so also explained why the problem arised as well with old ps-print files and, as well, when simply using ps2pdf to convert them to pdf format. Thanks for help, Rodolfo