Tagged Questions
3
votes
0answers
126 views
Convert PDF figures to PS figures without pixelation [closed]
I have a tex document (called foo.tex) that includes several PDF figures. I need to generate a PostScript version as well as a PDF version of the final document. Running pdflatex foo.tex works just ...
0
votes
1answer
373 views
LaTeX to HTML conversion with Kile
I am using Kile to convert a .tex file to HTML (LaTeX to web) but when I look at the HTML page it does not show me the images. I tried including them in PostScript and PNG but still the HTML page does ...
2
votes
3answers
444 views
How can I generate a PS and a PDF file from a single .tex file?
I am submitting a paper for a conference and it requires me to send the .tex source along with the PS and PDF files.
I have no problem generating the PDF file; I simply use the pdflatex. However, ...
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?