No subject


Sun Jun 2 11:31:18 EDT 2013


>
 Your config.ps file is telling dvips to pipe its output to lpr, the standard printer on Unix. You should comment out the line

o |lpr

and dvips will send its output to a file. You can avoid having to change a config file by editing dvips.script. Change the line

dvips $OPTIONS $1

to

dvips $OPTIONS -o ${argv[1]:r}".ps" $1

This is a simple example of how you can modify the bbedit plug-in scripts to have them do exactly what you want.

Tom Kiffe

-----------------------------------------------------------------
To UNSUBSCRIBE, send email to <info at email.esm.psu.edu> with
"unsubscribe macosx-tex" (no quotes) in the body.
For additional HELP, send email to <info at email.esm.psu.edu> with
"help" (no quotes) in the body.
This list is not moderated, and I am not responsible for
messages posted by third parties.
-----------------------------------------------------------------





More information about the MacOSX-TeX mailing list