On Mon, Nov 04, 2002 at 03:15:58PM +0100, Martijn Brouwer wrote:
> I would like to use XPP (X printing panel) for printing from LyX. How
> can I do this?
Yes.
Add the following lines to ~/.lyx/preferences
\Format printer "" "Printer" ""
\converter dvi printer "dvips $$i -o !xpp" ""
Also, copy the file LYXDIR/ui/default.ui to ~/.lyx/ui/default.ui
and change the line
Item "Print...|P" "buffer-print"
into
Item "Print...|P" "buffer-export printer"
Note that when you install a new version of LyX, you will need to update
the default.ui file.