John Levon wrote:
> On Thu, Sep 12, 2002 at 11:08:17AM +0900, R. Lahaye wrote:
> 
> 
>>Moreover, I followed Acroread's policy to print all pages when either both
>>(odd/even) are selected, or both are unselected. If, and only if, one is
>>selected, the code investigates which one, and then does the odd/even 
>>printing.
> 
> 
> OK. That reminds me, can you check that I got the collate stuff the
> right way round in Qt ? I was a bit confused since I used to have
> !collate and now it's collate
> 
> No printer myself ;)

My patch has also added a lyxerr[Debug::LATEX] output to Liason.C
line 152:

    lyxerr[Debug::LATEX] << "printBuffer: \"" << command << "\"\n";

So, please do "lyx -dbg latex".

In the midst of all the latex rubbish spit out to the console,
there's also somewhere the command used for dvips. That will tell
you whether the collate flag is added or not.

The difference is:

    "-c <num>" for non-collate (i.e. sorted is NOT checked in Xforms dialog)
    "-C <num>" for collate (i.e. with sorted checked in Xforms dialog).

Is "sorted" an OK naming for the check button?

Cheers,
Rob.

Reply via email to