Tagged Questions
2
votes
1answer
488 views
Is it possible to force dvips to produce an EPS with %%HiResBoundingBox header?
Invoking the following command
dvips input.dvi -E -o output.eps
will produce an EPS file with only %%BoundingBox header as follows:
%!PS-Adobe-2.0 EPSF-2.0
%%BoundingBox: 85 626 184 729
...