On Mon, 2005-12-05 at 20:22 +1300, Nick Rout wrote: > On Sun, 04 Dec 2005 22:26:48 -0700 > Joseph <[EMAIL PROTECTED]> wrote: > > > > > > > > I think I have tracked down the code for printing to the file SL/Form.pm > > > (I tracked it by grepping the source for outr likely commands, dvips, > > > pdflatex etc.) > > > > > > Unfortunately I am not a perl guru, but there are clearly differences in > > > processing between ps output and pdf output. For example there is a > > > passage that shows that if the format is ps the following is executed: > > > > > > latex --interaction=nonstopmode > > > dvips -o -q > > > > > > > dvips -o -q > > -o means: The output will be sent to file name If no file name is given, > > the default name is file.ps > > -q means quite mode. > > > > Here is the part that sends file to a printer, can any perl guru help us > > out??? > > No, I don't think it sends anything to the printer. It is one stage of > the conversion process - to either pdf or ps. It is the bit I > identified in my last message (quoted above). But it doesn't actually > send it to the printer as far as i can see.
>From what I have read the pdf file/document contains information if it is an A4 or a letter size format, postscript doesn't have this information. Something, I emerge during the last week have caused this change. As tetex is old package, it can not be tetex; in addition and I did not have to do any special configuration in tetex, everything just worked. Now, (in the last week) some packaged caused all the problem Is there a way to tell which packages were upgraded in the last week or two? Something like emerge history? -- #Joseph -- [email protected] mailing list

