Tagged Questions
0
votes
1answer
1k views
ps2pdf -dEPSCrop input.eps cannot crop input with \pagecolor{<non-white>}
If I set \pagecolor{} to any color other than white, I will get a strange result.
rem batch.bat takes a file name without extension.
latex -interaction=nonstopmode %1
dvips -E %1 -o %1-temp.eps
...