Andrew Benton wrote:

> Hi again,
> 
> I am still having trouble configuring lyx 1.3 to print in RedHat
> 8.0.  This is the advice I received from the Tips and Tricks page:
> 
> Printer Installation
> 
> It is possible to use XPP (X printing panel) for printing from LyX
> instead of the default printing GUI:
> 
> Add the following lines to ~/.lyx/preferences
> 
> \Format printer  ""    "Printer"             ""
> \converter dvi printer "dvips $$i -o !xpp" ""

Well, this works for me:
dvips maindoc.dvi -pp 1-1 -o - | cat > tmp.ps
As does
dvips maindoc.dvi -pp 1-1 -o - | lpr

So I guess that you should first try:
\converter dvi printer "dvips $$i -o - | lpr" ""

and then work out whether xpp will accept piped output.

-- 
Angus

Reply via email to