>> Try using the -T option to dvips to specify the page size. 
> 
> I tried -t a4 and it works perfectly. Thanks for that!

FYI, -sPAPERSIZE=a4 for gs works too, so you can say

dvipdf -sPAPERSIZE=a4 myfile.dvi

(One reason I'm doing things this way is that I have images created in dia, 
which can be called to export to .eps from the command line, and hence can 
be incorporated into my Makefile).

-- 
roryh

Reply via email to