all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rodolfo Medina <rodolfo.medina@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: [solved] Re: Footers cut off in ps-print files
Date: Thu, 05 Mar 2015 21:40:04 +0000	[thread overview]
Message-ID: <87fv9jazt7.fsf@gmail.com> (raw)
In-Reply-To: 87fv9rzem6.fsf@gmail.com

Rodolfo Medina <rodolfo.medina@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, even though they're correctly viewed
> by gv within my old Debian box.  Here are my settings:
>
>   (setq ps-print-footer t
> 	ps-print-footer-frame nil
> 	ps-top-margin 18
> 	ps-bottom-margin 14
> 	ps-left-margin 12
> 	ps-right-margin 0
> 	ps-print-header nil
> 	ps-show-n-of-n nil
> 	ps-footer-lines 1
> 	ps-footer-offset 0
> )
>
> Do you think the problem concerns only gv and Debian, or can I do something
> within Emacs to work it out?  I'm attaching a test ps file, in which the page
> number is half cut off.


The problem was worked out just adding to my ps-print settings the following
option:

	ps-footer-font-family 'Times

, so it 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 to anyone that helped.

Rodolfo




      parent reply	other threads:[~2015-03-05 21:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-27 13:08 Footers cut off in ps file Rodolfo Medina
2015-02-27 16:17 ` Dale Snell
2015-02-27 17:04   ` Rodolfo Medina
2015-02-27 20:44     ` Dale Snell
2015-02-28  9:09       ` Rodolfo Medina
2015-02-28 14:56         ` Dale Snell
2015-02-28 16:08           ` Rodolfo Medina
2015-02-28 17:53             ` Thien-Thi Nguyen
2015-03-03 10:37               ` ps-print cuts off footers (was: Footers cut off in ps file) Rodolfo Medina
2015-03-03 13:25                 ` ps-print cuts off footers Rodolfo Medina
2015-03-03 21:46                   ` Robert Thorpe
2015-03-03 23:24                 ` Thien-Thi Nguyen
2015-03-04 15:50                   ` Rodolfo Medina
2015-03-04 19:43                     ` Thien-Thi Nguyen
2015-03-04 21:07                     ` Robert Thorpe
2015-03-05 21:40 ` Rodolfo Medina [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fv9jazt7.fsf@gmail.com \
    --to=rodolfo.medina@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.