How do I define a default printer command under Unix?
 In Mathematica 4.0: This is controlled by an option in the “Option Inspector”. http://support.wolfram.com/mathematica/interface/options/inspector.html With “Set Option Values for” set to , set the option Notebook Options → Printing Options → Printing Options → "UnixShellPrintingCommand" to a command. In Mathematica 3.0: The printer command is defined by the XResource printCommand. This can be specified in the file given by Edit the line printCommand: command or in the file add the line XMathematica*printCommand: command From the command line, execute xrdb ~/.Xdefaults to make the changes take effect. The command will appear in the print dialog box by default. This can be used to set the default printer or many other printing defaults. Download this FAQ as a Mathematica 5.2 Notebook
Questions or comments? Send email to support@wolfram.com.
|