>> convert .dvi to .eps
: bash$ dvips -E file.dvi -o file.eps
>> edit size of the eps file
: find "%%BoundingBox: LX LY UX UY" from 'file.eps', where LX and LY are coordinates of lower-left corner and UX and UY are upper-right corner, respectively.
>> use the eps file in LaTeX