all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Neuwirth Erich <erich.neuwirth@univie.ac.at>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: Printing in OSX
Date: Tue, 16 Oct 2012 11:06:27 +0200	[thread overview]
Message-ID: <08DCE96C-9A40-49D5-A9BC-F2CFF23D26EC@Web.DE> (raw)
In-Reply-To: <BA0C2553-7C30-4EDF-820C-107815995FC2@univie.ac.at>


Am 15.10.2012 um 08:23 schrieb Neuwirth Erich:

> This is what I get in the postscript buffer.

This is not the complete PostScript code. It is just the end, with

> [/h1 (~/)]

making clear that you used your home directory for producing the PostScript output. In the beginning you should have something like this:

	%!PS-Adobe-3.0
	...
	%%Orientation: Portrait
	%%DocumentNeededResources: font Times-Roman Times-Italic
	...
	%%DocumentMedia: A4 595 842 0 () ()
	%%PageOrder: Ascend
	%%Pages: (atend)
	%%Requirements:
	%%EndComments
	%%BeginDefaults
	%%PageMedia: A4
	%%EndDefaults


> 
> When I save it as xxx.ps and then double click this file, it will be converted to Postscript I an print it.

Why do you convert PostScript to PostScript? Isn't it PDF that Mac OS X produces?

> It will be printed immediately, the printer will not ask for letter paper.

Which tools do you have to view PostScript or PDF files?

--
Mit friedvollen Grüßen

  Pete
You can never know too little of what is not worth knowing at all.
			– Anon.





      reply	other threads:[~2012-10-16  9:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-14  7:23 Printing in OSX Neuwirth Erich
2012-10-14  8:49 ` Peter Dyballa
2012-10-15  6:23   ` Neuwirth Erich
2012-10-16  9:06     ` Peter Dyballa [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=08DCE96C-9A40-49D5-A9BC-F2CFF23D26EC@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=erich.neuwirth@univie.ac.at \
    --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.