I use dvips at work taking a dvi file to a postscript for printing.
The problem is that it creates a file with this near the end:
Code: Select all
%%BeginPaperSize: Letter
letter
%%EndPaperSize
but if I chamge it to:
Code: Select all
%%PaperSize: Letter
My knowledge of postscript is slim.
I could
1) write a script to modify my postscript files
2) change dvips source code once I find it
so I was hoping there was an explanation to why dvips produces that postscript code and why it seems to be invalid??
Thanks for any help you can give.
Bill