10 Jul
2010
10 Jul
'10
12:34 p.m.
On Sat, Jul 10 2010, Michael Talbot-Wilson wrote:
I have a PostScript printer. I'd prefer not to have to run pdf2ps.
Hello, Normally, the printing system (cups for example) will run pdf2ps for you, and you should be able to do something like "lpr file.pdf" without any problems.
How can ps output be produced directly?
You can make a script "context-ps", for example like this: #!/bin/bash context "$1" pdf2ps "${1/.tex/}.pdf" Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/