Tagged Questions
0
votes
0answers
59 views
pdf pages in ps output file and eps figures in pdf output file
I am facing the following issue: I have got several graphs in eps format and several pdf pages to insert into one ps document. Now, the eps figures are correctly included in my ps file, but the pdf ...
0
votes
1answer
472 views
how to compile to ps with texstudio?
i'm a beginner in LaTeX, I'm using texstudio, but I don't know how to compile to ps.
I have some .eps files and use psfrag command.
0
votes
0answers
291 views
eps figure precision loss in .ps, but not .pdf [closed]
I'm submitting a paper to a journal, which requires postscript (.ps) format. Some eps figures are not every intelligible in .ps, but they all look clearly in the .pdf. I tried pdf2ps and pdftops to ...
2
votes
2answers
4k views
How to fix EPS with incorrect bounding box?
I want to get a standalone EPS graphic from DVI. This process can be done using the batch file as follows
latex %1
dvips -E %1 -o %1.eps
And the test file is as follows
\documentclass{minimal}
...
0
votes
1answer
493 views
How to produce EPS instead of PS using latex.exe followed by dvips?
How to produce EPS instead of PS using latex.exe followed by dvips?